Bug 1214162 - Update web-platform-tests expected data to revision 886dea2c3dbb79925360319a6a0f662ce196ab3c, a=testonly

This commit is contained in:
James Graham 2015-10-12 22:47:08 +01:00
parent 82b9a33119
commit 2199d47935
130 changed files with 655 additions and 372 deletions

View File

@ -15,3 +15,7 @@
if debug and (os == "mac") and (version == "OS X 10.8") and (processor == "x86_64") and (bits == 64): FAIL
if debug and (os == "win") and (version == "10.0.10240") and (processor == "x86_64") and (bits == 64): FAIL
if not debug and (os == "win") and (version == "10.0.10240") and (processor == "x86_64") and (bits == 64): FAIL
if not debug and not e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86") and (bits == 32): FAIL
if not debug and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86") and (bits == 32): FAIL
if debug and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
if debug and not e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL

View File

@ -0,0 +1,5 @@
[idbindex_openCursor2.htm]
type: testharness
[IDBIndex.openCursor() - throw TransactionInactiveError on aborted transaction]
expected: FAIL

View File

@ -0,0 +1,5 @@
[idbindex_openKeyCursor3.htm]
type: testharness
[IDBIndex.openKeyCursor() - throw TransactionInactiveError on aborted transaction]
expected: FAIL

View File

@ -1,5 +0,0 @@
[XMLHttpRequest-withCredentials.html]
type: testharness
[setting withCredentials when in DONE state (synchronous)]
expected: FAIL

View File

@ -1,5 +0,0 @@
[XMLHttpRequest-withCredentials.worker]
type: testharness
[setting withCredentials when in DONE state (synchronous)]
expected: FAIL

View File

@ -10,4 +10,6 @@
if debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): OK
if debug and (os == "mac") and (version == "OS X 10.8") and (processor == "x86_64") and (bits == 64): OK
if debug and (os == "win") and (version == "10.0.10240") and (processor == "x86_64") and (bits == 64): OK
if debug and not e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): OK
if debug and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): OK
TIMEOUT

View File

@ -12,6 +12,8 @@
if debug and e10s and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86_64") and (bits == 64): FAIL
if debug and e10s and (os == "mac") and (version == "OS X 10.10.2") and (processor == "x86_64") and (bits == 64): FAIL
if not debug and e10s and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): FAIL
if not debug and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86") and (bits == 32): FAIL
if debug and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
[XMLHttpRequest: responseXML MIME type tests ('bogus', should parse)]
expected:
@ -22,6 +24,8 @@
if debug and e10s and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86_64") and (bits == 64): FAIL
if debug and e10s and (os == "mac") and (version == "OS X 10.10.2") and (processor == "x86_64") and (bits == 64): FAIL
if not debug and e10s and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): FAIL
if not debug and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86") and (bits == 32): FAIL
if debug and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
[XMLHttpRequest: responseXML MIME type tests ('bogus+xml', should parse)]
expected:
@ -32,6 +36,8 @@
if debug and e10s and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86_64") and (bits == 64): FAIL
if debug and e10s and (os == "mac") and (version == "OS X 10.10.2") and (processor == "x86_64") and (bits == 64): FAIL
if not debug and e10s and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): FAIL
if not debug and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86") and (bits == 32): FAIL
if debug and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
[XMLHttpRequest: responseXML MIME type tests ('application', should parse)]
expected:
@ -42,4 +48,6 @@
if debug and e10s and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86_64") and (bits == 64): FAIL
if debug and e10s and (os == "mac") and (version == "OS X 10.10.2") and (processor == "x86_64") and (bits == 64): FAIL
if not debug and e10s and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): FAIL
if not debug and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86") and (bits == 32): FAIL
if debug and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL

View File

@ -1,5 +0,0 @@
[send-content-type-charset.htm]
type: testharness
[charset given but wrong, fix it (known MIME, bogus charset)]
expected: FAIL

View File

@ -8,4 +8,6 @@
if debug and e10s and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86_64") and (bits == 64): FAIL
if debug and e10s and (os == "mac") and (version == "OS X 10.10.2") and (processor == "x86_64") and (bits == 64): FAIL
if not debug and e10s and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): FAIL
if not debug and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86") and (bits == 32): FAIL
if debug and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL

View File

@ -8,7 +8,6 @@
if not debug and not e10s and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): FAIL
if not debug and not e10s and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86_64") and (bits == 64): FAIL
if debug and not e10s and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): FAIL
if not debug and e10s and (os == "mac") and (version == "OS X 10.10.2") and (processor == "x86_64") and (bits == 64): FAIL
[Violation report status OK.]
expected: FAIL

View File

@ -1,8 +0,0 @@
[Range-deleteContents.html]
type: testharness
[Resulting DOM for range 37 [processingInstruction, 0, processingInstruction, 4\]]
expected: FAIL
[Resulting cursor position for range 37 [processingInstruction, 0, processingInstruction, 4\]]
expected: FAIL

View File

@ -1,11 +0,0 @@
[Range-extractContents.html]
type: testharness
[Resulting DOM for range 37 [processingInstruction, 0, processingInstruction, 4\]]
expected: FAIL
[Resulting cursor position for range 37 [processingInstruction, 0, processingInstruction, 4\]]
expected: FAIL
[Returned fragment for range 37 [processingInstruction, 0, processingInstruction, 4\]]
expected: FAIL

View File

