tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

register-property-syntax-parsing.html.ini (3202B)


      1 [register-property-syntax-parsing.html]
      2  [syntax:'<string>', initialValue:''foo bar' is valid]
      3    expected:
      4      if (os == "mac") and not debug: [PASS, FAIL]
      5      if (os == "android") and not debug: [PASS, FAIL]
      6 
      7  [syntax:'<string># | <string>+', initialValue:'"foo", 'bar'' is valid]
      8    expected:
      9      if (os == "mac") and not debug: [PASS, FAIL]
     10      if (os == "android") and not debug: [PASS, FAIL]
     11 
     12  [syntax:'<string>#', initialValue:''foo', 'bar'' is valid]
     13    expected:
     14      if (os == "mac") and not debug: [PASS, FAIL]
     15      if (os == "android") and not debug: [PASS, FAIL]
     16 
     17  [syntax:'<string>', initialValue:'"bar 'baz'"' is valid]
     18    expected:
     19      if (os == "mac") and not debug: [PASS, FAIL]
     20      if (os == "android") and not debug: [PASS, FAIL]
     21 
     22  [syntax:'<string>+ | <string>#', initialValue:''foo' 'bar'' is valid]
     23    expected:
     24      if (os == "mac") and not debug: [PASS, FAIL]
     25      if (os == "android") and not debug: [PASS, FAIL]
     26 
     27  [syntax:'<string># | <string>+', initialValue:''foo', 'bar' ' is valid]
     28    expected:
     29      if (os == "mac") and not debug: [PASS, FAIL]
     30      if (os == "android") and not debug: [PASS, FAIL]
     31 
     32  [syntax:'<string>', initialValue:'"bar baz"' is valid]
     33    expected:
     34      if (os == "mac") and not debug: [PASS, FAIL]
     35      if (os == "android") and not debug: [PASS, FAIL]
     36 
     37  [syntax:'<string>+', initialValue:''foo' 'bar'' is valid]
     38    expected:
     39      if (os == "mac") and not debug: [PASS, FAIL]
     40      if (os == "android") and not debug: [PASS, FAIL]
     41 
     42  [syntax:'<string># | <string>+', initialValue:''foo', 'bar'' is valid]
     43    expected:
     44      if (os == "mac") and not debug: [PASS, FAIL]
     45      if (os == "android") and not debug: [PASS, FAIL]
     46 
     47  [syntax:'<string>', initialValue:' 'foo bar' ' is valid]
     48    expected:
     49      if (os == "mac") and not debug: [PASS, FAIL]
     50      if (os == "android") and not debug: [PASS, FAIL]
     51 
     52  [syntax:'<string>', initialValue:'"bar 'baz'' is valid]
     53    expected:
     54      if (os == "mac") and not debug: [PASS, FAIL]
     55      if (os == "android") and not debug: [PASS, FAIL]
     56 
     57  [syntax:'<string># | <string>+', initialValue:'"foo", 'bar' is valid]
     58    expected:
     59      if (os == "mac") and not debug: [PASS, FAIL]
     60      if (os == "android") and not debug: [PASS, FAIL]
     61 
     62  [syntax:'<string>+ | <string>#', initialValue:''foo' "bar"' is valid]
     63    expected:
     64      if (os == "mac") and not debug: [PASS, FAIL]
     65      if (os == "android") and not debug: [PASS, FAIL]
     66 
     67  [syntax:'<string>+ | <string>#', initialValue:' 'foo' 'bar'' is valid]
     68    expected:
     69      if (os == "mac") and not debug: [PASS, FAIL]
     70      if (os == "android") and not debug: [PASS, FAIL]
     71 
     72  [syntax:'<string>', initialValue:''"foo" bar'' is valid]
     73    expected:
     74      if (os == "mac") and not debug: [PASS, FAIL]
     75      if (os == "android") and not debug: [PASS, FAIL]
     76 
     77  [syntax:'<string>', initialValue:''foo bar'' is valid]
     78    expected:
     79      if (os == "mac") and not debug: [PASS, FAIL]
     80      if (os == "android") and not debug: [PASS, FAIL]
     81 
     82  [syntax:'<string>+ | <string>#', initialValue:''foo' "bar' is valid]
     83    expected:
     84      if (os == "mac") and not debug: [PASS, FAIL]
     85      if (os == "android") and not debug: [PASS, FAIL]