tor-browser

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

area-coords.html.ini (1537B)


      1 [area-coords.html]
      2  max-asserts: 102
      3  expected:
      4    if (os == "android") and fission: [OK, TIMEOUT]
      5  [COMMA: "2,2,10,10" (rect)]
      6    expected: FAIL
      7 
      8  [SEMICOLON: "2;2;10;10" (rect)]
      9    expected: FAIL
     10 
     11  [SPACE: "2 2 10 10" (rect)]
     12    expected: FAIL
     13 
     14  [TAB: "2\\t2\\t10\\t10" (rect)]
     15    expected: FAIL
     16 
     17  [FORM FEED: "2\\f2\\f10\\f10" (rect)]
     18    expected: FAIL
     19 
     20  [LINE FEED: "2\\n2\\n10\\n10" (rect)]
     21    expected: FAIL
     22 
     23  [CARRIGAGE RETURN: "2\\r2\\r10\\r10" (rect)]
     24    expected: FAIL
     25 
     26  [abc between numbers: "2a2b20c20,2,10,10" (rect)]
     27    expected: FAIL
     28 
     29  [COLON between numbers: "2:2:20:20,2,10,10" (rect)]
     30    expected: FAIL
     31 
     32  [U+0000 between numbers: "2\\02\\020\\020,2,10,10" (rect)]
     33    expected: FAIL
     34 
     35  [leading COMMA: ",2,2,10,10" (rect)]
     36    expected: FAIL
     37 
     38  [leading SPACE: " 2,2,10,10" (rect)]
     39    expected: FAIL
     40 
     41  [leading SEMICOLON: ";2,2,10,10" (rect)]
     42    expected: FAIL
     43 
     44  [PERCENT: "2%,2%,10%,10%" (rect)]
     45    expected: FAIL
     46 
     47  [CSS units: "2in,2in,10cm,10cm" (rect)]
     48    expected: FAIL
     49 
     50  [float: "1.4,1.4,10,10" (rect)]
     51    expected: FAIL
     52 
     53  [number starting with PERIOD: ".4,.4,10,10" (rect)]
     54    expected: FAIL
     55 
     56  [sci-not: "2,2,1e1,1e1" (rect)]
     57    expected: FAIL
     58 
     59  [leading/trailing garbage: "='2,2,10,10' " (rect)]
     60    expected: FAIL
     61 
     62  [non-ascii garbage: "“2,2,10,10\\"" (rect)]
     63    expected: FAIL
     64 
     65  [several consecutive separators: ",,2;,;2,;,10 \\t\\r\\n10;;" (rect)]
     66    expected: FAIL
     67 
     68  [one too many numbers, trailing COMMA: "100,100,120,100,100,120,300," (poly)]
     69    expected: FAIL