@ -12,3 +12,69 @@
[8,4: resulting range position for range [foreignPara1.firstChild, 0, foreignPara1.firstChild, 0\], node foreignPara1.firstChild]
expected: FAIL
[0,1: resulting DOM for range [paras[0\].firstChild, 0, paras[0\].firstChild, 0\], node paras[0\].firstChild]
expected: FAIL
[1,1: resulting DOM for range [paras[0\].firstChild, 0, paras[0\].firstChild, 1\], node paras[0\].firstChild]
expected: FAIL
[1,1: resulting range position for range [paras[0\].firstChild, 0, paras[0\].firstChild, 1\], node paras[0\].firstChild]
expected: FAIL
[2,1: resulting DOM for range [paras[0\].firstChild, 2, paras[0\].firstChild, 8\], node paras[0\].firstChild]
expected: FAIL
[2,1: resulting range position for range [paras[0\].firstChild, 2, paras[0\].firstChild, 8\], node paras[0\].firstChild]
expected: FAIL
[3,1: resulting DOM for range [paras[0\].firstChild, 2, paras[0\].firstChild, 9\], node paras[0\].firstChild]
expected: FAIL
[3,1: resulting range position for range [paras[0\].firstChild, 2, paras[0\].firstChild, 9\], node paras[0\].firstChild]
expected: FAIL
[4,2: resulting DOM for range [paras[1\].firstChild, 0, paras[1\].firstChild, 0\], node paras[1\].firstChild]
expected: FAIL
[5,2: resulting DOM for range [paras[1\].firstChild, 2, paras[1\].firstChild, 9\], node paras[1\].firstChild]
expected: FAIL
[5,2: resulting range position for range [paras[1\].firstChild, 2, paras[1\].firstChild, 9\], node paras[1\].firstChild]
expected: FAIL
[6,6: resulting DOM for range [detachedPara1.firstChild, 0, detachedPara1.firstChild, 0\], node detachedPara1.firstChild]
expected: FAIL
[7,6: resulting DOM for range [detachedPara1.firstChild, 2, detachedPara1.firstChild, 8\], node detachedPara1.firstChild]
expected: FAIL
[7,6: resulting range position for range [detachedPara1.firstChild, 2, detachedPara1.firstChild, 8\], node detachedPara1.firstChild]
expected: FAIL
[8,4: resulting DOM for range [foreignPara1.firstChild, 0, foreignPara1.firstChild, 0\], node foreignPara1.firstChild]
expected: FAIL
[9,4: resulting DOM for range [foreignPara1.firstChild, 2, foreignPara1.firstChild, 8\], node foreignPara1.firstChild]
expected: FAIL
[9,4: resulting range position for range [foreignPara1.firstChild, 2, foreignPara1.firstChild, 8\], node foreignPara1.firstChild]
expected: FAIL
[18,1: resulting DOM for range [paras[0\].firstChild, 0, paras[1\].firstChild, 0\], node paras[0\].firstChild]
expected: FAIL
[18,1: resulting range position for range [paras[0\].firstChild, 0, paras[1\].firstChild, 0\], node paras[0\].firstChild]
expected: FAIL
[19,1: resulting DOM for range [paras[0\].firstChild, 0, paras[1\].firstChild, 8\], node paras[0\].firstChild]
expected: FAIL
[19,1: resulting range position for range [paras[0\].firstChild, 0, paras[1\].firstChild, 8\], node paras[0\].firstChild]
expected: FAIL
[20,1: resulting DOM for range [paras[0\].firstChild, 3, paras[3\], 1\], node paras[0\].firstChild]
expected: FAIL
[20,1: resulting range position for range [paras[0\].firstChild, 3, paras[3\], 1\], node paras[0\].firstChild]
expected: FAIL

View File

@ -30,99 +30,33 @@
[9,4: resulting range position for range [foreignPara1.firstChild, 2, foreignPara1.firstChild, 8\], node foreignPara1.firstChild]
expected: FAIL
[37,0: resulting DOM for range [processingInstruction, 0, processingInstruction, 4\], node paras[0\]]
[0,1: resulting DOM for range [paras[0\].firstChild, 0, paras[0\].firstChild, 0\], node paras[0\].firstChild]
expected: FAIL
[37,0: resulting range position for range [processingInstruction, 0, processingInstruction, 4\], node paras[0\]]
[1,1: resulting DOM for range [paras[0\].firstChild, 0, paras[0\].firstChild, 1\], node paras[0\].firstChild]
expected: FAIL
[37,1: resulting DOM for range [processingInstruction, 0, processingInstruction, 4\], node paras[0\].firstChild]
[2,1: resulting DOM for range [paras[0\].firstChild, 2, paras[0\].firstChild, 8\], node paras[0\].firstChild]
expected: FAIL
[37,1: resulting range position for range [processingInstruction, 0, processingInstruction, 4\], node paras[0\].firstChild]
[3,1: resulting DOM for range [paras[0\].firstChild, 2, paras[0\].firstChild, 9\], node paras[0\].firstChild]
expected: FAIL
[37,2: resulting DOM for range [processingInstruction, 0, processingInstruction, 4\], node paras[1\].firstChild]
[4,2: resulting DOM for range [paras[1\].firstChild, 0, paras[1\].firstChild, 0\], node paras[1\].firstChild]
expected: FAIL
[37,2: resulting range position for range [processingInstruction, 0, processingInstruction, 4\], node paras[1\].firstChild]
[5,2: resulting DOM for range [paras[1\].firstChild, 2, paras[1\].firstChild, 9\], node paras[1\].firstChild]
expected: FAIL
[37,3: resulting DOM for range [processingInstruction, 0, processingInstruction, 4\], node foreignPara1]
[6,6: resulting DOM for range [detachedPara1.firstChild, 0, detachedPara1.firstChild, 0\], node detachedPara1.firstChild]
expected: FAIL
[37,3: resulting range position for range [processingInstruction, 0, processingInstruction, 4\], node foreignPara1]
[7,6: resulting DOM for range [detachedPara1.firstChild, 2, detachedPara1.firstChild, 8\], node detachedPara1.firstChild]
expected: FAIL
[37,4: resulting DOM for range [processingInstruction, 0, processingInstruction, 4\], node foreignPara1.firstChild]
[8,4: resulting DOM for range [foreignPara1.firstChild, 0, foreignPara1.firstChild, 0\], node foreignPara1.firstChild]
expected: FAIL
[37,4: resulting range position for range [processingInstruction, 0, processingInstruction, 4\], node foreignPara1.firstChild]
expected: FAIL
[37,5: resulting DOM for range [processingInstruction, 0, processingInstruction, 4\], node detachedPara1]
expected: FAIL
[37,5: resulting range position for range [processingInstruction, 0, processingInstruction, 4\], node detachedPara1]
expected: FAIL
[37,6: resulting DOM for range [processingInstruction, 0, processingInstruction, 4\], node detachedPara1.firstChild]
expected: FAIL
[37,6: resulting range position for range [processingInstruction, 0, processingInstruction, 4\], node detachedPara1.firstChild]
expected: FAIL
[37,8: resulting DOM for range [processingInstruction, 0, processingInstruction, 4\], node detachedDiv]
expected: FAIL
[37,8: resulting range position for range [processingInstruction, 0, processingInstruction, 4\], node detachedDiv]
expected: FAIL
[37,10: resulting DOM for range [processingInstruction, 0, processingInstruction, 4\], node foreignPara2]
expected: FAIL
[37,10: resulting range position for range [processingInstruction, 0, processingInstruction, 4\], node foreignPara2]
expected: FAIL
[37,12: resulting DOM for range [processingInstruction, 0, processingInstruction, 4\], node xmlElement]
expected: FAIL
[37,12: resulting range position for range [processingInstruction, 0, processingInstruction, 4\], node xmlElement]
expected: FAIL
[37,13: resulting DOM for range [processingInstruction, 0, processingInstruction, 4\], node detachedTextNode]
expected: FAIL
[37,13: resulting range position for range [processingInstruction, 0, processingInstruction, 4\], node detachedTextNode]
expected: FAIL
[37,14: resulting DOM for range [processingInstruction, 0, processingInstruction, 4\], node foreignTextNode]
expected: FAIL
[37,14: resulting range position for range [processingInstruction, 0, processingInstruction, 4\], node foreignTextNode]
expected: FAIL
[37,15: resulting DOM for range [processingInstruction, 0, processingInstruction, 4\], node processingInstruction]
expected: FAIL
[37,15: resulting range position for range [processingInstruction, 0, processingInstruction, 4\], node processingInstruction]
expected: FAIL
[37,16: resulting DOM for range [processingInstruction, 0, processingInstruction, 4\], node detachedProcessingInstruction]
expected: FAIL
[37,16: resulting range position for range [processingInstruction, 0, processingInstruction, 4\], node detachedProcessingInstruction]
expected: FAIL
[37,17: resulting DOM for range [processingInstruction, 0, processingInstruction, 4\], node comment]
expected: FAIL
[37,17: resulting range position for range [processingInstruction, 0, processingInstruction, 4\], node comment]
expected: FAIL
[37,18: resulting DOM for range [processingInstruction, 0, processingInstruction, 4\], node detachedComment]
expected: FAIL
[37,18: resulting range position for range [processingInstruction, 0, processingInstruction, 4\], node detachedComment]
[9,4: resulting DOM for range [foreignPara1.firstChild, 2, foreignPara1.firstChild, 8\], node foreignPara1.firstChild]
expected: FAIL

View File

@ -12,6 +12,10 @@
if debug and (os == "mac") and (version == "OS X 10.6.8") and (processor == "x86_64") and (bits == 64): FAIL
if debug and (os == "mac") and (version == "OS X 10.10.2") and (processor == "x86_64") and (bits == 64): FAIL
if debug and (os == "mac") and (version == "OS X 10.8"): FAIL
if not debug and not e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86") and (bits == 32): FAIL
if not debug and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86") and (bits == 32): FAIL
if debug and not e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
if debug and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
[URL query: ?type=]
expected:
@ -25,6 +29,10 @@
if debug and (os == "mac") and (version == "OS X 10.6.8") and (processor == "x86_64") and (bits == 64): FAIL
if debug and (os == "mac") and (version == "OS X 10.10.2") and (processor == "x86_64") and (bits == 64): FAIL
if debug and (os == "mac") and (version == "OS X 10.8"): FAIL
if not debug and not e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86") and (bits == 32): FAIL
if not debug and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86") and (bits == 32): FAIL
if debug and not e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
if debug and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
[URL query: ?type=x]
expected:
@ -38,6 +46,10 @@
if debug and (os == "mac") and (version == "OS X 10.6.8") and (processor == "x86_64") and (bits == 64): FAIL
if debug and (os == "mac") and (version == "OS X 10.10.2") and (processor == "x86_64") and (bits == 64): FAIL
if debug and (os == "mac") and (version == "OS X 10.8"): FAIL
if not debug and not e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86") and (bits == 32): FAIL
if not debug and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86") and (bits == 32): FAIL
if debug and not e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
if debug and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
[URL query: ?type=x/x]
expected:
@ -51,6 +63,10 @@
if debug and (os == "mac") and (version == "OS X 10.6.8") and (processor == "x86_64") and (bits == 64): FAIL
if debug and (os == "mac") and (version == "OS X 10.10.2") and (processor == "x86_64") and (bits == 64): FAIL
if debug and (os == "mac") and (version == "OS X 10.8"): FAIL
if not debug and not e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86") and (bits == 32): FAIL
if not debug and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86") and (bits == 32): FAIL
if debug and not e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
if debug and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
[URL query: ?type=image/gif]
expected:

View File

@ -0,0 +1,7 @@
[browsing_context_name.html]
type: testharness
disabled:
if os == "linux" and debug and bits == 32: https://bugzilla.mozilla.org/show_bug.cgi?id=1215461
[Retaining window.name on history traversal]
expected: FAIL

View File

@ -0,0 +1,5 @@
[browsing_context_name_cross_origin_2.html]
type: testharness
[Restoring window.name on cross-origin history traversal]
expected: FAIL

View File

@ -0,0 +1,5 @@
[browsing_context_name_cross_origin_3.html]
type: testharness
[Restoring window.name on cross-origin history traversal]
expected: FAIL

View File

@ -0,0 +1,5 @@
[popstate_event.html]
type: testharness
[Queue a task to fire popstate event]
expected: FAIL

View File

@ -0,0 +1,5 @@
[unset_context_name-1.html]
type: testharness
[window.name after navigating to a different origin]
expected: FAIL

View File

@ -0,0 +1,5 @@
[003.html]
type: testharness
[Navigation from unload whilst traversing history]
expected: FAIL

View File

@ -0,0 +1,6 @@
[004.html]
type: testharness
expected: TIMEOUT
[Navigation from unload whilst traversing cross-origin history]
expected: TIMEOUT

View File

@ -0,0 +1,3 @@
[005.html]
type: testharness
expected: ERROR

View File

@ -0,0 +1,5 @@
[012.html]
type: testharness
[Link with onclick navigation to javascript url with delayed document.write and href navigation ]
expected: FAIL

View File

@ -0,0 +1,5 @@
[013.html]
type: testharness
[Link with onclick navigation to javascript url with delayed document.write and href navigation ]
expected: FAIL

View File

@ -0,0 +1,3 @@
[014.html]
type: testharness
expected: TIMEOUT

View File

@ -0,0 +1,5 @@
[015.html]
type: testharness
[ Link with javascript onclick and href script order ]
expected: FAIL

View File

@ -0,0 +1,5 @@
[003.html]
type: testharness
[Fragment Navigation: Updating scroll position]
expected: FAIL

View File

@ -0,0 +1,36 @@
[007.html]
type: testharness
expected:
if not debug and not e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86") and (bits == 32): TIMEOUT
if debug and not e10s and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86_64") and (bits == 64): TIMEOUT
if debug and not e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): TIMEOUT
if not debug and not e10s and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): TIMEOUT
if debug and e10s and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): TIMEOUT
if not debug and not e10s and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86_64") and (bits == 64): TIMEOUT
if not debug and e10s and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86_64") and (bits == 64): TIMEOUT
if debug and not e10s and (os == "win") and (version == "5.1.2600") and (processor == "x86") and (bits == 32): TIMEOUT
if not debug and not e10s and (os == "mac") and (version == "OS X 10.10.2") and (processor == "x86") and (bits == 32): TIMEOUT
if debug and e10s and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86_64") and (bits == 64): TIMEOUT
if not debug and e10s and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): TIMEOUT
if not debug and not e10s and (os == "win") and (version == "5.1.2600") and (processor == "x86") and (bits == 32): TIMEOUT
if debug and not e10s and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): TIMEOUT
if debug and not e10s and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): TIMEOUT
if debug and not e10s and (os == "mac") and (version == "OS X 10.10.2") and (processor == "x86_64") and (bits == 64): TIMEOUT
if debug and not e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): TIMEOUT
if debug and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): TIMEOUT
if debug and e10s and (os == "mac") and (version == "OS X 10.10.2") and (processor == "x86_64") and (bits == 64): TIMEOUT
[Fragment Navigation: hashchange event multiple changes old/newURL]
expected:
if not debug and not e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86") and (bits == 32): TIMEOUT
if debug and not e10s and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86_64") and (bits == 64): TIMEOUT
if not debug and not e10s and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): TIMEOUT
if not debug and not e10s and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86_64") and (bits == 64): TIMEOUT
if debug and not e10s and (os == "win") and (version == "5.1.2600") and (processor == "x86") and (bits == 32): TIMEOUT
if not debug and not e10s and (os == "mac") and (version == "OS X 10.10.2") and (processor == "x86") and (bits == 32): TIMEOUT
if debug and not e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): TIMEOUT
if not debug and not e10s and (os == "win") and (version == "5.1.2600") and (processor == "x86") and (bits == 32): TIMEOUT
if debug and not e10s and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): TIMEOUT
if debug and not e10s and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): TIMEOUT
if debug and not e10s and (os == "mac") and (version == "OS X 10.10.2") and (processor == "x86_64") and (bits == 64): TIMEOUT
if debug and not e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): TIMEOUT

View File

@ -0,0 +1,5 @@
[navigation-within-beforeunload.html]
type: testharness
[Triggering navigation from withing beforeunload event]
expected: FAIL

View File

@ -0,0 +1,5 @@
[001.html]
type: testharness
[beforeunload event order]
expected: FAIL

View File

@ -0,0 +1,5 @@
[003.html]
type: testharness
[unload event properties]
expected: FAIL

View File

@ -0,0 +1,6 @@
[006.html]
type: testharness
expected: TIMEOUT
[salvagable state of document after setting pagehide listener]
expected: TIMEOUT

View File

@ -0,0 +1,4 @@
[008.html]
type: testharness
disabled:
if os == "linux" and debug: https://bugzilla.mozilla.org/show_bug.cgi?id=1215461

View File

@ -0,0 +1,4 @@
[009.html]
type: testharness
disabled:
if os == "linux" and debug: https://bugzilla.mozilla.org/show_bug.cgi?id=1215461

View File

@ -0,0 +1,5 @@
[history_go_undefined.html]
type: testharness
[history.forward() with session history]
expected: FAIL

View File

@ -0,0 +1,9 @@
[001.html]
type: testharness
expected: TIMEOUT
[Traversing history back (2)]
expected: NOTRUN
[Traversing history forward]
expected: NOTRUN

View File

@ -0,0 +1,6 @@
[002.html]
type: testharness
expected: TIMEOUT
[Navigating second iframe]
expected: TIMEOUT

View File

@ -0,0 +1,5 @@
[traverse_the_session_history_unload_prompt_1.html]
type: testharness
[Traversing the history, unload event is fired on doucment]
expected: FAIL

View File

@ -0,0 +1,6 @@
[traverse_the_history_1.html]
type: testharness
expected: TIMEOUT
[Multiple history traversals from the same task]
expected: TIMEOUT

View File

@ -0,0 +1,5 @@
[traverse_the_history_2.html]
type: testharness
[Multiple history traversals, last would be aborted]
expected: FAIL

View File

@ -0,0 +1,5 @@
[traverse_the_history_3.html]
type: testharness
[Multiple history traversals, last would be aborted]
expected: FAIL

View File

@ -0,0 +1,6 @@
[traverse_the_history_4.html]
type: testharness
[Multiple history traversals, last would be aborted]
expected:
FAIL

View File

@ -0,0 +1,5 @@
[traverse_the_history_5.html]
type: testharness
[Multiple history traversals, last would be aborted]
expected: FAIL

View File

@ -0,0 +1,8 @@
[traverse_the_history_write_after_load_1.html]
type: testharness
disabled:
if os == "linux" and debug: https://bugzilla.mozilla.org/show_bug.cgi?id=1215461
[Traverse the history after document.write after the load event]
expected:
if debug and not e10s and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): FAIL

View File

@ -0,0 +1,11 @@
[traverse_the_history_write_onload_1.html]
type: testharness
disabled:
if debug or (os == "linux" and bits == 64): https://bugzilla.mozilla.org/show_bug.cgi?id=1215461
[Traverse the history when a history entry is written in the load event]
expected:
if debug and not e10s and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86_64") and (bits == 64): FAIL
if debug and e10s and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): FAIL
if not debug and not e10s and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86_64") and (bits == 64): FAIL
if debug and e10s and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86_64") and (bits == 64): FAIL

View File

@ -0,0 +1,9 @@
[traverse_the_history_write_onload_2.html]
type: testharness
disabled:
if debug or (os == "linux" and bits == 64): https://bugzilla.mozilla.org/show_bug.cgi?id=1215461
[Traverse the history back and forward when a history entry is written in the load event]
expected:
if debug and e10s and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): FAIL
if debug and not e10s and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): FAIL

View File

@ -0,0 +1,5 @@
[location_assign_about_blank.html]
type: testharness
[location.assign with initial about:blank browsing context]
expected: FAIL

View File

@ -0,0 +1,6 @@
[manual_click_replace_during_load.html]
type: testharness
expected: TIMEOUT
[Assignment to location with click during load]
expected: NOTRUN

View File

@ -0,0 +1,5 @@
[reload_document_write_onload.html]
type: testharness
[Reload document with document.written content written in load event]
expected: FAIL

View File

@ -0,0 +1,6 @@
[reload_post_1.html]
type: testharness
expected: TIMEOUT
[Reload document with POST]
expected: TIMEOUT

View File

@ -0,0 +1,5 @@
[scripted_click_location_assign_during_load.html]
type: testharness
[location.assign with click during load]
expected: FAIL

View File

@ -0,0 +1,5 @@
[close_script_defer.html]
type: testharness
[Running defer script in window.close()]
expected: FAIL

View File

@ -0,0 +1,15 @@
[creating_browsing_context_test_01.html]
type: testharness
disabled:
if (os == "linux" and bits == 64) or debug: https://bugzilla.mozilla.org/show_bug.cgi?id=1215461
expected:
if not debug and e10s and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86_64") and (bits == 64): TIMEOUT
if not debug and not e10s and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86_64") and (bits == 64): TIMEOUT
[first argument: absolute url]
expected:
if not debug and e10s and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86_64") and (bits == 64): TIMEOUT
[second argument: setting name after opening]
expected:
if not debug and not e10s and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86_64") and (bits == 64): TIMEOUT

View File

@ -0,0 +1,9 @@
[002.html]
type: testharness
disabled:
if debug or os == "win": https://bugzilla.mozilla.org/show_bug.cgi?id=1215461
[Link with target=_blank, no rel]
expected:
if debug and e10s and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): FAIL
if debug and e10s and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86_64") and (bits == 64): FAIL

View File

@ -0,0 +1,6 @@
[window-top-001.html]
type: testharness
expected: TIMEOUT
[Two nested iframes]
expected: TIMEOUT

View File

@ -3,3 +3,6 @@
[getElementsByName and newly introduced HTML elements]
expected: FAIL
[getElementsByName("keygen")]
expected: FAIL

View File

@ -1,7 +1,4 @@
[document.open-03.html]
type: testharness
disabled:
if e10s and (os == "linux"): https://bugzilla.mozilla.org/show_bug.cgi?id=1210716
expected:
if e10s and (os == "mac") and (version == "OS X 10.10.2"): TIMEOUT
if not debug and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): TIMEOUT
if e10s: https://bugzilla.mozilla.org/show_bug.cgi?id=1210716

View File

@ -0,0 +1,6 @@
[unknown-element.html]
type: testharness
expected:
if not debug and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86") and (bits == 32): TIMEOUT
if not debug and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): TIMEOUT
if not debug and e10s and (os == "mac") and (version == "OS X 10.10.2") and (processor == "x86") and (bits == 32): TIMEOUT

View File

@ -769,111 +769,12 @@
[HTMLIFrameElement interface: attribute seamless]
expected: FAIL
[HTMLEmbedElement interface: document.createElement("embed") must inherit property "src" with the proper type (0)]
expected: FAIL
[HTMLEmbedElement interface: document.createElement("embed") must inherit property "type" with the proper type (1)]
expected: FAIL
[HTMLEmbedElement interface: document.createElement("embed") must inherit property "width" with the proper type (2)]
expected: FAIL
[HTMLEmbedElement interface: document.createElement("embed") must inherit property "height" with the proper type (3)]
expected: FAIL
[HTMLEmbedElement interface: document.createElement("embed") must inherit property "getSVGDocument" with the proper type (4)]
expected: FAIL
[HTMLEmbedElement interface: document.createElement("embed") must inherit property "align" with the proper type (6)]
expected: FAIL
[HTMLEmbedElement interface: document.createElement("embed") must inherit property "name" with the proper type (7)]
expected: FAIL
[HTMLObjectElement interface: operation reportValidity()]
expected: FAIL
[HTMLObjectElement interface: document.createElement("object") must inherit property "data" with the proper type (0)]
expected: FAIL
[HTMLObjectElement interface: document.createElement("object") must inherit property "type" with the proper type (1)]
expected: FAIL
[HTMLObjectElement interface: document.createElement("object") must inherit property "typeMustMatch" with the proper type (2)]
expected: FAIL
[HTMLObjectElement interface: document.createElement("object") must inherit property "name" with the proper type (3)]
expected: FAIL
[HTMLObjectElement interface: document.createElement("object") must inherit property "useMap" with the proper type (4)]
expected: FAIL
[HTMLObjectElement interface: document.createElement("object") must inherit property "form" with the proper type (5)]
expected: FAIL
[HTMLObjectElement interface: document.createElement("object") must inherit property "width" with the proper type (6)]
expected: FAIL
[HTMLObjectElement interface: document.createElement("object") must inherit property "height" with the proper type (7)]
expected: FAIL
[HTMLObjectElement interface: document.createElement("object") must inherit property "contentDocument" with the proper type (8)]
expected: FAIL
[HTMLObjectElement interface: document.createElement("object") must inherit property "contentWindow" with the proper type (9)]
expected: FAIL
[HTMLObjectElement interface: document.createElement("object") must inherit property "willValidate" with the proper type (10)]
expected: FAIL
[HTMLObjectElement interface: document.createElement("object") must inherit property "validity" with the proper type (11)]
expected: FAIL
[HTMLObjectElement interface: document.createElement("object") must inherit property "validationMessage" with the proper type (12)]
expected: FAIL
[HTMLObjectElement interface: document.createElement("object") must inherit property "checkValidity" with the proper type (13)]
expected: FAIL
[HTMLObjectElement interface: document.createElement("object") must inherit property "reportValidity" with the proper type (14)]
expected: FAIL
[HTMLObjectElement interface: document.createElement("object") must inherit property "setCustomValidity" with the proper type (15)]
expected: FAIL
[HTMLObjectElement interface: calling setCustomValidity(DOMString) on document.createElement("object") with too few arguments must throw TypeError]
expected: FAIL
[HTMLObjectElement interface: document.createElement("object") must inherit property "align" with the proper type (17)]
expected: FAIL
[HTMLObjectElement interface: document.createElement("object") must inherit property "archive" with the proper type (18)]
expected: FAIL
[HTMLObjectElement interface: document.createElement("object") must inherit property "code" with the proper type (19)]
expected: FAIL
[HTMLObjectElement interface: document.createElement("object") must inherit property "declare" with the proper type (20)]
expected: FAIL
[HTMLObjectElement interface: document.createElement("object") must inherit property "hspace" with the proper type (21)]
expected: FAIL
[HTMLObjectElement interface: document.createElement("object") must inherit property "standby" with the proper type (22)]
expected: FAIL
[HTMLObjectElement interface: document.createElement("object") must inherit property "vspace" with the proper type (23)]
expected: FAIL
[HTMLObjectElement interface: document.createElement("object") must inherit property "codeBase" with the proper type (24)]
expected: FAIL
[HTMLObjectElement interface: document.createElement("object") must inherit property "codeType" with the proper type (25)]
expected: FAIL
[HTMLObjectElement interface: document.createElement("object") must inherit property "border" with the proper type (26)]
expected: FAIL
[HTMLMediaElement interface: document.createElement("video") must inherit property "crossOrigin" with the proper type (3)]
expected: FAIL

View File

@ -1,8 +0,0 @@
[draggable_attribute.html]
type: testharness
[Element embed should have draggable property]
expected: FAIL
[Element object should have draggable property]
expected: FAIL

View File

@ -0,0 +1,3 @@
[ol-type-unsupported-circle.html]
type: reftest
expected: FAIL

View File

@ -0,0 +1,3 @@
[ol-type-unsupported-disc.html]
type: reftest
expected: FAIL

View File

@ -0,0 +1,3 @@
[ol-type-unsupported-lower-alpha.html]
type: reftest
expected: FAIL

View File

@ -0,0 +1,3 @@
[ol-type-unsupported-lower-roman.html]
type: reftest
expected: FAIL

View File

@ -0,0 +1,3 @@
[ol-type-unsupported-none.html]
type: reftest
expected: FAIL

View File

@ -0,0 +1,3 @@
[ol-type-unsupported-round.html]
type: reftest
expected: FAIL

View File

@ -0,0 +1,3 @@
[ol-type-unsupported-square.html]
type: reftest
expected: FAIL

View File

@ -0,0 +1,3 @@
[ol-type-unsupported-upper-alpha.html]
type: reftest
expected: FAIL

View File

@ -0,0 +1,3 @@
[ol-type-unsupported-upper-roman.html]
type: reftest
expected: FAIL

View File

@ -1,54 +1,8 @@
[relevant-mutations.html]
type: testharness
expected: TIMEOUT
disabled:
if os == "win": https://bugzilla.mozilla.org/show_bug.cgi?id=1193349
if (os == "linux") and debug and e10s: https://bugzilla.mozilla.org/show_bug.cgi?id=1205645
[src removed]
expected: TIMEOUT
[srcset removed]
expected: TIMEOUT
[sizes set]
expected: TIMEOUT
[sizes changed]
expected: TIMEOUT
[sizes removed]
expected: TIMEOUT
[crossorigin absent to empty]
expected: TIMEOUT
[crossorigin absent to anonymous]
expected: TIMEOUT
[crossorigin absent to use-credentials]
expected: TIMEOUT
[crossorigin empty to absent]
expected: TIMEOUT
[crossorigin empty to use-credentials]
expected: TIMEOUT
[crossorigin anonymous to absent]
expected: TIMEOUT
[crossorigin anonymous to use-credentials]
expected: TIMEOUT
[crossorigin use-credentials to absent]
expected: TIMEOUT
[crossorigin use-credentials to empty]
expected: TIMEOUT
[crossorigin use-credentials to anonymous]
expected: TIMEOUT
[crossorigin state not changed: empty to anonymous]
expected: FAIL

View File

@ -45,6 +45,3 @@
[[INPUT in WEEK status\] The week type must be supported.]
expected: FAIL
[[select\] suffering from being missing]
expected: FAIL

View File

@ -12,9 +12,6 @@
[[INPUT in URL status\] Dirty value - length of value is greater than maxlength]
expected: FAIL
[[INPUT in EMAIL status\] Dirty value - length of value is greater than maxlength]
expected: FAIL
[[INPUT in PASSWORD status\] Dirty value - length of value is greater than maxlength]
expected: FAIL
@ -57,15 +54,6 @@
[[INPUT in URL status\] Dirty value - value equals to maxlength]
expected: FAIL
[[INPUT in EMAIL status\] Dirty value - value is less than maxlength]
expected: FAIL
[[INPUT in EMAIL status\] Dirty value - length of value(AAA) in unicode is less than maxlength]
expected: FAIL
[[INPUT in EMAIL status\] Dirty value - value equals to maxlength]
expected: FAIL
[[INPUT in PASSWORD status\] Dirty value - value is less than maxlength]
expected: FAIL

View File

@ -9,9 +9,3 @@
[[INPUT in WEEK status\] The week type must be supported.]
expected: FAIL
[[INPUT in CHECKBOX status\] The checked attribute is false]
expected: FAIL
[[INPUT in RADIO status\] The checked attribute is false]
expected: FAIL

View File

@ -1,65 +0,0 @@
[001.html]
type: testharness
[itemType.remove must remove all useless whitespace]
expected: FAIL
[itemType.remove must collapse multiple whitespace around removed tokens]
expected: FAIL
[itemType.remove must remove duplicates when removing tokens]
expected: FAIL
[itemType.add must remove unused whitespace when the token already exists]
expected: FAIL
[itemType.add should normalize \\t as a space]
expected: FAIL
[itemType.add should normalize \\r as a space]
expected: FAIL
[itemType.add should normalize \\n as a space]
expected: FAIL
[itemType.add should normalize \\f as a space]
expected: FAIL
[itemProp.remove must remove all useless whitespace]
expected: FAIL
[itemProp.add must remove useless whitespace and duplicates when the token already exists]
expected: FAIL
[itemProp.add should normalize \\t as a space]
expected: FAIL
[itemProp.add should normalize \\r as a space]
expected: FAIL
[itemProp.add should normalize \\n as a space]
expected: FAIL
[itemProp.add should normalize \\f as a space]
expected: FAIL
[itemRef.remove must remove useless whitespace when removing tokens]
expected: FAIL
[itemRef.remove must remove useless whitespace when removing tokens (2)]
expected: FAIL
[itemRef.add must remove whitespace and duplicate when the token already exists]
expected: FAIL
[itemRef.add should normalize \\t as a space]
expected: FAIL
[itemRef.add should normalize \\r as a space]
expected: FAIL
[itemRef.add should normalize \\n as a space]
expected: FAIL
[itemRef.add should normalize \\f as a space]
expected: FAIL

View File

@ -13,5 +13,9 @@
if debug and (os == "mac") and (version == "OS X 10.8") and (processor == "x86_64") and (bits == 64): PASS
if debug and (os == "mac") and (version == "OS X 10.10.2") and (processor == "x86_64") and (bits == 64): PASS
if not debug and (os == "mac") and (version == "OS X 10.10.2") and (processor == "x86") and (bits == 32): PASS
if not debug and not e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86") and (bits == 32): PASS
if not debug and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86") and (bits == 32): PASS
if debug and not e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS
if debug and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS
FAIL

View File

@ -12,5 +12,9 @@
if debug and (os == "mac") and (version == "OS X 10.8") and (processor == "x86_64") and (bits == 64): PASS
if debug and (os == "mac") and (version == "OS X 10.10.2") and (processor == "x86_64") and (bits == 64): PASS
if not debug and (os == "mac") and (version == "OS X 10.10.2") and (processor == "x86") and (bits == 32): PASS
if not debug and not e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86") and (bits == 32): PASS
if not debug and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86") and (bits == 32): PASS
if debug and not e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS
if debug and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS
FAIL

View File

@ -10,5 +10,9 @@
if debug and (os == "mac") and (version == "OS X 10.8") and (processor == "x86_64") and (bits == 64): PASS
if debug and (os == "mac") and (version == "OS X 10.10.2") and (processor == "x86_64") and (bits == 64): PASS
if not debug and (os == "mac") and (version == "OS X 10.10.2") and (processor == "x86") and (bits == 32): PASS
if not debug and not e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86") and (bits == 32): PASS
if not debug and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86") and (bits == 32): PASS
if debug and not e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS
if debug and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS
FAIL

View File

@ -10,5 +10,9 @@
if debug and (os == "mac") and (version == "OS X 10.8") and (processor == "x86_64") and (bits == 64): PASS
if debug and (os == "mac") and (version == "OS X 10.10.2") and (processor == "x86_64") and (bits == 64): PASS
if not debug and (os == "mac") and (version == "OS X 10.10.2") and (processor == "x86") and (bits == 32): PASS
if not debug and not e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86") and (bits == 32): PASS
if not debug and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86") and (bits == 32): PASS
if debug and not e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS
if debug and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS
FAIL

View File

@ -12,5 +12,7 @@
if debug and (os == "mac") and (version == "OS X 10.8") and (processor == "x86_64") and (bits == 64): PASS
if debug and (os == "mac") and (version == "OS X 10.10.2") and (processor == "x86_64") and (bits == 64): PASS
if not debug and (os == "mac") and (version == "OS X 10.10.2") and (processor == "x86") and (bits == 32): PASS
if not debug and not e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86") and (bits == 32): PASS
if debug and not e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS
FAIL

View File

@ -12,5 +12,7 @@
if debug and (os == "mac") and (version == "OS X 10.8") and (processor == "x86_64") and (bits == 64): PASS
if debug and (os == "mac") and (version == "OS X 10.10.2") and (processor == "x86_64") and (bits == 64): PASS
if not debug and (os == "mac") and (version == "OS X 10.10.2") and (processor == "x86") and (bits == 32): PASS
if not debug and not e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86") and (bits == 32): PASS
if debug and not e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS
FAIL

View File

@ -10,5 +10,9 @@
if debug and (os == "mac") and (version == "OS X 10.8") and (processor == "x86_64") and (bits == 64): PASS
if debug and (os == "mac") and (version == "OS X 10.10.2") and (processor == "x86_64") and (bits == 64): PASS
if not debug and (os == "mac") and (version == "OS X 10.10.2") and (processor == "x86") and (bits == 32): PASS
if not debug and not e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86") and (bits == 32): PASS
if not debug and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86") and (bits == 32): PASS
if debug and not e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS
if debug and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS
FAIL

View File

@ -10,5 +10,9 @@
if debug and (os == "mac") and (version == "OS X 10.8") and (processor == "x86_64") and (bits == 64): PASS
if debug and (os == "mac") and (version == "OS X 10.10.2") and (processor == "x86_64") and (bits == 64): PASS
if not debug and (os == "mac") and (version == "OS X 10.10.2") and (processor == "x86") and (bits == 32): PASS
if not debug and not e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86") and (bits == 32): PASS
if not debug and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86") and (bits == 32): PASS
if debug and not e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS
if debug and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS
FAIL

View File

@ -12,5 +12,7 @@
if debug and (os == "mac") and (version == "OS X 10.8") and (processor == "x86_64") and (bits == 64): PASS
if debug and (os == "mac") and (version == "OS X 10.10.2") and (processor == "x86_64") and (bits == 64): PASS
if not debug and (os == "mac") and (version == "OS X 10.10.2") and (processor == "x86") and (bits == 32): PASS
if not debug and not e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86") and (bits == 32): PASS
if debug and not e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS
FAIL

View File

@ -10,5 +10,9 @@
if debug and (os == "mac") and (version == "OS X 10.8") and (processor == "x86_64") and (bits == 64): PASS
if debug and (os == "mac") and (version == "OS X 10.10.2") and (processor == "x86_64") and (bits == 64): PASS
if not debug and (os == "mac") and (version == "OS X 10.10.2") and (processor == "x86") and (bits == 32): PASS
if not debug and not e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86") and (bits == 32): PASS
if not debug and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86") and (bits == 32): PASS
if debug and not e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS
if debug and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS
FAIL

View File

@ -10,5 +10,9 @@
if debug and (os == "mac") and (version == "OS X 10.8") and (processor == "x86_64") and (bits == 64): PASS
if debug and (os == "mac") and (version == "OS X 10.10.2") and (processor == "x86_64") and (bits == 64): PASS
if not debug and (os == "mac") and (version == "OS X 10.10.2") and (processor == "x86") and (bits == 32): PASS
if not debug and not e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86") and (bits == 32): PASS
if not debug and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86") and (bits == 32): PASS
if debug and not e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS
if debug and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS
FAIL

View File

@ -10,5 +10,9 @@
if debug and (os == "mac") and (version == "OS X 10.8") and (processor == "x86_64") and (bits == 64): PASS
if debug and (os == "mac") and (version == "OS X 10.10.2") and (processor == "x86_64") and (bits == 64): PASS
if not debug and (os == "mac") and (version == "OS X 10.10.2") and (processor == "x86") and (bits == 32): PASS
if not debug and not e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86") and (bits == 32): PASS
if not debug and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86") and (bits == 32): PASS
if debug and not e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS
if debug and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS
FAIL

View File

@ -10,5 +10,9 @@
if debug and (os == "mac") and (version == "OS X 10.8") and (processor == "x86_64") and (bits == 64): PASS
if debug and (os == "mac") and (version == "OS X 10.10.2") and (processor == "x86_64") and (bits == 64): PASS
if not debug and (os == "mac") and (version == "OS X 10.10.2") and (processor == "x86") and (bits == 32): PASS
if not debug and not e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86") and (bits == 32): PASS
if not debug and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86") and (bits == 32): PASS
if debug and not e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS
if debug and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS
FAIL

View File

@ -12,5 +12,7 @@
if debug and (os == "mac") and (version == "OS X 10.8") and (processor == "x86_64") and (bits == 64): PASS
if debug and (os == "mac") and (version == "OS X 10.10.2") and (processor == "x86_64") and (bits == 64): PASS
if not debug and (os == "mac") and (version == "OS X 10.10.2") and (processor == "x86") and (bits == 32): PASS
if not debug and not e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86") and (bits == 32): PASS
if debug and not e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS
FAIL

View File

@ -12,5 +12,7 @@
if debug and (os == "mac") and (version == "OS X 10.8") and (processor == "x86_64") and (bits == 64): PASS
if debug and (os == "mac") and (version == "OS X 10.10.2") and (processor == "x86_64") and (bits == 64): PASS
if not debug and (os == "mac") and (version == "OS X 10.10.2") and (processor == "x86") and (bits == 32): PASS
if not debug and not e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86") and (bits == 32): PASS
if debug and not e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS
FAIL

View File

@ -17,6 +17,10 @@
if debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): TIMEOUT
if debug and (os == "win") and (version == "10.0.10240") and (processor == "x86_64") and (bits == 64): TIMEOUT
if not debug and (os == "win") and (version == "10.0.10240") and (processor == "x86_64") and (bits == 64): TIMEOUT
if not debug and not e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86") and (bits == 32): TIMEOUT
if not debug and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86") and (bits == 32): TIMEOUT
if debug and not e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): TIMEOUT
if debug and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): TIMEOUT
[opt_in_method: http-csp\n origin: cross-origin-http\n source_scheme: https\n context_nesting: top-level\n redirection: no-redirect\n subresource: link-css-tag\n expectation: blocked]
expected: NOTRUN

View File

@ -8,4 +8,6 @@
if debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): FAIL
if debug and (os == "mac") and (version == "OS X 10.8") and (processor == "x86_64") and (bits == 64): FAIL
if debug and (os == "mac") and (version == "OS X 10.10.2") and (processor == "x86_64") and (bits == 64): FAIL
if debug and not e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL

View File

@ -17,6 +17,10 @@
if debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): TIMEOUT
if debug and (os == "win") and (version == "10.0.10240") and (processor == "x86_64") and (bits == 64): TIMEOUT
if not debug and (os == "win") and (version == "10.0.10240") and (processor == "x86_64") and (bits == 64): TIMEOUT
if not debug and not e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86") and (bits == 32): TIMEOUT
if not debug and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86") and (bits == 32): TIMEOUT
if debug and not e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): TIMEOUT
if debug and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): TIMEOUT
[opt_in_method: http-csp\n origin: same-host-http\n source_scheme: https\n context_nesting: top-level\n redirection: no-redirect\n subresource: link-css-tag\n expectation: blocked]
expected: NOTRUN

View File

@ -8,4 +8,6 @@
if debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): FAIL
if debug and (os == "mac") and (version == "OS X 10.8") and (processor == "x86_64") and (bits == 64): FAIL
if debug and (os == "mac") and (version == "OS X 10.10.2") and (processor == "x86_64") and (bits == 64): FAIL
if debug and not e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL

View File

@ -9,4 +9,6 @@
if debug and (os == "mac") and (version == "OS X 10.8") and (processor == "x86_64") and (bits == 64): FAIL
if debug and (os == "mac") and (version == "OS X 10.10.2") and (processor == "x86_64") and (bits == 64): FAIL
if not debug and e10s and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): FAIL
if debug and not e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL

View File

@ -17,6 +17,10 @@
if debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86_64") and (bits == 64): TIMEOUT
if debug and (os == "win") and (version == "10.0.10240") and (processor == "x86_64") and (bits == 64): TIMEOUT
if not debug and (os == "win") and (version == "10.0.10240") and (processor == "x86_64") and (bits == 64): TIMEOUT
if not debug and not e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86") and (bits == 32): TIMEOUT
if not debug and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86") and (bits == 32): TIMEOUT
if debug and not e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): TIMEOUT
if debug and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): TIMEOUT
[opt_in_method: no-opt-in\n origin: same-host-http\n source_scheme: https\n context_nesting: top-level\n redirection: no-redirect\n subresource: link-css-tag\n expectation: blocked]
expected: NOTRUN

View File

@ -8,4 +8,6 @@
if debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): FAIL
if debug and (os == "mac") and (version == "OS X 10.8") and (processor == "x86_64") and (bits == 64): FAIL
if debug and (os == "mac") and (version == "OS X 10.10.2") and (processor == "x86_64") and (bits == 64): FAIL
if debug and not e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL

View File

@ -16,4 +16,8 @@
if not debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): FAIL
if debug and (os == "win") and (version == "10.0.10240") and (processor == "x86_64") and (bits == 64): FAIL
if not debug and (os == "win") and (version == "10.0.10240") and (processor == "x86_64") and (bits == 64): FAIL
if not debug and not e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86") and (bits == 32): FAIL
if not debug and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86") and (bits == 32): FAIL
if debug and not e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
if debug and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL

View File

@ -16,4 +16,8 @@
if not debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): FAIL
if debug and (os == "win") and (version == "10.0.10240") and (processor == "x86_64") and (bits == 64): FAIL
if not debug and (os == "win") and (version == "10.0.10240") and (processor == "x86_64") and (bits == 64): FAIL
if not debug and not e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86") and (bits == 32): FAIL
if not debug and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86") and (bits == 32): FAIL
if debug and not e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
if debug and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL

View File

@ -16,4 +16,8 @@
if not debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): FAIL
if debug and (os == "win") and (version == "10.0.10240") and (processor == "x86_64") and (bits == 64): FAIL
if not debug and (os == "win") and (version == "10.0.10240") and (processor == "x86_64") and (bits == 64): FAIL
if not debug and not e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86") and (bits == 32): FAIL
if not debug and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86") and (bits == 32): FAIL
if debug and not e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
if debug and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL

Some files were not shown because too many files have changed in this diff Show More