Bug 1650429 - [wpt-sync] Update web-platform-tests to 5a8a43621be6bc5f94f3ccdc1ab9b2ad63e68428, a=testonly

MANUAL PUSH: wpt sync bot

wpt-head: 5a8a43621be6bc5f94f3ccdc1ab9b2ad63e68428
wpt-type: landing
This commit is contained in:
moz-wptsync-bot 2020-07-03 15:40:11 +00:00
Родитель e75698a477
Коммит a94d673341
151 изменённых файлов: 1501 добавлений и 672 удалений

Просмотреть файл

@ -108,7 +108,7 @@
[File: [object File\]]
expected:
if (os == "win") and webrender and not debug and not fission: ["TIMEOUT", "PASS", "NOTRUN"]
if (os == "android") and not debug: ["TIMEOUT", "NOTRUN", "PASS"]
[NOTRUN, PASS, TIMEOUT]
[Not serializable: Event: [object Event\]]
@ -119,7 +119,7 @@
[Blob: [object Blob\]]
expected:
if (os == "win") and webrender and not debug and not fission: ["PASS", "TIMEOUT"]
if (os == "android") and not debug: ["PASS", "TIMEOUT"]
[TIMEOUT, PASS]

Просмотреть файл

@ -1,7 +1,8 @@
[fetch.https.window.html]
expected:
if debug and not webrender and (os == "mac"): ["OK", "TIMEOUT"]
if debug and webrender: ["OK", "TIMEOUT"]
if debug and (os == "linux") and webrender: ["OK", "TIMEOUT"]
if debug and (os == "win") and webrender: ["OK", "TIMEOUT"]
if debug and (os == "mac"): ["OK", "TIMEOUT"]
[Using Background Fetch to successfully fetch a single resource]
expected: FAIL
@ -22,13 +23,13 @@
[Fetches can have requests with duplicate URLs]
expected:
if (os == "linux") and debug and webrender: ["FAIL", "NOTRUN"]
if (os == "linux") and debug and webrender: ["FAIL", "TIMEOUT", "NOTRUN"]
if (os == "mac") and debug: ["FAIL", "NOTRUN"]
FAIL
[recordsAvailable is false after onbackgroundfetchsuccess finishes execution.]
expected:
if (os == "linux") and debug and webrender: ["FAIL", "NOTRUN"]
if (os == "linux") and debug and webrender: ["FAIL", "TIMEOUT", "NOTRUN"]
if (os == "mac") and debug: ["FAIL", "NOTRUN"]
FAIL
@ -43,8 +44,9 @@
[Fetches with mixed content should fail.]
expected:
if (os == "linux") and debug and webrender: ["FAIL", "NOTRUN"]
if (os == "mac") and debug: ["FAIL", "NOTRUN"]
if debug and (os == "win") and webrender: ["FAIL", "TIMEOUT"]
if debug and (os == "linux") and webrender: ["FAIL", "NOTRUN"]
if debug and (os == "mac"): ["FAIL", "NOTRUN"]
FAIL
[Requests with text/json content type require CORS Preflight and succeed.]
@ -60,8 +62,8 @@
[Responses failing CORS checks are not leaked]
expected:
if (os == "win") and debug and webrender: ["FAIL", "TIMEOUT"]
if (os == "linux") and debug and webrender: ["FAIL", "NOTRUN"]
if (os == "mac") and debug: ["FAIL", "NOTRUN"]
if debug and (os == "linux") and webrender: ["FAIL", "NOTRUN"]
if debug and (os == "win") and webrender: ["FAIL", "NOTRUN", "TIMEOUT"]
if debug and (os == "mac"): ["FAIL", "NOTRUN"]
FAIL

Просмотреть файл

@ -1,4 +1,6 @@
[match.https.window.html]
expected:
if webrender and debug and (os == "linux"): ["OK", "TIMEOUT"]
[Matching to a non-existing request should work]
expected: FAIL
@ -9,7 +11,9 @@
expected: FAIL
[Match with query options.]
expected: FAIL
expected:
if webrender and debug and (os == "linux"): ["FAIL", "TIMEOUT"]
FAIL
[Access to active fetches is supported.]
expected: FAIL

Просмотреть файл

@ -1,5 +1,6 @@
[mixed-content-and-allowed-schemes.https.window.html]
expected:
if (os == "linux") and debug and webrender: ["OK", "TIMEOUT"]
if (os == "mac") and debug: ["OK", "TIMEOUT"]
[https: fetch should register ok]
expected: FAIL
@ -14,15 +15,19 @@
expected: FAIL
[file: fetch should reject]
expected: FAIL
expected:
if webrender and debug and (os == "linux"): ["FAIL", "TIMEOUT"]
FAIL
[data: fetch should reject]
expected:
if (os == "linux") and debug and webrender: ["FAIL", "NOTRUN"]
if (os == "mac") and debug: ["FAIL", "TIMEOUT"]
FAIL
[unknown scheme fetch should reject]
expected:
if (os == "linux") and debug and webrender: ["FAIL", "NOTRUN"]
if (os == "mac") and debug: ["FAIL", "NOTRUN"]
FAIL

Просмотреть файл

@ -1,5 +1,6 @@
[port-blocking.https.window.html]
expected:
if (os == "linux") and webrender and debug: ["OK", "TIMEOUT"]
if (os == "linux") and webrender and not debug: ["OK", "TIMEOUT"]
if (os == "mac") and debug: ["OK", "TIMEOUT"]
[fetch to default https port should register ok]
@ -16,17 +17,20 @@
[fetch to port 80 should register ok, even over https]
expected:
if (os == "linux") and webrender and not debug: ["FAIL", "NOTRUN"]
if (os == "linux") and webrender and debug: ["FAIL", "TIMEOUT"]
if (os == "mac") and debug: ["FAIL", "TIMEOUT"]
FAIL
[fetch to non-default non-bad port (8080) should register ok]
expected:
if (os == "linux") and webrender and debug: ["FAIL", "NOTRUN"]
if (os == "linux") and webrender and not debug: ["FAIL", "NOTRUN"]
if (os == "mac") and debug: ["FAIL", "NOTRUN"]
FAIL
[fetch to bad port (SMTP) should reject]
expected:
if (os == "linux") and webrender and debug: ["FAIL", "NOTRUN"]
if (os == "linux") and webrender and not debug: ["FAIL", "NOTRUN"]
if (os == "mac") and debug: ["FAIL", "NOTRUN"]
FAIL

Просмотреть файл

@ -1,5 +1,5 @@
[content-dpr-various-elements.html]
expected:
if (os == "linux") and debug and webrender: ["FAIL", "TIMEOUT"]
if (os == "mac") and debug: ["FAIL", "TIMEOUT"]
if debug and (os == "linux") and webrender: ["TIMEOUT", "FAIL"]
if debug and (os == "mac"): ["TIMEOUT", "FAIL"]
FAIL

Просмотреть файл

@ -7,3 +7,8 @@ bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1639499
[Same-origin XHR in http:?pipe=sub|header(Content-Security-Policy,connect-src%20%27none%27)]
expected: FAIL
[Same-origin => cross-origin 'fetch()' in http:?pipe=sub|header(Content-Security-Policy,default-src%20*)]
expected:
if (os == "mac") and debug: ["PASS", "TIMEOUT"]

Просмотреть файл

Просмотреть файл

@ -1,2 +1,2 @@
leak-threshold: [default:51200]
prefs: [network.cookie.sameSite.laxPlusPOST.timeout: 0]
leak-threshold: [default:51200]

Просмотреть файл

@ -1,6 +1,6 @@
[relpos-percentage-top-in-scrollable.html]
[Top percentage resolved correctly for overflow contribution]
expected:
if (os == "android") and not debug: ["PASS", "FAIL"]
if (os == "android") and debug: ["FAIL", "PASS"]
if (os == "android") and not debug: ["FAIL", "PASS"]

Просмотреть файл

@ -0,0 +1,3 @@
[text-align-white-space-002.xht]
expected:
if fission and (os == "win"): ["PASS", "TIMEOUT"]

Просмотреть файл

@ -1 +1 @@
leak-threshold: [default:51200]
leak-threshold: [default:51200, gpu:51200]

Просмотреть файл

@ -1,7 +1,8 @@
[root-element-opacity-change.html]
expected:
if not fission and (os == "win") and webrender and not debug: ["PASS", "FAIL"]
if not fission and (os == "linux") and debug and webrender: ["PASS", "FAIL"]
if fission and (os == "linux") and debug: ["PASS", "FAIL", "ERROR"]
if fission and (os == "linux") and not debug: ["PASS", "FAIL", "ERROR"]
if not fission and (os == "linux") and not debug: ["PASS", "FAIL"]
if fission and not debug and (os == "win"): ["PASS", "FAIL", "ERROR"]
if fission and not debug and (os == "linux"): ["PASS", "FAIL", "ERROR"]
if fission and debug: ["FAIL", "PASS", "ERROR"]
if fission and (os == "win"): ["PASS", "FAIL", "ERROR"]

Просмотреть файл

@ -1,3 +0,0 @@
[box-shadow-table-border-collapse-001.html]
expected:
if debug and os == "win" and processor == "x86": ["FAIL", "PASS"]

Просмотреть файл

@ -1,4 +1,4 @@
[content-visibility-033.sub.https.html]
expected:
if fission and (os == "win"): ["ERROR", "FAIL"]
if fission and (os == "win"): ["FAIL", "ERROR"]
FAIL

Просмотреть файл

@ -1,3 +1,4 @@
[font-display-preload.html]
expected:
if (os == "win") and webrender and not debug and not fission: ["PASS", "FAIL"]
if (os == "android") and not debug: ["PASS", "FAIL"]

Просмотреть файл

@ -1,5 +1,6 @@
[absolute.https.html]
expected:
if (os == "linux") and webrender and debug: ["TIMEOUT", "FAIL"]
if (os == "linux") and webrender and not debug: ["FAIL", "TIMEOUT"]
if (os == "mac") and debug: ["FAIL", "TIMEOUT"]
if (os == "linux") and webrender: ["FAIL", "TIMEOUT"]
FAIL

Просмотреть файл

@ -1,4 +1,5 @@
[child-baseline.https.html]
expected:
if (os == "mac") and debug: ["FAIL", "TIMEOUT"]
if (os == "mac") and debug and (version == "OS X 10.14.5"): ["FAIL", "TIMEOUT"]
if (os == "mac") and debug and (version == "OS X 10.14"): ["FAIL", "TIMEOUT"]
FAIL

Просмотреть файл

@ -1,4 +1,5 @@
[flex-baseline.https.html]
expected:
if (os == "mac") and debug: ["FAIL", "TIMEOUT"]
if (os == "mac") and debug and (version == "OS X 10.14.5"): ["FAIL", "TIMEOUT"]
if (os == "mac") and debug and (version == "OS X 10.14"): ["FAIL", "TIMEOUT"]
FAIL

Просмотреть файл

@ -1,2 +1,4 @@
[no-baseline.https.html]
expected: FAIL
expected:
if (os == "mac") and debug and (version == "OS X 10.14.5"): ["FAIL", "TIMEOUT"]
FAIL

Просмотреть файл

@ -1,2 +1,4 @@
[orthogonal-baseline.https.html]
expected: FAIL
expected:
if (os == "mac") and debug and (version == "OS X 10.14.5"): ["FAIL", "TIMEOUT"]
FAIL

Просмотреть файл

@ -1,2 +1,4 @@
[available-block-size-htb-vrl.https.html]
expected: FAIL
expected:
if (os == "mac") and debug and (version == "OS X 10.14.5"): ["FAIL", "TIMEOUT"]
FAIL

Просмотреть файл

@ -1,4 +1,5 @@
[fixed-block-size-absolute-left-right-vrl.https.html]
expected:
if (os == "mac") and debug: ["FAIL", "TIMEOUT"]
if (os == "mac") and debug and (version == "OS X 10.14"): ["FAIL", "TIMEOUT"]
if (os == "mac") and debug and (version == "OS X 10.14.5"): ["FAIL", "TIMEOUT"]
FAIL

Просмотреть файл

@ -1,6 +1,6 @@
[all.https.html]
expected:
if (os == "linux") and webrender and debug: ["FAIL", "TIMEOUT"]
if (os == "linux") and webrender and debug: ["TIMEOUT", "FAIL"]
if (os == "linux") and not webrender and not debug: ["FAIL", "TIMEOUT"]
if (os == "mac") and debug: ["FAIL", "TIMEOUT"]
FAIL

Просмотреть файл

@ -1,3 +1,4 @@
[bad-return.https.html]
expected:
if (os == "mac") and debug: ["PASS", "TIMEOUT"]
if (os == "mac") and debug and (version == "OS X 10.14"): ["TIMEOUT", "PASS"]
if (os == "mac") and debug and (version == "OS X 10.14.5"): ["PASS", "TIMEOUT"]

Просмотреть файл

@ -0,0 +1,3 @@
[constructor-error.https.html]
expected:
if (os == "mac") and debug and (version == "OS X 10.14.5"): ["PASS", "TIMEOUT"]

Просмотреть файл

@ -1,2 +1,4 @@
[bad-return.https.html]
expected: FAIL
expected:
if (os == "mac") and debug and (version == "OS X 10.14.5"): ["FAIL", "TIMEOUT"]
FAIL

Просмотреть файл

@ -1,2 +1,4 @@
[constructor-error.https.html]
expected: FAIL
expected:
if (os == "mac") and debug and (version == "OS X 10.14.5"): ["FAIL", "TIMEOUT"]
FAIL

Просмотреть файл

@ -1,4 +1,5 @@
[fragment-data-function-failure.https.html]
expected:
if (os == "mac") and debug: ["FAIL", "TIMEOUT"]
if (os == "mac") and debug and (version == "OS X 10.14.5"): ["FAIL", "TIMEOUT"]
if (os == "mac") and debug and (version == "OS X 10.14"): ["TIMEOUT", "FAIL"]
FAIL

Просмотреть файл

@ -1,4 +1,5 @@
[absolute.https.html]
expected:
if (os == "linux") and debug and webrender: ["FAIL", "TIMEOUT"]
if (os == "mac") and debug: ["FAIL", "TIMEOUT"]
FAIL

Просмотреть файл

@ -1,4 +1,4 @@
[absolute.https.html]
expected:
if (os == "mac") and debug: ["FAIL", "TIMEOUT"]
if (os == "mac") and debug: ["TIMEOUT", "FAIL"]
FAIL

Просмотреть файл

@ -1,4 +1,5 @@
[style-map-multi.https.html]
expected:
if (os == "mac") and debug: ["FAIL", "TIMEOUT"]
if (os == "mac") and debug and (version == "OS X 10.14"): ["FAIL", "TIMEOUT"]
if (os == "mac") and debug and (version == "OS X 10.14.5"): ["FAIL", "TIMEOUT"]
FAIL

Просмотреть файл

@ -1,2 +1,6 @@
[list-style-image-zoom-dynamic.html]
expected: [FAIL, PASS]
expected:
if (os == "linux") and not webrender and not debug: ["PASS", "FAIL"]
if (os == "win") and (processor == "x86") and debug: ["PASS", "FAIL"]
if (os == "android") and not debug: ["PASS", "FAIL"]
[FAIL, PASS]

Просмотреть файл

@ -1,5 +1,6 @@
[clip-path-descendant-text-mutated-001.html]
expected:
if not fission and (os == "win") and not debug and not webrender and (processor == "x86_64"): ["PASS", "FAIL", "ERROR"]
if not fission and (os == "win") and debug and not webrender and (processor == "x86_64"): ["PASS", "FAIL", "ERROR"]
if (os == "win") and not fission and debug and not webrender and (processor == "x86_64"): ["PASS", "FAIL", "ERROR"]
if (os == "win") and not fission and not debug and not webrender and (processor == "x86_64"): ["FAIL", "PASS", "ERROR"]
if (os == "win") and fission: ["FAIL", "PASS"]
[PASS, FAIL]

Просмотреть файл

@ -2,4 +2,7 @@
expected: FAIL
[background-image-alpha.https.html]
expected: FAIL
expected:
if (os == "linux") and debug and webrender: ["TIMEOUT", "FAIL"]
if (os == "mac") and debug: ["FAIL", "TIMEOUT"]
FAIL

Просмотреть файл

@ -1,4 +1,4 @@
[canvas-transform.https.html]
expected:
if (os == "mac") and debug: ["FAIL", "TIMEOUT"]
if (os == "mac") and debug: ["TIMEOUT", "FAIL"]
FAIL

Просмотреть файл

@ -1,4 +1,5 @@
[invalid-image-constructor-error.https.html]
expected:
if (os == "mac") and debug: ["FAIL", "TIMEOUT"]
if (os == "mac") and debug and (version == "OS X 10.14.5"): ["FAIL", "TIMEOUT"]
if (os == "mac") and debug and (version == "OS X 10.14"): ["FAIL", "TIMEOUT"]
FAIL

Просмотреть файл

@ -1,2 +1,4 @@
[registered-property-stylemap.https.html]
expected: FAIL
expected:
if webrender and debug and (os == "win"): ["FAIL", "TIMEOUT"]
FAIL

Просмотреть файл

@ -1,9 +1,8 @@
[nested-overflow-subtree-layout.html]
expected:
if (os == "linux") and not debug and webrender and fission: ["PASS", "FAIL"]
if (os == "linux") and not debug and webrender and not fission: ["PASS", "FAIL"]
if (os == "linux") and not debug and not webrender: ["PASS", "FAIL"]
if (os == "linux") and debug: ["PASS", "FAIL"]
if (os == "win") and not webrender and (processor == "x86_64"): ["PASS", "FAIL", "ERROR"]
if (os == "win") and not webrender and (processor == "x86"): ["PASS", "FAIL", "ERROR"]
if (os == "win") and webrender: ["PASS", "FAIL", "ERROR"]
if os == "android": PASS
if os == "mac": PASS
[PASS, FAIL, ERROR]
[PASS, FAIL]

Просмотреть файл

@ -1,2 +1,4 @@
[css-skew-002.html]
expected: FAIL
expected:
if fission and (os == "win"): ["FAIL", "TIMEOUT"]
FAIL

Просмотреть файл

@ -1,4 +1,6 @@
[CSSTransition-effect.tentative.html]
[After setting a transition's effect to null, a new transition can be started]
expected: FAIL
expected:
if (os == "linux") and debug and webrender and not fission: ["FAIL", "PASS"]
FAIL

Просмотреть файл

@ -1,2 +1,4 @@
[rotate-by-added-angle.html]
expected: FAIL
expected:
if (os == "mac") and debug and (version == "OS X 10.14.5"): ["FAIL", "TIMEOUT"]
FAIL

Просмотреть файл

@ -1,5 +1,7 @@
[appearance-progress-bar-002.html]
expected:
if (os == "win") and (processor == "x86_64"): [PASS, FAIL]
if (os == "win") and webrender and debug: ["FAIL", "PASS"]
if (os == "win") and webrender and not debug: ["PASS", "FAIL"]
if (os == "win") and not webrender and (processor == "x86_64"): ["FAIL", "PASS"]
if os == "android": PASS
FAIL

Просмотреть файл

@ -0,0 +1,3 @@
[line-box-direction-slr-053.xht]
expected:
if (processor == "x86") and debug: ["PASS", "FAIL"]

Просмотреть файл

@ -0,0 +1,3 @@
[line-box-height-vlr-003.xht]
expected:
if (processor == "x86") and debug: ["PASS", "FAIL"]

Просмотреть файл

@ -1,5 +1,7 @@
[effect-reference-feimage-003.html]
expected:
if webrender and not fission and debug: ["PASS", "FAIL"]
if webrender and fission and (os == "win"): ["PASS", "ERROR", "FAIL"]
if webrender and fission and (os == "linux"): ["PASS", "FAIL"]
if webrender and (os == "linux") and not debug and fission: ["PASS", "FAIL"]
if webrender and (os == "win") and not debug and not fission: ["FAIL", "PASS"]
if webrender and (os == "win") and not debug and fission: ["PASS", "FAIL", "ERROR"]
if webrender and (os == "linux") and debug: ["PASS", "FAIL"]
if webrender and (os == "win") and debug: ["PASS", "FAIL"]

Просмотреть файл

@ -1,6 +1,7 @@
[remove-filter-repaint.html]
expected:
if (os == "linux") and webrender and debug and fission: ["PASS", "FAIL"]
if (os == "linux") and webrender and debug and not fission: ["PASS", "FAIL"]
if (os == "linux") and webrender and debug and fission: ["PASS", "FAIL"]
if (os == "win") and webrender and not debug and not fission: ["PASS", "FAIL"]
if (os == "linux") and webrender and not debug: ["PASS", "FAIL"]
if os == "android": ["PASS", "FAIL"]

Просмотреть файл

@ -0,0 +1,3 @@
[pass_if_filler_text_match_bold.xht]
expected:
if (os == "win") and webrender and not debug and not fission: ["PASS", "TIMEOUT"]

Просмотреть файл

@ -1,3 +1,5 @@
[flexbox-writing-mode-010.html]
disabled:
if debug and not e10s and (os == "linux"): wpt-sync Bug 1441383
expected:
if (processor == "x86") and debug: ["PASS", "FAIL"]

Просмотреть файл

@ -1,3 +1,5 @@
[flexbox-writing-mode-011.html]
disabled:
if debug and not e10s and (os == "linux"): wpt-sync Bug 1441383
expected:
if (processor == "x86") and debug: ["PASS", "FAIL"]

Просмотреть файл

@ -1,8 +1,8 @@
[scrollend-event-for-user-scroll.html]
expected:
if (os == "win") and not debug and not webrender and (processor == "x86_64"): ["TIMEOUT", "ERROR"]
if (os == "mac") and debug: ERROR
if (os == "win") and debug: ERROR
if (os == "mac") and debug: ERROR
if os == "android": OK
TIMEOUT
[Tests that the target_div gets scrollend event when send DOWN key to target.]
@ -12,27 +12,25 @@
[Tests that the target_div gets scrollend event when click scrollbar on target.]
expected:
if (os == "linux") and not debug and not webrender and (processor == "x86_64"): ["FAIL", "NOTRUN", "TIMEOUT"]
if (os == "linux") and not debug and not webrender and (processor == "x86"): ["NOTRUN", "FAIL", "TIMEOUT"]
if (os == "linux") and not debug and webrender: ["NOTRUN", "FAIL", "TIMEOUT"]
if (os == "linux") and not debug and not webrender: ["FAIL", "NOTRUN", "TIMEOUT"]
if (os == "linux") and debug: FAIL
if os == "mac": NOTRUN
if os == "android": ["FAIL", "NOTRUN"]
if os == "mac": NOTRUN
[NOTRUN, FAIL]
[Tests that the target_div gets scrollend event when drag the thumb of target.]
expected:
if (os == "linux") and not debug and not webrender and (processor == "x86"): ["NOTRUN", "TIMEOUT"]
if (os == "linux") and not debug and not webrender and (processor == "x86_64"): ["TIMEOUT", "NOTRUN"]
if (os == "linux") and not debug and not webrender: ["TIMEOUT", "NOTRUN"]
if (os == "linux") and not debug and webrender: ["NOTRUN", "TIMEOUT"]
if (os == "linux") and debug: TIMEOUT
if os == "mac": NOTRUN
if os == "android": ["FAIL", "NOTRUN"]
if os == "mac": NOTRUN
[NOTRUN, FAIL]
[Tests that the target_div gets scrollend event when dragging scroll on target.]
expected:
if (os == "linux") and not debug and not webrender and (processor == "x86_64"): ["FAIL", "TIMEOUT"]
if (os == "linux") and not debug and not webrender: ["FAIL", "TIMEOUT"]
if (os == "linux") and debug: FAIL
if os == "android": ["FAIL", "TIMEOUT"]
if os == "mac": TIMEOUT

Просмотреть файл

@ -1,32 +1,29 @@
[webkit-animation-iteration-event.html]
expected:
if webrender and (os == "linux") and not debug and not fission: ["TIMEOUT", "OK"]
if webrender and (os == "linux") and not debug and fission: ["OK", "TIMEOUT"]
if webrender and (os == "linux") and debug: ["OK", "TIMEOUT"]
if webrender and (os == "linux") and not debug and not fission: ["OK", "TIMEOUT"]
if not webrender and debug and (os == "mac"): ["OK", "TIMEOUT"]
if not webrender and debug and (os == "linux"): ["OK", "TIMEOUT"]
if webrender and (os == "linux") and debug: ["OK", "TIMEOUT"]
if webrender and (os == "win"): ["OK", "TIMEOUT"]
[webkitAnimationIteration event listener is case sensitive]
expected:
if webrender and (os == "linux") and not debug and not fission: ["NOTRUN", "PASS", "FAIL"]
if webrender and (os == "linux") and not debug and not fission: ["PASS", "FAIL", "NOTRUN"]
if webrender and (os == "linux") and not debug and fission: ["PASS", "FAIL", "NOTRUN"]
if webrender and (os == "linux") and debug: ["PASS", "FAIL", "NOTRUN"]
if not webrender and debug and (os == "linux"): ["PASS", "NOTRUN"]
if not webrender and debug and (os == "mac"): ["PASS", "NOTRUN"]
if not webrender and debug and (os == "linux"): ["PASS", "NOTRUN"]
if webrender and (os == "linux") and debug: ["PASS", "FAIL", "NOTRUN"]
if webrender and (os == "win"): ["PASS", "FAIL", "NOTRUN"]
[onwebkitanimationiteration event handler should trigger for an animation]
expected:
if webrender and (os == "linux") and not debug and not fission: ["TIMEOUT", "PASS"]
if webrender and (os == "linux") and not debug and fission: ["PASS", "TIMEOUT"]
if webrender and (os == "linux") and debug: ["PASS", "TIMEOUT"]
if not webrender and debug and (os == "mac"): ["PASS", "TIMEOUT"]
if not webrender and debug and (os == "linux"): ["PASS", "TIMEOUT"]
if webrender and (os == "win"): ["PASS", "TIMEOUT"]
if webrender: ["PASS", "TIMEOUT"]
[webkitAnimationIteration event listener should trigger for an animation]
expected:
if webrender and (os == "linux") and not debug and not fission: ["NOTRUN", "PASS"]
if webrender and (os == "linux") and not debug and not fission: ["PASS", "NOTRUN"]
if webrender and (os == "linux") and not debug and fission: ["PASS", "NOTRUN"]
if webrender and (os == "linux") and debug: ["PASS", "NOTRUN"]
if not webrender and debug and (os == "mac"): ["PASS", "NOTRUN"]
@ -35,55 +32,55 @@
[webkitAnimationIteration event listener should not trigger if an unprefixed listener also exists]
expected:
if webrender and (os == "linux") and not debug and not fission: ["PASS", "NOTRUN"]
if webrender and (os == "linux") and not debug and fission: ["PASS", "NOTRUN"]
if webrender and (os == "linux") and not debug and not fission: ["NOTRUN", "PASS"]
if webrender and (os == "linux") and debug: ["PASS", "NOTRUN"]
if not webrender and debug and (os == "linux"): ["PASS", "NOTRUN"]
if not webrender and debug and (os == "mac"): ["PASS", "NOTRUN"]
if not webrender and debug and (os == "linux"): ["PASS", "NOTRUN"]
if webrender and (os == "linux") and debug: ["PASS", "NOTRUN"]
if webrender and (os == "win"): ["PASS", "NOTRUN"]
[onwebkitanimationiteration event handler should not trigger if an unprefixed event handler also exists]
expected:
if webrender and (os == "linux") and not debug and not fission: ["PASS", "TIMEOUT", "NOTRUN"]
if webrender and (os == "linux") and not debug and fission: ["PASS", "TIMEOUT", "NOTRUN"]
if webrender and (os == "linux") and not debug and not fission: ["NOTRUN", "PASS", "TIMEOUT"]
if webrender and (os == "linux") and debug: ["PASS", "TIMEOUT", "NOTRUN"]
if not webrender and debug and (os == "mac"): ["PASS", "NOTRUN"]
if not webrender and debug and (os == "linux"): ["PASS", "NOTRUN"]
if not webrender and debug and (os == "mac"): ["PASS", "NOTRUN"]
if webrender and (os == "win"): ["PASS", "TIMEOUT", "NOTRUN"]
[event types for prefixed and unprefixed animationiteration event handlers should be named appropriately]
expected:
if webrender and (os == "linux") and not debug and not fission: ["PASS", "NOTRUN"]
if webrender and (os == "linux") and not debug and fission: ["PASS", "NOTRUN"]
if webrender and (os == "linux") and not debug and not fission: ["NOTRUN", "PASS"]
if webrender and (os == "linux") and debug: ["PASS", "NOTRUN"]
if not webrender and debug and (os == "linux"): ["PASS", "NOTRUN"]
if not webrender and debug and (os == "mac"): ["PASS", "NOTRUN"]
if not webrender and debug and (os == "linux"): ["PASS", "NOTRUN"]
if webrender and (os == "win"): ["PASS", "NOTRUN"]
[event types for prefixed and unprefixed animationiteration event listeners should be named appropriately]
expected:
if webrender and (os == "linux") and not debug and fission: ["PASS", "NOTRUN"]
if webrender and (os == "linux") and not debug and not fission: ["NOTRUN", "PASS"]
if webrender and (os == "linux") and debug: ["PASS", "NOTRUN"]
if not webrender and debug and (os == "mac"): ["PASS", "NOTRUN"]
if webrender and (os == "linux") and not debug and not fission: ["PASS", "NOTRUN"]
if not webrender and debug and (os == "linux"): ["PASS", "NOTRUN"]
if not webrender and debug and (os == "mac"): ["PASS", "NOTRUN"]
if webrender and (os == "linux") and debug: ["PASS", "NOTRUN"]
if webrender and (os == "win"): ["PASS", "NOTRUN"]
[webkitAnimationIteration event listener should not trigger if an unprefixed event handler also exists]
expected:
if webrender and (os == "linux") and not debug and fission: ["PASS", "NOTRUN"]
if webrender and (os == "linux") and not debug and not fission: ["NOTRUN", "PASS"]
if webrender and (os == "linux") and not debug and not fission: ["PASS", "NOTRUN"]
if webrender and (os == "linux") and debug: ["PASS", "NOTRUN"]
if not webrender and debug and (os == "linux"): ["PASS", "NOTRUN"]
if not webrender and debug and (os == "mac"): ["PASS", "NOTRUN"]
if webrender and (os == "linux") and debug: ["PASS", "NOTRUN"]
if webrender and (os == "win"): ["PASS", "NOTRUN"]
[onwebkitanimationiteration event handler should not trigger if an unprefixed listener also exists]
expected:
if webrender and not fission and (os == "linux") and debug: ["PASS", "NOTRUN"]
if webrender and not fission and (os == "linux") and not debug: ["NOTRUN", "PASS"]
if webrender and not fission and (os == "linux") and not debug: ["PASS", "NOTRUN"]
if webrender and not fission and (os == "win"): ["PASS", "NOTRUN"]
if not webrender and debug and (os == "mac"): ["PASS", "NOTRUN"]
if not webrender and debug and (os == "linux"): ["PASS", "NOTRUN"]
if webrender and not fission and (os == "win"): ["PASS", "NOTRUN"]
if webrender and fission: ["PASS", "TIMEOUT", "NOTRUN"]

Просмотреть файл

@ -0,0 +1,837 @@
[euckr-encode-form-iso-ir-149.html?6001-7000]
[euckr-encode-form-iso-ir-149.html?9001-10000]
[euckr-encode-form-iso-ir-149.html?3001-4000]
[euckr-encode-form-iso-ir-149.html?1-1000]
[euckr-encode-form-iso-ir-149.html?11001-12000]
[euckr-encode-form-iso-ir-149.html?16001-17000]
[euckr-encode-form-iso-ir-149.html?13001-14000]
[euckr-encode-form-iso-ir-149.html?5001-6000]
[euckr-encode-form-iso-ir-149.html?14001-15000]
[euckr-encode-form-iso-ir-149.html?7001-8000]
[euckr-encode-form-iso-ir-149.html?12001-13000]
[euckr-encode-form-iso-ir-149.html?4001-5000]
[euckr-encode-form-iso-ir-149.html?1001-2000]
[euckr-encode-form-iso-ir-149.html?10001-11000]
[euckr-encode-form-iso-ir-149.html?2001-3000]
expected:
if (os == "mac") and debug: ["OK", "TIMEOUT"]
[U+6D87 涇 %CC%DC]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6CB9 油 %EA%FA]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6CAB 沫 %D8%C8]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6B78 歸 %CF%FD]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6CE5 泥 %D2%FA]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6BB5 段 %D3%AB]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6B4E 歎 %F7%A7]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6C5A 汚 %E7%FD]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6DC5 淅 %E0%B2]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6CE2 波 %F7%EE]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6CE3 泣 %EB%E8]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6D93 涓 %E6%CF]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6CEB 泫 %FA%DA]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6BC6 毆 %CF%B2]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6B89 殉 %E2%E6]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6C3E 氾 %DB%F0]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6B4C 歌 %CA%B0]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6BD8 毘 %DD%F2]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6B96 殖 %E3%D6]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6D3B 活 %FC%C0]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6CEE 泮 %DA%EA]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6AC2 櫂 %D4%A2]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6BB2 殲 %E0%E8]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6B20 欠 %FD%E2]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6BBC 殼 %CA%C3]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6D69 浩 %FB%C7]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6CEF 泯 %DA%C6]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6D59 浙 %EF%BA]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6D77 海 %FA%AD]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6B47 歇 %FA%CE]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6CBF 沿 %E6%CD]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6B83 殃 %E4%EA]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6BEB 毫 %FB%C6]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6D63 浣 %E8%CB]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6CC4 泄 %E0%DC]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6D91 涑 %E1%D7]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6DC6 淆 %FC%FE]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6C40 汀 %EF%E2]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6CD7 泗 %DE%DF]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6C42 求 %CF%B4]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6CBE 沾 %F4%D4]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6D7F 浿 %F8%AA]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6D41 流 %D7%B5]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6C7D 汽 %D1%A9]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6AB3 檳 %DE%B1]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6C23 氣 %D1%A8]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6B63 正 %EF%E1]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6BAF 殯 %DE%B2]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6C9B 沛 %F8%A9]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6C5F 江 %CB%B0]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6C95 沕 %DA%A9]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6D27 洧 %EA%FB]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6B9E 殞 %E9%F9]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6CF3 泳 %E7%B6]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6CB3 河 %F9%C1]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6B16 欖 %D5%BC]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6BCB 毋 %D9%EC]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6B3A 欺 %D1%A7]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6AF6 櫶 %FA%CB]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6D2A 洪 %FB%F3]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6C9A 沚 %F2%AF]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6C88 沈 %F6%D8]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6BCF 每 %D8%DF]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6CBB 治 %F6%BD]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6B6A 歪 %E8%E0]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6D6E 浮 %DD%A9]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6AFB 櫻 %E5%A1]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6CCA 泊 %DA%D5]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6BD2 毒 %D4%B8]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6BEC 毬 %CF%B3]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6CBD 沽 %CD%BF]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6BD7 毗 %DD%F1]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6D3E 派 %F7%EF]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6D89 涉 %E0%EF]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6C34 水 %E2%A9]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6CF0 泰 %F7%C1]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6B61 歡 %FC%B6]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6CE1 泡 %F8%DC]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6B64 此 %F3%AE]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6D6A 浪 %D5%C8]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6B46 歆 %FD%E4]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6D79 浹 %FA%F4]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6BCD 母 %D9%BD]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6C83 沃 %E8%AA]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6B0A 權 %CF%ED]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6C85 沅 %EA%B6]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6B04 欄 %D5%B1]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6BC5 毅 %EB%F6]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6C92 沒 %D9%D2]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6B72 歲 %E1%A8]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6D19 洙 %E2%AA]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6D17 洗 %E1%A9]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6D35 洵 %E2%E7]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6D8D 涍 %FC%FD]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6C68 汨 %CD%E7]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6B3E 款 %CE%B3]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6DC0 淀 %EF%E3]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6AC3 櫃 %CF%F6]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6D5C 浜 %DE%B3]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6B50 歐 %CF%B1]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6C7E 汾 %DD%CC]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6C11 民 %DA%C5]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6D95 涕 %F4%F1]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6D1B 洛 %D5%A6]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6D88 消 %E1%BC]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6DAF 涯 %E4%F3]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6D78 浸 %F6%D9]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6D6C 浬 %D7%DF]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6BDB 毛 %D9%BE]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6BD3 毓 %EB%BE]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6B84 殄 %F2%CF]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6C87 沇 %E6%CC]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6C5E 汞 %FB%F1]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6C8C 沌 %D4%C7]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6DB5 涵 %F9%E4]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6D3D 洽 %FD%E7]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6CC1 況 %FC%CF]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6B21 次 %F3%AD]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6CDB 泛 %DB%F2]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6C90 沐 %D9%CB]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6C41 汁 %F1%F0]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6B8A 殊 %E2%A8]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6B66 武 %D9%EB]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6C08 氈 %EE%FD]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6D32 洲 %F1%BD]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6C76 汶 %DA%A1]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6AD3 櫓 %D6%D0]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6D5A 浚 %F1%DD]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6C13 氓 %D8%EC]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6B3D 欽 %FD%E3]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6B32 欲 %E9%B0]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6D8E 涎 %E6%CE]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6CE8 注 %F1%BC]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6CAE 沮 %EE%C1]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6C70 汰 %F7%C0]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6D0C 洌 %D6%AC]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6ADA 櫚 %D5%EA]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6C60 池 %F2%AE]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6C94 沔 %D8%F7]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6BD4 比 %DD%EF]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6CBC 沼 %E1%BB]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6B5F 歟 %E6%A2]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6C57 汗 %F9%D2]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6C5D 汝 %E6%A3]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6C72 汲 %D0%E3]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6BAE 殮 %D6%B1]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6CCC 泌 %F9%B2]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6D11 洑 %DC%C7]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6D85 涅 %E6%EE]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6D39 洹 %EA%B7]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6BBA 殺 %DF%AF]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6CD3 泓 %FB%F2]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6C6A 汪 %E8%DC]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6D36 洶 %FD%D7]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6C6D 汭 %E7%D7]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6AA3 檣 %ED%EA]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6BB7 殷 %EB%DC]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6ADB 櫛 %F1%EE]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6C55 汕 %DF%A5]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6C93 沓 %D3%CB]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6BC1 毁 %FD%C3]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6CC9 泉 %F4%BB]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6C0F 氏 %E4%AB]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6D0B 洋 %E5%C7]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6D38 洸 %CE%C8]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6B62 止 %F2%AD]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6CC2 泂 %FB%A2]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6B23 欣 %FD%DB]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6C50 汐 %E0%B1]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6B77 歷 %D5%F6]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6CB8 沸 %DD%F3]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6DC3 淃 %CF%EE]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6D25 津 %F2%D0]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6D1E 洞 %D4%D7]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6B0C 欌 %ED%EB]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6C7A 決 %CC%BD]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6B98 殘 %ED%D1]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6D29 洩 %E0%DD]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6B65 步 %DC%C6]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6C81 沁 %E3%FE]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6C37 氷 %DE%BC]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6B12 欒 %D5%B2]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6DC4 淄 %F6%BE]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6D74 浴 %E9%B1]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6C86 沆 %F9%FA]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6C99 沙 %DE%DE]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6C96 沖 %F5%F8]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6C4E 汎 %DB%F1]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6BD6 毖 %DD%F0]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6D8C 涌 %E9%BF]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6B7F 歿 %D9%D1]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6C38 永 %E7%B5]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6CD5 法 %DB%F6]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6ABB 檻 %F9%E3]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6DB2 液 %E4%FB]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6B86 殆 %F7%BF]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6D66 浦 %F8%DD]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6C82 沂 %D1%AA]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6B7B 死 %DE%DD]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[U+6BBF 殿 %EE%FC]
expected:
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[euckr-encode-form-iso-ir-149.html?8001-9000]
[euckr-encode-form-iso-ir-149.html?17001-last]
[euckr-encode-form-iso-ir-149.html?15001-16000]

Просмотреть файл

@ -4,5 +4,5 @@
[Cancelling a closed Response stream]
expected:
if (os == "mac") and debug: ["PASS", "FAIL"]
if (os == "mac") and not debug: ["PASS", "TIMEOUT", "FAIL"]
if (os == "mac") and not debug: ["PASS", "FAIL", "TIMEOUT"]

Просмотреть файл

@ -2,17 +2,19 @@
disabled:
if asan and (os == "linux") and (bits == 64): https://bugzilla.mozilla.org/show_bug.cgi?id=1509373
expected:
if (processor == "x86_64") and (os == "linux") and not debug and webrender and not fission: [OK, ERROR]
if (processor == "x86") and not debug: [OK, TIMEOUT]
if (os == "linux") and not debug and webrender and not fission: ["OK", "ERROR"]
if (os == "win") and (processor == "x86") and not debug: ["OK", "TIMEOUT"]
if (os == "mac") and not debug: ["OK", "ERROR"]
max-asserts: 2
[Ranged response not allowed following no-cors ranged request]
expected:
if (os == "linux") and not debug and webrender: [FAIL, PASS]
if (os == "linux") and not debug and webrender: ["FAIL", "PASS"]
if (os == "mac") and not debug: ["FAIL", "PASS"]
FAIL
[Non-opaque ranged response executed]
expected:
if (processor == "x86") and not debug: [FAIL, TIMEOUT]
if (processor == "x86") and not debug: ["FAIL", "TIMEOUT"]
FAIL
[Range headers correctly preserved]
@ -26,5 +28,5 @@
[Accept-Encoding should not appear in a service worker]
expected:
if (processor == "x86") and not debug: [PASS, NOTRUN]
if (processor == "x86") and not debug: ["PASS", "NOTRUN"]

Просмотреть файл

@ -3,7 +3,8 @@
if (os == "linux") or debug: https://bugzilla.mozilla.org/show_bug.cgi?id=1642889
[Check result]
expected:
if (os == "win") and not fission and (processor == "x86"): PASS
if (os == "win") and not webrender and (processor == "x86"): PASS
if (os == "win") and not webrender and (processor == "x86_64"): ["FAIL", "PASS"]
if os == "android": PASS
[PASS, FAIL]

Просмотреть файл

@ -1,9 +1,9 @@
[fullscreen-css-transition.html]
expected:
if (os == "mac") and debug: ["OK", "ERROR"]
if (os == "mac") and not debug: ["ERROR", "OK"]
if (os == "mac") and not debug: ["OK", "ERROR"]
[Transitions should not be stopped by going fullscreen]
expected:
if (os == "mac") and debug: ["PASS", "TIMEOUT"]
if (os == "mac") and not debug: ["TIMEOUT", "PASS"]
if (os == "mac") and not debug: ["PASS", "TIMEOUT"]

Просмотреть файл

@ -3,12 +3,11 @@
if os == "win": https://bugzilla.mozilla.org/show_bug.cgi?id=1321179
[history.back() handles top level page timer correctly]
expected:
if (os == "linux") and debug and webrender and not fission: ["PASS", "FAIL"]
if (os == "linux") and debug and webrender and fission: ["PASS", "FAIL"]
if (os == "linux") and debug and webrender and not fission: ["FAIL", "PASS"]
if (os == "linux") and not debug and not webrender: ["PASS", "FAIL"]
[history.back() handles nested iframe timer correctly]
expected:
if webrender and debug and fission: ["PASS", "FAIL"]
if webrender and debug and not fission: ["PASS", "FAIL"]
if webrender and debug: ["PASS", "FAIL"]

Просмотреть файл

@ -4,8 +4,9 @@
[Window's associated Document object is used for finding named objects (<object> with browsing ccontext via same-origin <iframe)>]
expected:
if (os == "linux") and not fission and not debug and webrender: ["FAIL", "PASS"]
if (os == "linux") and not fission and debug: ["FAIL", "PASS"]
if (os == "linux") and webrender and debug and not fission: ["FAIL", "PASS"]
if (os == "linux") and not webrender and debug: ["FAIL", "PASS"]
if (os == "linux") and webrender and not debug: ["FAIL", "PASS"]
FAIL
[Window's associated Document object is used for finding named objects (<object> with browsing ccontext via cross-site <iframe)>]

Просмотреть файл

@ -1,135 +1,113 @@
[createImageBitmap-origin.sub.html]
expected:
if (os == "linux") and not webrender and (processor == "x86_64") and not debug: ["OK", "TIMEOUT"]
if (os == "win") and not debug and webrender and fission: TIMEOUT
if (os == "win") and not debug and not webrender and (processor == "x86"): TIMEOUT
if (os == "win") and debug and webrender: TIMEOUT
if (os == "win") and not debug and webrender: TIMEOUT
[TIMEOUT, OK]
[redirected to cross-origin HTMLVideoElement: origin unclear 2dContext.drawImage]
expected:
if (os == "linux") and webrender and not debug and not fission: ["NOTRUN", "PASS"]
if (os == "linux") and webrender and not debug and fission: ["NOTRUN", "PASS"]
if (os == "linux") and not webrender and (processor == "x86_64") and debug: ["NOTRUN", "PASS"]
if (os == "win") and not fission and not debug and webrender: ["NOTRUN", "PASS"]
if (os == "linux") and webrender and debug: ["NOTRUN", "PASS"]
if (os == "linux") and not webrender and (processor == "x86"): ["NOTRUN", "PASS"]
if (os == "mac") and debug: ["NOTRUN", "PASS"]
if (os == "win") and not fission and not webrender and debug and (processor == "x86"): ["NOTRUN", "PASS"]
if (os == "win") and not fission and not webrender and not debug and (processor == "x86_64"): ["NOTRUN", "PASS"]
if (os == "linux") and not debug and webrender and not fission: ["NOTRUN", "PASS"]
if (os == "linux") and debug and not fission: ["NOTRUN", "PASS"]
if (os == "win") and fission: ["NOTRUN", "PASS"]
if os == "mac": ["NOTRUN", "PASS"]
[PASS, NOTRUN]
[redirected to cross-origin HTMLVideoElement: origin unclear bitmaprenderer.transferFromImageBitmap]
expected:
if (os == "win") and (processor == "x86_64") and webrender and not fission and not debug: ["NOTRUN", "TIMEOUT", "PASS"]
if (os == "win") and (processor == "x86_64") and webrender and not fission and debug: ["TIMEOUT", "PASS", "NOTRUN"]
if (os == "win") and (processor == "x86_64") and webrender and fission: ["NOTRUN", "TIMEOUT"]
if (os == "win") and (processor == "x86_64") and not webrender and not debug: ["PASS", "NOTRUN"]
if (os == "win") and (processor == "x86_64") and not webrender and debug: ["PASS", "NOTRUN", "TIMEOUT"]
if (os == "linux") and not webrender and not debug and (processor == "x86_64"): ["PASS", "NOTRUN", "TIMEOUT"]
if (os == "win") and (processor == "x86") and not debug: ["TIMEOUT", "NOTRUN", "PASS"]
if (os == "win") and (processor == "x86") and debug: ["TIMEOUT", "PASS", "NOTRUN"]
if (os == "mac") and not debug: ["TIMEOUT", "PASS", "NOTRUN"]
if (os == "android") and not debug: ["TIMEOUT", "NOTRUN", "PASS"]
if (os == "linux") and not fission and not debug and not webrender: ["TIMEOUT", "NOTRUN", "PASS"]
if (os == "win") and not webrender and debug and (processor == "x86_64"): ["TIMEOUT", "PASS", "NOTRUN"]
if (os == "win") and not webrender and not debug and (processor == "x86"): ["TIMEOUT", "PASS", "NOTRUN"]
if (os == "win") and not webrender and not debug and (processor == "x86_64"): ["NOTRUN", "PASS"]
if (os == "linux") and fission and not debug: ["TIMEOUT", "PASS", "NOTRUN"]
if (os == "linux") and fission and debug: ["TIMEOUT", "PASS", "NOTRUN"]
if (os == "win") and webrender and fission: ["NOTRUN", "TIMEOUT"]
if (os == "win") and webrender and not fission: ["PASS", "TIMEOUT", "NOTRUN"]
if (os == "android") and debug: ["TIMEOUT", "PASS", "NOTRUN"]
if (os == "android") and not debug: ["TIMEOUT", "NOTRUN", "PASS"]
[NOTRUN, PASS, TIMEOUT]
[unclean HTMLCanvasElement: origin unclear bitmaprenderer.transferFromImageBitmap]
expected:
if (os == "win") and not debug and not webrender and (processor == "x86"): NOTRUN
if (os == "linux") and not webrender and (processor == "x86_64") and not debug: ["PASS", "NOTRUN"]
if (os == "win") and debug and webrender: NOTRUN
if (os == "win") and not debug and webrender: NOTRUN
if (os == "win") and not fission and not debug and not webrender and (processor == "x86"): NOTRUN
if (os == "win") and not fission and debug and webrender: NOTRUN
if (os == "win") and fission: NOTRUN
[NOTRUN, PASS]
[unclean HTMLCanvasElement: origin unclear getImageData]
expected:
if (os == "win") and not debug and not webrender and (processor == "x86"): NOTRUN
if (os == "linux") and not webrender and (processor == "x86_64") and not debug: ["PASS", "NOTRUN"]
if (os == "win") and debug and webrender: NOTRUN
if (os == "win") and not debug and webrender: NOTRUN
if (os == "win") and not fission and not debug and not webrender and (processor == "x86"): NOTRUN
if (os == "win") and not fission and debug and webrender: NOTRUN
if (os == "win") and fission: NOTRUN
[NOTRUN, PASS]
[cross-origin HTMLVideoElement: origin unclear bitmaprenderer.transferFromImageBitmap]
expected:
if (os == "linux") and not webrender and (processor == "x86_64") and debug: ["TIMEOUT", "PASS"]
if (os == "linux") and webrender and not debug and fission: ["TIMEOUT", "PASS"]
if (os == "linux") and webrender and not debug and not fission: ["TIMEOUT", "PASS"]
if (os == "win") and not fission and not debug and webrender: ["TIMEOUT", "PASS"]
if (os == "linux") and not webrender and (processor == "x86"): ["TIMEOUT", "PASS"]
if (os == "linux") and webrender and debug: ["TIMEOUT", "PASS"]
if (os == "mac") and debug: ["TIMEOUT", "PASS"]
if (os == "win") and not fission and not webrender and debug and (processor == "x86"): ["TIMEOUT", "PASS"]
if (os == "win") and not fission and not webrender and not debug and (processor == "x86_64"): ["TIMEOUT", "PASS"]
if (os == "linux") and not debug and webrender and not fission: ["TIMEOUT", "PASS"]
if (os == "linux") and debug and not fission: ["TIMEOUT", "PASS"]
if (os == "win") and fission: ["TIMEOUT", "PASS"]
if os == "mac": ["TIMEOUT", "PASS"]
[PASS, TIMEOUT]
[redirected to same-origin HTMLVideoElement: origin unclear getImageData]
expected:
if (os == "win") and debug and not webrender and (processor == "x86_64"): ["PASS", "NOTRUN"]
if (os == "win") and not debug and webrender and fission: NOTRUN
if (os == "win") and not debug and not webrender and (processor == "x86_64"): ["PASS", "NOTRUN"]
if (os == "linux") and not webrender and (processor == "x86_64") and not debug: ["PASS", "NOTRUN"]
if webrender and (os == "win") and not fission: ["PASS", "NOTRUN"]
if webrender and (os == "win") and fission: NOTRUN
[NOTRUN, PASS]
[redirected to same-origin HTMLVideoElement: origin unclear 2dContext.drawImage]
expected:
if (os == "linux") and not webrender and (processor == "x86_64") and not debug: ["PASS", "NOTRUN"]
if (os == "win") and debug and not webrender and (processor == "x86_64"): ["PASS", "NOTRUN"]
if (os == "win") and not debug and not webrender and (processor == "x86_64"): ["PASS", "NOTRUN"]
if (os == "win") and not debug and webrender and fission: NOTRUN
if webrender and (os == "win") and not fission: ["PASS", "NOTRUN"]
if webrender and (os == "win") and fission: NOTRUN
[NOTRUN, PASS]
[unclean ImageBitmap: origin unclear bitmaprenderer.transferFromImageBitmap]
expected:
if (os == "linux") and not webrender and (processor == "x86_64") and not debug: ["PASS", "NOTRUN"]
if (os == "win") and not debug and not webrender and (processor == "x86"): NOTRUN
if (os == "win") and debug and webrender: NOTRUN
if (os == "win") and not debug and webrender: NOTRUN
if (os == "win") and not fission and not debug and not webrender and (processor == "x86"): NOTRUN
if (os == "win") and not fission and debug and webrender: NOTRUN
if (os == "win") and fission: NOTRUN
[NOTRUN, PASS]
[redirected to same-origin HTMLVideoElement: origin unclear bitmaprenderer.transferFromImageBitmap]
expected:
if (os == "win") and debug and not webrender and (processor == "x86_64"): ["PASS", "NOTRUN", "TIMEOUT"]
if (os == "win") and debug and not webrender and (processor == "x86"): ["NOTRUN", "TIMEOUT", "PASS"]
if (os == "win") and not debug and webrender and fission: NOTRUN
if (os == "win") and not debug and webrender and not fission: ["NOTRUN", "TIMEOUT"]
if (os == "win") and not debug and not webrender and (processor == "x86"): ["NOTRUN", "TIMEOUT"]
if (os == "linux") and not webrender and (processor == "x86_64") and not debug: ["PASS", "NOTRUN", "TIMEOUT"]
if (os == "win") and debug and webrender: ["NOTRUN", "TIMEOUT"]
if (os == "linux") and webrender and not fission: ["NOTRUN", "PASS"]
if (os == "mac") and debug: ["NOTRUN", "PASS"]
if (os == "win") and not debug and webrender and not fission: ["TIMEOUT", "PASS", "NOTRUN"]
if (os == "win") and not debug and webrender and fission: NOTRUN
if (os == "win") and debug and webrender: ["TIMEOUT", "NOTRUN"]
if (os == "linux") and not fission and webrender: ["NOTRUN", "PASS"]
[NOTRUN, PASS, TIMEOUT]
[redirected to cross-origin HTMLVideoElement: origin unclear getImageData]
expected:
if (os == "win") and not fission and not debug and webrender: ["NOTRUN", "PASS"]
if (os == "linux") and webrender and not debug and fission: ["NOTRUN", "PASS"]
if (os == "linux") and webrender and not debug and not fission: ["NOTRUN", "PASS"]
if (os == "linux") and not webrender and (processor == "x86_64") and debug: ["NOTRUN", "PASS"]
if (os == "linux") and webrender and debug: ["NOTRUN", "PASS"]
if (os == "linux") and not webrender and (processor == "x86"): ["NOTRUN", "PASS"]
if (os == "mac") and debug: ["NOTRUN", "PASS"]
if (os == "win") and not fission and not webrender and not debug and (processor == "x86_64"): ["NOTRUN", "PASS"]
if (os == "win") and not fission and not webrender and debug and (processor == "x86"): ["NOTRUN", "PASS"]
if (os == "linux") and not debug and webrender and not fission: ["NOTRUN", "PASS"]
if (os == "linux") and debug and not fission: ["NOTRUN", "PASS"]
if (os == "win") and fission: ["NOTRUN", "PASS"]
if os == "mac": ["NOTRUN", "PASS"]
[PASS, NOTRUN]
[unclean ImageBitmap: origin unclear getImageData]
expected:
if (os == "linux") and not webrender and (processor == "x86_64") and not debug: ["PASS", "NOTRUN"]
if (os == "win") and not debug and not webrender and (processor == "x86"): NOTRUN
if (os == "win") and debug and webrender: NOTRUN
if (os == "win") and not debug and webrender: NOTRUN
if (os == "win") and not fission and not debug and not webrender and (processor == "x86"): NOTRUN
if (os == "win") and not fission and debug and webrender: NOTRUN
if (os == "win") and fission: NOTRUN
[NOTRUN, PASS]
[unclean HTMLCanvasElement: origin unclear 2dContext.drawImage]
expected:
if (os == "linux") and not webrender and (processor == "x86_64") and not debug: ["PASS", "NOTRUN"]
if (os == "win") and not debug and not webrender and (processor == "x86"): NOTRUN
if (os == "win") and not debug and webrender: NOTRUN
if (os == "win") and debug and webrender: NOTRUN
if (os == "win") and not fission and not debug and not webrender and (processor == "x86"): NOTRUN
if (os == "win") and not fission and debug and webrender: NOTRUN
if (os == "win") and fission: NOTRUN
[NOTRUN, PASS]
[unclean ImageBitmap: origin unclear 2dContext.drawImage]
expected:
if (os == "linux") and not webrender and (processor == "x86_64") and not debug: ["PASS", "NOTRUN"]
if (os == "win") and not debug and not webrender and (processor == "x86"): NOTRUN
if (os == "win") and debug and webrender: NOTRUN
if (os == "win") and not debug and webrender: NOTRUN
if (os == "win") and not fission and not debug and not webrender and (processor == "x86"): NOTRUN
if (os == "win") and not fission and debug and webrender: NOTRUN
if (os == "win") and fission: NOTRUN
[NOTRUN, PASS]

Просмотреть файл

@ -1,8 +1,10 @@
[offscreencanvas.commit.w.html]
expected:
if (os == "linux") and debug and fission: ["ERROR", "OK"]
if (os == "linux") and debug and not fission: ["ERROR", "OK"]
if (os == "win") and debug: ["ERROR", "OK"]
if (os == "win") and debug and not webrender and (processor == "x86"): ["ERROR", "OK"]
if (os == "win") and not debug and not webrender and (processor == "x86_64"): ["ERROR", "OK"]
if (os == "win") and debug and webrender: ["ERROR", "OK"]
if (os == "win") and not debug and webrender: ["ERROR", "OK"]
if (os == "mac") and not debug: ["ERROR", "OK"]
if (os == "mac") and debug: ["ERROR", "OK"]
[OK, ERROR]
[Test that calling OffscreenCanvas's commit pushes its contents to its placeholder.]

Просмотреть файл

@ -5,9 +5,8 @@
[cross-origin > w => w.close()]
expected:
if not debug and not webrender and (os == "win") and (processor == "x86_64"): ["FAIL", "TIMEOUT"]
if (os == "linux") and (processor == "x86"): ["FAIL", "TIMEOUT", "NOTRUN"]
if not debug and not webrender and (os == "mac"): TIMEOUT
if (os == "win") and not debug and not webrender and (processor == "x86_64"): ["FAIL", "TIMEOUT"]
if (os == "mac") and not debug: TIMEOUT
FAIL
[same-site > w => w.opener]
@ -63,11 +62,11 @@
[cross-origin > w => w.closed]
expected:
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["TIMEOUT", "NOTRUN", "FAIL"]
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["FAIL", "TIMEOUT"]
if not debug and (os == "linux") and webrender and not fission: ["TIMEOUT", "NOTRUN"]
if not debug and (os == "linux") and webrender and fission: TIMEOUT
if not debug and (os == "win") and not webrender and (processor == "x86"): TIMEOUT
if not debug and (os == "win") and not webrender and (processor == "x86_64"): ["TIMEOUT", "NOTRUN"]
if not debug and (os == "linux") and webrender: TIMEOUT
if not debug and (os == "linux") and not webrender: ["FAIL", "TIMEOUT", "NOTRUN"]
if not debug and (os == "win") and webrender: TIMEOUT
if not debug and (os == "mac"): NOTRUN
FAIL
@ -101,22 +100,20 @@
[cross-origin > w => w.frames]
expected:
if debug and not fission and (os == "win") and not webrender and (processor == "x86"): TIMEOUT
if debug and not fission and (os == "win") and not webrender and (processor == "x86_64"): ["TIMEOUT", "FAIL"]
if debug and not fission and (os == "linux") and webrender: ["TIMEOUT", "FAIL"]
if debug and not fission and (os == "linux") and not webrender: TIMEOUT
if debug and not fission and (os == "win") and webrender: TIMEOUT
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["TIMEOUT", "NOTRUN"]
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["NOTRUN", "TIMEOUT"]
if debug and not fission and (os == "mac"): TIMEOUT
if debug and fission: ["FAIL", "TIMEOUT"]
if debug and (os == "win") and not webrender and (processor == "x86"): TIMEOUT
if debug and (os == "win") and not webrender and (processor == "x86_64"): ["TIMEOUT", "FAIL"]
if debug and (os == "linux") and not fission: ["TIMEOUT", "FAIL"]
if debug and (os == "linux") and fission: ["FAIL", "TIMEOUT"]
if debug and (os == "win") and webrender: TIMEOUT
if not debug and (os == "linux") and not webrender: ["TIMEOUT", "NOTRUN"]
if debug and (os == "mac"): TIMEOUT
NOTRUN
[cross-origin > w => w[0\]]
expected:
if debug and not fission and (os == "win") and not webrender and (processor == "x86_64"): ["NOTRUN", "TIMEOUT"]
if debug and not fission and (os == "linux") and webrender: ["NOTRUN", "TIMEOUT"]
if debug and fission: ["TIMEOUT", "NOTRUN"]
if debug and (os == "win") and not webrender and (processor == "x86_64"): ["NOTRUN", "TIMEOUT"]
if debug and (os == "linux") and fission: ["TIMEOUT", "NOTRUN"]
if debug and (os == "linux") and not fission: ["NOTRUN", "TIMEOUT"]
NOTRUN
[same-site > w => w[0\]]
@ -127,12 +124,9 @@
[cross-origin > w => w.focus()]
expected:
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["NOTRUN", "FAIL"]
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["FAIL", "NOTRUN"]
if not debug and (os == "linux") and webrender: NOTRUN
if not debug and (os == "win"): NOTRUN
if not debug and (os == "mac"): NOTRUN
FAIL
if not debug and (os == "linux") and not webrender: ["FAIL", "NOTRUN"]
if debug: FAIL
NOTRUN
[cross-origin > w => w["test"\]]
expected: NOTRUN

Просмотреть файл

@ -1,33 +1,33 @@
[reporting-popup-same-origin-allow-popups-report-to.https.html]
expected:
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["OK", "TIMEOUT"]
if debug: OK
TIMEOUT
if not debug and (os == "linux") and webrender: TIMEOUT
if not debug and (os == "linux") and not webrender: ["OK", "TIMEOUT"]
if not debug and (os == "win"): TIMEOUT
if not debug and (os == "mac"): TIMEOUT
[coop reporting test reporting same origin with report-to to CROSS_ORIGIN with same-origin, require-corp, , ]
expected:
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["FAIL", "NOTRUN"]
if not debug and (os == "linux") and not webrender and (processor == "x86"): NOTRUN
if not debug and (os == "linux") and webrender: ["NOTRUN", "TIMEOUT"]
if not debug and (os == "win") and (processor == "x86"): ["TIMEOUT", "NOTRUN"]
if not debug and (os == "linux") and not webrender: ["FAIL", "NOTRUN"]
if not debug and (os == "win") and (processor == "x86"): ["NOTRUN", "TIMEOUT"]
if not debug and (os == "win") and (processor == "x86_64"): ["NOTRUN", "TIMEOUT"]
if not debug and (os == "mac"): NOTRUN
FAIL
[coop reporting test reporting same origin with report-to to CROSS_ORIGIN with same-origin-allow-popups; report-to="coop-popup-report-endpoint", require-corp, , ]
expected:
if not debug and (os == "linux") and not webrender and (processor == "x86"): TIMEOUT
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["FAIL", "TIMEOUT"]
if not debug and (os == "linux") and webrender: ["TIMEOUT", "FAIL"]
if not debug and (os == "linux") and not webrender: ["FAIL", "TIMEOUT"]
if not debug and (os == "win") and (processor == "x86"): ["TIMEOUT", "FAIL"]
if not debug and (os == "win") and (processor == "x86_64"): ["TIMEOUT", "FAIL"]
if not debug and (os == "win") and (processor == "x86"): ["FAIL", "TIMEOUT"]
if not debug and (os == "mac"): TIMEOUT
FAIL
[verify remaining reports]
expected:
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "NOTRUN"]
if debug: PASS
NOTRUN
if not debug and (os == "linux") and webrender: NOTRUN
if not debug and (os == "linux") and not webrender: ["PASS", "NOTRUN"]
if not debug and (os == "mac"): NOTRUN
if not debug and (os == "win"): NOTRUN
[coop reporting test reporting same origin with report-to to SAME_ORIGIN with same-origin; report-to="coop-popup-report-endpoint", , , ]
expected: FAIL

Просмотреть файл

@ -1,35 +1,29 @@
[reporting-popup-same-origin-coep-report-to.https.html]
expected:
if not debug and not webrender and (os == "linux") and (processor == "x86"): ["TIMEOUT", "OK"]
if not debug and not webrender and (os == "linux") and (processor == "x86_64"): ["OK", "TIMEOUT"]
if not debug and not webrender and (os == "win") and (processor == "x86"): ["TIMEOUT", "OK"]
if not debug and not webrender and (os == "win") and (processor == "x86_64"): TIMEOUT
if not debug and webrender and (os == "win") and fission: ["OK", "TIMEOUT"]
if not debug and webrender and (os == "win") and not fission: ["TIMEOUT", "OK"]
if not debug and not webrender and (os == "mac"): TIMEOUT
if not debug and webrender and (os == "linux"): TIMEOUT
if not debug and (os == "win") and not webrender and (processor == "x86"): ["TIMEOUT", "OK"]
if not debug and (os == "win") and not webrender and (processor == "x86_64"): TIMEOUT
if not debug and (os == "linux") and not webrender: ["OK", "TIMEOUT"]
if not debug and (os == "linux") and webrender: TIMEOUT
if not debug and (os == "win") and webrender: ["TIMEOUT", "OK"]
if not debug and (os == "mac"): TIMEOUT
[coop reporting test reporting same origin with report-to to CROSS_ORIGIN with same-origin; report-to="coop-popup-report-endpoint", require-corp, , ]
expected:
if not debug and not webrender and (processor == "x86") and (os == "linux"): ["TIMEOUT", "FAIL"]
if not debug and not webrender and (processor == "x86") and (os == "win"): ["TIMEOUT", "FAIL"]
if not debug and not webrender and (processor == "x86_64") and (os == "linux"): ["FAIL", "TIMEOUT"]
if not debug and not webrender and (processor == "x86_64") and (os == "win"): TIMEOUT
if not debug and not webrender and (processor == "x86_64") and (os == "mac"): TIMEOUT
if not debug and webrender and (os == "win") and fission: ["FAIL", "TIMEOUT"]
if not debug and webrender and (os == "win") and not fission: ["TIMEOUT", "FAIL"]
if not debug and webrender and (os == "linux"): ["TIMEOUT", "FAIL"]
if not debug and (os == "win") and not webrender and (processor == "x86_64"): TIMEOUT
if not debug and (os == "win") and not webrender and (processor == "x86"): ["TIMEOUT", "FAIL"]
if not debug and (os == "linux") and webrender: ["TIMEOUT", "FAIL"]
if not debug and (os == "linux") and not webrender: ["FAIL", "TIMEOUT"]
if not debug and (os == "win") and webrender: ["TIMEOUT", "FAIL"]
if not debug and (os == "mac"): TIMEOUT
FAIL
[verify remaining reports]
expected:
if not debug and (processor == "x86_64") and (os == "win") and webrender and fission: ["PASS", "TIMEOUT", "NOTRUN"]
if not debug and (processor == "x86_64") and (os == "win") and webrender and not fission: ["NOTRUN", "PASS", "TIMEOUT"]
if not debug and (processor == "x86_64") and (os == "linux") and not webrender: ["PASS", "NOTRUN"]
if not debug and (processor == "x86_64") and (os == "linux") and webrender: ["NOTRUN", "TIMEOUT"]
if not debug and (processor == "x86_64") and (os == "win") and not webrender: NOTRUN
if not debug and (processor == "x86_64") and (os == "mac"): NOTRUN
if not debug and (processor == "x86") and (os == "linux"): ["NOTRUN", "PASS", "TIMEOUT"]
if not debug and (processor == "x86") and (os == "win"): ["NOTRUN", "PASS", "TIMEOUT"]
if not debug and (os == "win") and not webrender and (processor == "x86"): ["NOTRUN", "PASS", "TIMEOUT"]
if not debug and (os == "win") and not webrender and (processor == "x86_64"): NOTRUN
if not debug and (os == "linux") and webrender: ["NOTRUN", "TIMEOUT"]
if not debug and (os == "linux") and not webrender: ["PASS", "NOTRUN", "TIMEOUT"]
if not debug and (os == "win") and webrender: ["NOTRUN", "PASS", "TIMEOUT"]
if not debug and (os == "mac"): NOTRUN
[coop reporting test reporting same origin with report-to to SAME_ORIGIN with same-origin; report-to="coop-popup-report-endpoint", , , ]
expected: FAIL

Просмотреть файл

@ -1,41 +1,40 @@
[reporting-popup-same-origin-report-to.https.html]
expected:
if not fission and (os == "linux") and not debug and not webrender and (processor == "x86_64"): ["TIMEOUT", "OK"]
if not fission and (os == "win") and debug and not webrender and (processor == "x86"): ["TIMEOUT", "OK"]
if not fission and (os == "linux") and debug and webrender: ["TIMEOUT", "OK"]
if not fission and (os == "win") and debug and webrender: ["TIMEOUT", "OK"]
if fission and debug: ["OK", "TIMEOUT"]
if debug and webrender and fission: ["OK", "TIMEOUT"]
if debug and webrender and not fission: ["TIMEOUT", "OK"]
if debug and not webrender and (processor == "x86"): ["OK", "TIMEOUT"]
if not debug and (os == "linux") and not webrender: ["TIMEOUT", "OK"]
TIMEOUT
[coop reporting test reporting same origin with report-to to SAME_ORIGIN with unsafe-none, , , ]
expected:
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["NOTRUN", "TIMEOUT"]
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["TIMEOUT", "FAIL", "NOTRUN"]
if debug and (os == "win") and not webrender and (processor == "x86"): ["TIMEOUT", "FAIL"]
if debug and (os == "linux") and webrender and fission: ["FAIL", "TIMEOUT"]
if debug and (os == "linux") and webrender and not fission: ["TIMEOUT", "FAIL"]
if debug and (os == "win") and not webrender and (processor == "x86_64"): TIMEOUT
if debug and (os == "win") and not webrender and (processor == "x86"): ["FAIL", "TIMEOUT"]
if debug and (os == "linux") and not webrender: ["TIMEOUT", "FAIL"]
if debug and (os == "linux") and webrender: ["FAIL", "TIMEOUT"]
if debug and (os == "win") and webrender: ["TIMEOUT", "FAIL"]
if debug and (os == "mac"): TIMEOUT
if not debug and (os == "linux") and not webrender: ["TIMEOUT", "NOTRUN", "FAIL"]
if debug and (os == "mac"): ["TIMEOUT", "NOTRUN"]
NOTRUN
[coop reporting test reporting same origin with report-to to SAME_ORIGIN with unsafe-none; report-to="coop-popup-report-endpoint", , , ]
expected:
if (os == "linux") and not webrender and not debug and (processor == "x86"): ["TIMEOUT", "FAIL"]
if (os == "linux") and not webrender and not debug and (processor == "x86_64"): ["FAIL", "TIMEOUT"]
if (os == "linux") and webrender and not debug: ["TIMEOUT", "FAIL"]
if (os == "linux") and not webrender and debug: ["FAIL", "TIMEOUT"]
if (os == "win") and not debug and (processor == "x86_64"): TIMEOUT
if (os == "win") and not debug and (processor == "x86"): ["TIMEOUT", "FAIL"]
if (os == "mac") and not debug: TIMEOUT
if debug and (os == "linux") and not webrender: ["FAIL", "TIMEOUT"]
if not debug and (os == "linux") and webrender: ["TIMEOUT", "FAIL"]
if not debug and (os == "linux") and not webrender: ["FAIL", "TIMEOUT"]
if not debug and (os == "win") and (processor == "x86"): ["TIMEOUT", "FAIL"]
if not debug and (os == "win") and (processor == "x86_64"): TIMEOUT
if not debug and (os == "mac"): TIMEOUT
FAIL
[verify remaining reports]
expected:
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["NOTRUN", "PASS"]
if debug and (os == "win") and not webrender and (processor == "x86"): ["NOTRUN", "PASS"]
if debug and (os == "linux") and webrender and not fission: ["NOTRUN", "PASS"]
if debug and (os == "linux") and webrender and fission: ["PASS", "NOTRUN"]
if debug and (os == "win") and not webrender and (processor == "x86"): ["PASS", "NOTRUN"]
if debug and (os == "linux") and not webrender: ["NOTRUN", "PASS"]
if debug and (os == "linux") and webrender: ["PASS", "NOTRUN"]
if debug and (os == "win") and webrender: ["NOTRUN", "PASS"]
if not debug and (os == "linux") and not webrender: ["NOTRUN", "PASS"]
NOTRUN
[coop reporting test reporting same origin with report-to to CROSS_ORIGIN with same-origin; report-to="coop-popup-report-endpoint", , , ]
@ -43,9 +42,8 @@
[coop reporting test reporting same origin with report-to to SAME_ORIGIN with same-origin; report-to="coop-popup-report-endpoint", require-corp, , ]
expected:
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["NOTRUN", "FAIL", "TIMEOUT"]
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["FAIL", "NOTRUN", "TIMEOUT"]
if not debug and (os == "linux") and webrender: ["NOTRUN", "TIMEOUT"]
if not debug and (os == "linux") and not webrender: ["FAIL", "TIMEOUT", "NOTRUN"]
if not debug and (os == "win") and (processor == "x86_64"): NOTRUN
if not debug and (os == "win") and (processor == "x86"): ["NOTRUN", "TIMEOUT"]
if not debug and (os == "mac"): NOTRUN
@ -53,8 +51,9 @@
[coop reporting test reporting same origin with report-to to CROSS_ORIGIN with unsafe-none; report-to="coop-popup-report-endpoint", , , ]
expected:
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["FAIL", "NOTRUN"]
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["NOTRUN", "FAIL"]
if debug: FAIL
if not debug and (os == "linux") and not webrender: ["FAIL", "NOTRUN"]
if debug and (os == "linux"): FAIL
if debug and (os == "win"): FAIL
if debug and (os == "mac"): ["FAIL", "TIMEOUT"]
NOTRUN

Просмотреть файл

@ -1,7 +1,6 @@
[reporting-popup-same-origin.https.html]
expected:
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["OK", "TIMEOUT"]
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["TIMEOUT", "OK"]
if not debug and (os == "linux") and not webrender: ["OK", "TIMEOUT"]
if not debug and (os == "linux") and webrender: TIMEOUT
if not debug and (os == "mac"): TIMEOUT
if not debug and (os == "win"): TIMEOUT
@ -10,8 +9,7 @@
[coop reporting test reporting same origin to SAME_ORIGIN with unsafe-none; report-to="coop-popup-report-endpoint", , , ]
expected:
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["FAIL", "TIMEOUT"]
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["TIMEOUT", "FAIL"]
if not debug and (os == "linux") and not webrender: ["FAIL", "TIMEOUT"]
if not debug and (os == "linux") and webrender: TIMEOUT
if not debug and (os == "win"): TIMEOUT
if not debug and (os == "mac"): TIMEOUT
@ -19,8 +17,7 @@
[coop reporting test reporting same origin to CROSS_ORIGIN with unsafe-none; report-to="coop-popup-report-endpoint", , , ]
expected:
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["NOTRUN", "TIMEOUT", "FAIL"]
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["FAIL", "NOTRUN"]
if not debug and (os == "linux") and not webrender: ["FAIL", "NOTRUN", "TIMEOUT"]
if not debug and (os == "linux") and webrender: NOTRUN
if not debug and (os == "mac"): NOTRUN
if not debug and (os == "win"): NOTRUN
@ -28,9 +25,8 @@
[verify remaining reports]
expected:
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["NOTRUN", "PASS"]
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "NOTRUN"]
if not debug and (os == "linux") and webrender: NOTRUN
if not debug and (os == "linux") and not webrender: ["PASS", "NOTRUN"]
if not debug and (os == "mac"): NOTRUN
if not debug and (os == "win"): NOTRUN

Просмотреть файл

@ -1,41 +1,31 @@
[reporting-popup-unafe-none-report-to.https.html]
expected:
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["OK", "TIMEOUT"]
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["TIMEOUT", "OK"]
if not debug and (os == "linux") and not webrender: ["OK", "TIMEOUT"]
if not debug and (os == "linux") and webrender: TIMEOUT
if not debug and (os == "mac"): TIMEOUT
if not debug and (os == "win"): TIMEOUT
[coop reporting test reporting same origin with report-to to CROSS_ORIGIN with same-origin; report-to="coop-popup-report-endpoint", , , ]
expected:
if not debug and (os == "win") and (processor == "x86_64") and webrender and fission: ["NOTRUN", "TIMEOUT"]
if not debug and (os == "win") and (processor == "x86_64") and webrender and not fission: ["NOTRUN", "TIMEOUT"]
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["NOTRUN", "FAIL"]
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["FAIL", "NOTRUN"]
if not debug and (os == "win") and (processor == "x86_64") and not webrender: ["NOTRUN", "TIMEOUT"]
if not debug and (os == "linux") and webrender: NOTRUN
if not debug and (os == "win") and (processor == "x86"): ["TIMEOUT", "NOTRUN"]
if not debug and (os == "linux") and not webrender: ["FAIL", "NOTRUN"]
if not debug and (os == "win"): ["NOTRUN", "TIMEOUT"]
if not debug and (os == "mac"): NOTRUN
FAIL
[coop reporting test reporting same origin with report-to to SAME_ORIGIN with same-origin, , , ]
expected:
if not debug and (os == "win") and (processor == "x86_64") and webrender and fission: ["TIMEOUT", "FAIL"]
if not debug and (os == "win") and (processor == "x86_64") and webrender and not fission: ["TIMEOUT", "FAIL"]
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["TIMEOUT", "FAIL"]
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["FAIL", "TIMEOUT"]
if not debug and (os == "win") and (processor == "x86_64") and not webrender: ["TIMEOUT", "FAIL"]
if not debug and (os == "linux") and webrender: TIMEOUT
if not debug and (os == "win") and (processor == "x86"): ["FAIL", "TIMEOUT"]
if not debug and (os == "linux") and not webrender: ["FAIL", "TIMEOUT"]
if not debug and (os == "win"): ["TIMEOUT", "FAIL"]
if not debug and (os == "mac"): TIMEOUT
FAIL
[verify remaining reports]
expected:
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "NOTRUN"]
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["NOTRUN", "PASS"]
if not debug and (os == "linux") and not webrender: ["PASS", "NOTRUN"]
if not debug and (os == "linux") and webrender: NOTRUN
if not debug and (os == "win"): NOTRUN
if not debug and (os == "mac"): NOTRUN
if not debug and (os == "win"): NOTRUN
[coop reporting test reporting same origin with report-to to SAME_ORIGIN with same-origin; report-to="coop-popup-report-endpoint", , , ]
expected: FAIL

Просмотреть файл

@ -811,6 +811,7 @@ prefs: [dom.security.featurePolicy.enabled:true, dom.security.featurePolicy.expe
[idlharness.https.html?include=HTML.*]
prefs: [dom.dialog_element.enabled:true]
[HTMLInputElement interface: attribute dirName]
expected: FAIL
@ -987,4 +988,3 @@ prefs: [dom.security.featurePolicy.enabled:true, dom.security.featurePolicy.expe
[SVGAElement includes HTMLHyperlinkElementUtils: member names are unique]
expected: FAIL

Просмотреть файл

@ -2,10 +2,12 @@ implementation-status: backlog
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1613912
[blob-data.https.html]
expected:
if (os == "win") and (processor == "x86_64") and debug and webrender: ["OK", "TIMEOUT"]
if (os == "linux") and webrender and debug: ["OK", "TIMEOUT"]
if (os == "win") and (processor == "x86") and not debug: ["OK", "TIMEOUT"]
if (os == "mac") and debug: ["OK", "TIMEOUT"]
if not debug and (os == "win") and not webrender and (processor == "x86"): ["OK", "TIMEOUT"]
if not debug and (os == "win") and webrender: ["OK", "TIMEOUT"]
if debug and webrender and (os == "linux"): ["OK", "TIMEOUT"]
if debug and not webrender and (os == "linux"): ["OK", "TIMEOUT"]
if debug and not webrender and (os == "win"): ["OK", "TIMEOUT"]
if debug and not webrender and (os == "mac"): ["OK", "TIMEOUT"]
[TIMEOUT, OK]
[data frame: self.isSecureContext]
expected: FAIL

Просмотреть файл

@ -44,11 +44,7 @@
[utf-16be.html?include=xhr]
[utf-16be.html?include=workers]
expected:
if (os == "win") and not debug and not webrender and (processor == "x86_64"): ["TIMEOUT", "OK"]
if (os == "linux") and fission and not debug: ["TIMEOUT", "OK"]
if (os == "android") and debug: ["TIMEOUT", "OK"]
[OK, TIMEOUT]
expected: [OK, TIMEOUT]
[SharedWorker() in a shared worker]
expected: FAIL
@ -60,11 +56,7 @@
FAIL
[SharedWorker constructor]
expected:
if (os == "win") and not debug and not webrender and (processor == "x86_64"): ["TIMEOUT", "PASS"]
if (os == "linux") and fission and not debug: ["TIMEOUT", "PASS"]
if (os == "android") and debug: ["TIMEOUT", "PASS"]
[PASS, TIMEOUT]
expected: [PASS, TIMEOUT]
[SharedWorker() in a dedicated worker]
expected: FAIL

Просмотреть файл

@ -43,27 +43,23 @@
[utf-16le.html?include=workers]
expected:
if (os == "linux") and not debug and webrender: ["TIMEOUT", "OK"]
if (os == "linux") and debug and not webrender: ["TIMEOUT", "OK"]
if (os == "mac") and debug: ["TIMEOUT", "OK"]
if (os == "linux") and not debug and fission: ["TIMEOUT", "OK"]
if os == "mac": ["TIMEOUT", "OK"]
[OK, TIMEOUT]
[SharedWorker() in a shared worker]
expected: FAIL
[importScripts() in a shared worker]
expected:
if (processor == "x86_64") and (os == "linux") and not webrender and not debug: ["FAIL", "TIMEOUT"]
if (processor == "x86") and (os == "win") and debug: ["FAIL", "TIMEOUT"]
if (processor == "x86") and (os == "win") and not debug: ["FAIL", "TIMEOUT"]
if (processor == "x86_64") and (os == "mac"): ["FAIL", "TIMEOUT"]
if (processor == "x86") and (os == "linux"): ["FAIL", "TIMEOUT"]
if not webrender and (os == "win") and (processor == "x86"): ["FAIL", "TIMEOUT"]
if not webrender and (os == "linux") and not debug: ["FAIL", "TIMEOUT"]
if not webrender and (os == "mac"): ["FAIL", "TIMEOUT"]
FAIL
[SharedWorker constructor]
expected:
if (os == "linux") and debug and not webrender: ["TIMEOUT", "PASS"]
if (os == "linux") and not debug and webrender: ["TIMEOUT", "PASS"]
if (os == "mac") and debug: ["TIMEOUT", "PASS"]
if (os == "linux") and not debug and fission: ["TIMEOUT", "PASS"]
if os == "mac": ["TIMEOUT", "PASS"]
[PASS, TIMEOUT]
[SharedWorker() in a dedicated worker]
@ -71,7 +67,7 @@
[Worker() in a shared worker]
expected:
if webrender and (os == "linux"): ["PASS", "TIMEOUT"]
if (os == "linux") and webrender: ["PASS", "TIMEOUT"]
[utf-16le.html?include=loading]

Просмотреть файл

@ -33,7 +33,7 @@
[utf-8.html?include=workers]
expected:
if (os == "android") and debug: ["TIMEOUT", "OK"]
if (os == "win") and fission: ["TIMEOUT", "OK"]
[OK, TIMEOUT]
[SharedWorker() in a shared worker]
expected: FAIL
@ -46,7 +46,7 @@
[SharedWorker constructor]
expected:
if (os == "android") and debug: ["TIMEOUT", "PASS"]
if (os == "win") and fission: ["TIMEOUT", "PASS"]
[PASS, TIMEOUT]
[SharedWorker() in a dedicated worker]

Просмотреть файл

@ -286,10 +286,7 @@
[windows-1251.html?include=workers]
expected:
if (os == "win") and not debug and not webrender and (processor == "x86_64"): ["TIMEOUT", "OK"]
if (os == "linux") and not debug and webrender: ["TIMEOUT", "OK"]
[OK, TIMEOUT]
expected: [OK, TIMEOUT]
[SharedWorker() in a shared worker]
expected: FAIL
@ -299,10 +296,7 @@
FAIL
[SharedWorker constructor]
expected:
if (os == "win") and not debug and not webrender and (processor == "x86_64"): ["TIMEOUT", "PASS"]
if (os == "linux") and not debug and webrender: ["TIMEOUT", "PASS"]
[PASS, TIMEOUT]
expected: [PASS, TIMEOUT]
[SharedWorker() in a dedicated worker]
expected: FAIL

Просмотреть файл

@ -115,8 +115,8 @@
[windows-1252.html?include=workers]
expected:
if (os == "win") and (processor == "x86_64") and debug and webrender: ["TIMEOUT", "OK"]
if (os == "mac") and not debug: ["TIMEOUT", "OK"]
if (os == "linux") and fission and debug: ["TIMEOUT", "OK"]
if (os == "mac") and debug: ["TIMEOUT", "OK"]
[OK, TIMEOUT]
[SharedWorker() in a shared worker]
expected: FAIL
@ -129,8 +129,8 @@
[SharedWorker constructor]
expected:
if (os == "win") and (processor == "x86_64") and debug and webrender: ["TIMEOUT", "PASS"]
if (os == "mac") and not debug: ["TIMEOUT", "PASS"]
if (os == "linux") and fission and debug: ["TIMEOUT", "PASS"]
if (os == "mac") and debug: ["TIMEOUT", "PASS"]
[PASS, TIMEOUT]
[SharedWorker() in a dedicated worker]

Просмотреть файл

@ -1,6 +1,5 @@
[iframe-scrolling-attribute.html]
expected:
if (os == "linux") and not webrender and debug: ["PASS", "FAIL"]
if (os == "linux") and not webrender and not debug: ["PASS", "FAIL", "ERROR"]
if (os == "linux") and not webrender and debug: ["FAIL", "PASS"]
if (os == "mac") and debug: ["PASS", "FAIL"]
if (os == "mac") and not debug: ["PASS", "FAIL"]
if os == "mac": ["PASS", "FAIL"]

Просмотреть файл

@ -1,6 +1,8 @@
[track-mode-not-changed-by-new-track.html]
[A track appended after the initial track configuration does not change other tracks]
expected:
if (os == "linux") and not fission and debug and webrender: ["PASS", "FAIL"]
if (os == "linux") and fission and debug: ["PASS", "FAIL"]
if (os == "mac") and debug: ["PASS", "FAIL"]
if os == "android": ["PASS", "FAIL"]

Просмотреть файл

@ -1,5 +1,7 @@
[inert-does-not-match-disabled-selector.html]
prefs: [dom.dialog_element.enabled:false]
[Tests inert elements do not match the :disabled selector.]
expected: FAIL
expected:
if (os == "android") and not debug: ["FAIL", "PASS"]
FAIL

Просмотреть файл

@ -3,9 +3,8 @@
expected:
if not debug and (os == "win") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
if not debug and (os == "win") and not webrender and (processor == "x86"): PASS
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["PASS", "FAIL"]
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
if not debug and (os == "win") and webrender: PASS
if not debug and (os == "linux") and not webrender: ["PASS", "FAIL"]
if not debug and (os == "linux") and webrender: ["PASS", "FAIL"]
if not debug and (os == "mac"): PASS
FAIL

Просмотреть файл

@ -1,12 +1,11 @@
[after-prepare-createHTMLDocument-fetch-error-external-module.html]
[<script> error: Move fetch-error external module script to createHTMLDocument after-prepare]
expected:
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["PASS", "FAIL"]
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
if not debug and (os == "win") and not webrender and (processor == "x86"): PASS
if not debug and (os == "win") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
if not debug and (os == "linux") and webrender: ["PASS", "FAIL"]
if not debug and (os == "win") and webrender: PASS
if not debug and (os == "linux") and webrender: ["PASS", "FAIL"]
if not debug and (os == "linux") and not webrender: ["PASS", "FAIL"]
if not debug and (os == "mac"): PASS
FAIL

Просмотреть файл

@ -1,23 +1,21 @@
[after-prepare-createHTMLDocument-parse-error-external-classic.html]
[<script> load: Move parse-error external classic script to createHTMLDocument after-prepare]
expected:
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["PASS", "FAIL"]
if not debug and (os == "win") and not webrender and (processor == "x86"): PASS
if not debug and (os == "win") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
if not debug and (os == "linux") and webrender: ["PASS", "FAIL"]
if not debug and (os == "win") and not webrender and (processor == "x86"): PASS
if not debug and (os == "win") and webrender: PASS
if not debug and (os == "linux") and webrender: ["PASS", "FAIL"]
if not debug and (os == "linux") and not webrender: ["PASS", "FAIL"]
if not debug and (os == "mac"): PASS
FAIL
[window error: Move parse-error external classic script to createHTMLDocument after-prepare]
expected:
if not debug and (os == "win") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
if not debug and (os == "win") and not webrender and (processor == "x86"): PASS
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["PASS", "FAIL"]
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
if not debug and (os == "win") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
if not debug and (os == "win") and webrender: PASS
if not debug and (os == "linux") and webrender: ["PASS", "FAIL"]
if not debug and (os == "linux") and not webrender: ["PASS", "FAIL"]
if not debug and (os == "mac"): PASS
FAIL

Просмотреть файл

@ -1,23 +1,21 @@
[after-prepare-createHTMLDocument-parse-error-external-module.html]
[window error: Move parse-error external module script to createHTMLDocument after-prepare]
expected:
if not debug and (os == "win") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
if not debug and (os == "win") and not webrender and (processor == "x86"): PASS
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["PASS", "FAIL"]
if not debug and (os == "win") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
if not debug and (os == "win") and webrender: PASS
if not debug and (os == "linux") and webrender: ["PASS", "FAIL"]
if not debug and (os == "linux") and not webrender: ["PASS", "FAIL"]
if not debug and (os == "mac"): PASS
FAIL
[<script> load: Move parse-error external module script to createHTMLDocument after-prepare]
expected:
if not debug and (os == "win") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
if not debug and (os == "win") and not webrender and (processor == "x86"): PASS
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["PASS", "FAIL"]
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
if not debug and (os == "win") and webrender: PASS
if not debug and (os == "win") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
if not debug and (os == "linux") and webrender: ["PASS", "FAIL"]
if not debug and (os == "linux") and not webrender: ["PASS", "FAIL"]
if not debug and (os == "win") and webrender: PASS
if not debug and (os == "mac"): PASS
FAIL

Просмотреть файл

@ -1,23 +1,21 @@
[after-prepare-createHTMLDocument-success-external-classic.html]
[Eval: Move success external classic script to createHTMLDocument after-prepare]
expected:
if not debug and (os == "win") and not webrender and (processor == "x86"): PASS
if not debug and (os == "win") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["PASS", "FAIL"]
if not debug and (os == "win") and not webrender and (processor == "x86"): PASS
if not debug and (os == "win") and webrender: PASS
if not debug and (os == "linux") and webrender: ["PASS", "FAIL"]
if not debug and (os == "linux") and not webrender: ["PASS", "FAIL"]
if not debug and (os == "mac"): PASS
FAIL
[<script> load: Move success external classic script to createHTMLDocument after-prepare]
expected:
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["PASS", "FAIL"]
if not debug and (os == "win") and not webrender and (processor == "x86"): PASS
if not debug and (os == "win") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
if not debug and (os == "linux") and webrender: ["PASS", "FAIL"]
if not debug and (os == "win") and webrender: PASS
if not debug and (os == "linux") and not webrender: ["PASS", "FAIL"]
if not debug and (os == "linux") and webrender: ["PASS", "FAIL"]
if not debug and (os == "mac"): PASS
FAIL

Просмотреть файл

@ -1,12 +1,11 @@
[after-prepare-createHTMLDocument-success-external-module.html]
[<script> load: Move success external module script to createHTMLDocument after-prepare]
expected:
if not debug and (os == "win") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
if not debug and (os == "win") and not webrender and (processor == "x86"): PASS
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["PASS", "FAIL"]
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
if not debug and (os == "win") and webrender: PASS
if not debug and (os == "win") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
if not debug and (os == "linux") and not webrender: ["PASS", "FAIL"]
if not debug and (os == "linux") and webrender: ["PASS", "FAIL"]
if not debug and (os == "win") and webrender: PASS
if not debug and (os == "mac"): PASS
FAIL
@ -14,9 +13,8 @@
expected:
if not debug and (os == "win") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
if not debug and (os == "win") and not webrender and (processor == "x86"): PASS
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["PASS", "FAIL"]
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
if not debug and (os == "win") and webrender: PASS
if not debug and (os == "linux") and not webrender: ["PASS", "FAIL"]
if not debug and (os == "linux") and webrender: ["PASS", "FAIL"]
if not debug and (os == "mac"): PASS
FAIL

Просмотреть файл

@ -1,11 +1,10 @@
[after-prepare-iframe-parse-error-external-classic.html]
[<script> load: Move parse-error external classic script to iframe after-prepare]
expected:
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["PASS", "FAIL"]
if not debug and (os == "win") and not webrender and (processor == "x86"): PASS
if not debug and (os == "win") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
if not debug and (os == "linux") and webrender: ["PASS", "FAIL"]
if not debug and (os == "linux") and not webrender: ["PASS", "FAIL"]
if not debug and (os == "win") and webrender: PASS
if not debug and (os == "mac"): PASS
FAIL
@ -14,10 +13,9 @@
expected:
if not debug and (os == "win") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
if not debug and (os == "win") and not webrender and (processor == "x86"): PASS
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["PASS", "FAIL"]
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
if not debug and (os == "win") and webrender: PASS
if not debug and (os == "linux") and not webrender: ["PASS", "FAIL"]
if not debug and (os == "linux") and webrender: ["PASS", "FAIL"]
if not debug and (os == "win") and webrender: PASS
if not debug and (os == "mac"): PASS
FAIL
@ -25,9 +23,8 @@
expected:
if not debug and (os == "win") and not webrender and (processor == "x86_64"): ["FAIL", "PASS"]
if not debug and (os == "win") and not webrender and (processor == "x86"): FAIL
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["FAIL", "PASS"]
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
if not debug and (os == "win") and webrender: FAIL
if not debug and (os == "linux") and not webrender: ["PASS", "FAIL"]
if not debug and (os == "linux") and webrender: ["FAIL", "PASS"]
if not debug and (os == "mac"): FAIL

Просмотреть файл

@ -1,33 +1,30 @@
[after-prepare-iframe-parse-error-external-module.html]
[<script> error: Move parse-error external module script to iframe after-prepare]
expected:
if not debug and (os == "win") and not webrender and (processor == "x86_64"): ["FAIL", "PASS"]
if not debug and (os == "win") and not webrender and (processor == "x86"): FAIL
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["FAIL", "PASS"]
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
if not debug and (os == "win") and not webrender and (processor == "x86_64"): ["FAIL", "PASS"]
if not debug and (os == "win") and webrender: FAIL
if not debug and (os == "linux") and not webrender: ["PASS", "FAIL"]
if not debug and (os == "linux") and webrender: ["FAIL", "PASS"]
if not debug and (os == "mac"): FAIL
[window error: Move parse-error external module script to iframe after-prepare]
expected:
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["PASS", "FAIL"]
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
if not debug and (os == "win") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
if not debug and (os == "win") and not webrender and (processor == "x86"): PASS
if not debug and (os == "linux") and webrender: ["PASS", "FAIL"]
if not debug and (os == "win") and webrender: PASS
if not debug and (os == "linux") and webrender: ["PASS", "FAIL"]
if not debug and (os == "linux") and not webrender: ["PASS", "FAIL"]
if not debug and (os == "mac"): PASS
FAIL
[<script> load: Move parse-error external module script to iframe after-prepare]
expected:
if not debug and (os == "win") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
if not debug and (os == "win") and not webrender and (processor == "x86"): PASS
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["PASS", "FAIL"]
if not debug and (os == "win") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
if not debug and (os == "win") and webrender: PASS
if not debug and (os == "linux") and webrender: ["PASS", "FAIL"]
if not debug and (os == "linux") and not webrender: ["PASS", "FAIL"]
if not debug and (os == "mac"): PASS
FAIL

Просмотреть файл

@ -1,12 +1,11 @@
[after-prepare-iframe-parse-error-inline-classic.html]
[window error: Move parse-error inline classic script to iframe after-prepare]
expected:
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["PASS", "FAIL"]
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
if not debug and (os == "win") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
if not debug and (os == "win") and not webrender and (processor == "x86"): PASS
if not debug and (os == "linux") and webrender: ["PASS", "FAIL"]
if not debug and (os == "win") and webrender: PASS
if not debug and (os == "linux") and not webrender: ["PASS", "FAIL"]
if not debug and (os == "linux") and webrender: ["PASS", "FAIL"]
if not debug and (os == "mac"): PASS
FAIL

Просмотреть файл

@ -1,33 +1,30 @@
[after-prepare-iframe-success-external-classic.html]
[<script> error: Move success external classic script to iframe after-prepare]
expected:
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["FAIL", "PASS"]
if not debug and (os == "win") and not webrender and (processor == "x86"): FAIL
if not debug and (os == "win") and not webrender and (processor == "x86_64"): ["FAIL", "PASS"]
if not debug and (os == "linux") and webrender: ["FAIL", "PASS"]
if not debug and (os == "win") and webrender: FAIL
if not debug and (os == "linux") and not webrender: ["PASS", "FAIL"]
if not debug and (os == "linux") and webrender: ["FAIL", "PASS"]
if not debug and (os == "mac"): FAIL
[<script> load: Move success external classic script to iframe after-prepare]
expected:
if not debug and (os == "win") and not webrender and (processor == "x86"): PASS
if not debug and (os == "win") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["PASS", "FAIL"]
if not debug and (os == "win") and webrender: PASS
if not debug and (os == "win") and not webrender and (processor == "x86"): PASS
if not debug and (os == "linux") and not webrender: ["PASS", "FAIL"]
if not debug and (os == "linux") and webrender: ["PASS", "FAIL"]
if not debug and (os == "win") and webrender: PASS
if not debug and (os == "mac"): PASS
FAIL
[Eval: Move success external classic script to iframe after-prepare]
expected:
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["PASS", "FAIL"]
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
if not debug and (os == "win") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
if not debug and (os == "win") and not webrender and (processor == "x86"): PASS
if not debug and (os == "linux") and webrender: ["PASS", "FAIL"]
if not debug and (os == "win") and webrender: PASS
if not debug and (os == "linux") and not webrender: ["PASS", "FAIL"]
if not debug and (os == "linux") and webrender: ["PASS", "FAIL"]
if not debug and (os == "mac"): PASS
FAIL

Просмотреть файл

@ -1,22 +1,20 @@
[after-prepare-iframe-success-external-module.html]
[<script> load: Move success external module script to iframe after-prepare]
expected:
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["PASS", "FAIL"]
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
if not debug and (os == "win") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
if not debug and (os == "win") and not webrender and (processor == "x86"): PASS
if not debug and (os == "linux") and webrender: ["PASS", "FAIL"]
if not debug and (os == "win") and webrender: PASS
if not debug and (os == "linux") and not webrender: ["PASS", "FAIL"]
if not debug and (os == "linux") and webrender: ["PASS", "FAIL"]
if not debug and (os == "mac"): PASS
FAIL
[Eval: Move success external module script to iframe after-prepare]
expected:
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["PASS", "FAIL"]
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
if not debug and (os == "win") and not webrender and (processor == "x86"): PASS
if not debug and (os == "win") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
if not debug and (os == "linux") and webrender: ["PASS", "FAIL"]
if not debug and (os == "linux") and not webrender: ["PASS", "FAIL"]
if not debug and (os == "win") and webrender: PASS
if not debug and (os == "mac"): PASS
FAIL
@ -25,9 +23,8 @@
expected:
if not debug and (os == "win") and not webrender and (processor == "x86"): FAIL
if not debug and (os == "win") and not webrender and (processor == "x86_64"): ["FAIL", "PASS"]
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["FAIL", "PASS"]
if not debug and (os == "win") and webrender: FAIL
if not debug and (os == "linux") and not webrender: ["PASS", "FAIL"]
if not debug and (os == "linux") and webrender: ["FAIL", "PASS"]
if not debug and (os == "win") and webrender: FAIL
if not debug and (os == "mac"): FAIL

Просмотреть файл

@ -1,12 +1,11 @@
[after-prepare-iframe-success-inline-classic.html]
[Eval: Move success inline classic script to iframe after-prepare]
expected:
if not debug and (os == "win") and not webrender and (processor == "x86"): PASS
if not debug and (os == "win") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["PASS", "FAIL"]
if not debug and (os == "win") and webrender: PASS
if not debug and (os == "win") and not webrender and (processor == "x86"): PASS
if not debug and (os == "linux") and not webrender: ["PASS", "FAIL"]
if not debug and (os == "linux") and webrender: ["PASS", "FAIL"]
if not debug and (os == "win") and webrender: PASS
if not debug and (os == "mac"): PASS
FAIL

Просмотреть файл

@ -1,7 +1,7 @@
[before-prepare-iframe-parse-error-external-module.html]
[<script> error: Move parse-error external module script to iframe before-prepare]
expected:
if (os == "linux") and not fission and debug and webrender: ["FAIL", "PASS"]
if (os == "linux") and not fission and debug and webrender: ["PASS", "FAIL"]
if (os == "linux") and not fission and debug and not webrender: ["PASS", "FAIL"]
if (os == "linux") and not fission and not debug: ["PASS", "FAIL"]
if (os == "mac") and debug: ["PASS", "FAIL"]

Просмотреть файл

@ -7,7 +7,7 @@
expected:
if (os == "linux") and ccov: FAIL
if (os == "linux") and debug and webrender: ["PASS", "FAIL"]
if (os == "linux") and not debug: ["PASS", "FAIL"]
if (os == "mac") and not debug: ["PASS", "FAIL"]
if (os == "mac") and debug: ["PASS", "FAIL"]
if (os == "linux") and not debug: ["PASS", "FAIL"]

Просмотреть файл

@ -16,5 +16,5 @@
expected: NOTRUN
[Inherited header feature policy allows dedicated workers.]
expected: [FAIL, TIMEOUT, NOTRUN]
expected: FAIL

Просмотреть файл

@ -1,2 +1,4 @@
[fuzzy-ref-2.html]
expected: FAIL
expected:
if (os == "win") and webrender and not debug and not fission: ["FAIL", "TIMEOUT"]
FAIL

Просмотреть файл

@ -3,6 +3,6 @@
expected:
if not debug and (os == "linux") and not webrender: ["PASS", "FAIL"]
if not debug and (os == "mac"): ["PASS", "FAIL"]
if not debug and (os == "win"): ["PASS", "FAIL"]
if not debug and (os == "android"): ["PASS", "FAIL"]
if not debug and (os == "win"): ["PASS", "FAIL"]

Просмотреть файл

@ -2,13 +2,13 @@
expected:
if (os == "win") and debug and webrender: ["OK", "TIMEOUT"]
if (os == "linux") and debug and webrender: ["OK", "TIMEOUT"]
if (os == "mac") and debug: ["OK", "TIMEOUT"]
if (os == "mac") and not debug: ["OK", "TIMEOUT"]
if (os == "mac") and debug: ["TIMEOUT", "OK"]
[Test freeze callback.]
expected:
if (os == "win") and debug and webrender: ["FAIL", "TIMEOUT"]
if (os == "linux") and debug and webrender: ["FAIL", "TIMEOUT"]
if (os == "mac") and debug: ["FAIL", "TIMEOUT"]
if (os == "mac") and debug: ["TIMEOUT", "FAIL"]
if (os == "mac") and not debug: ["FAIL", "TIMEOUT"]
FAIL

Просмотреть файл

@ -1,2 +1,2 @@
local: c1be28b9a5b779d788d11fe9458fe8608b68dee9
upstream: 145839c323ba1ec8b9737a3ed66924f6edd3624d
upstream: 5a8a43621be6bc5f94f3ccdc1ab9b2ad63e68428

Просмотреть файл

@ -1,7 +1,6 @@
[secure_connection_start_non_zero.https.html]
[Test that secureConnectionStart is not zero]
expected:
if (os == "win") and debug and not webrender and (processor == "x86_64"): ["FAIL", "PASS"]
if (os == "win") and debug and webrender: ["PASS", "FAIL"]
if (os == "win") and debug and (processor == "x86_64"): ["FAIL", "PASS"]
if os == "android": ["PASS", "FAIL"]

Просмотреть файл

@ -1,7 +1,9 @@
[no-report-on-failed-cors-preflight.https.html]
expected:
if webrender and debug and (os == "linux"): ["OK", "TIMEOUT"]
if (os == "linux") and debug and webrender: ["OK", "TIMEOUT"]
if (os == "mac") and debug: ["OK", "TIMEOUT"]
[\n Test that NEL reports are not sent if the CORS preflight fails\n ]
expected:
if webrender and debug and (os == "linux"): ["PASS", "TIMEOUT"]
if (os == "linux") and debug and webrender: ["PASS", "TIMEOUT"]
if (os == "mac") and debug: ["PASS", "TIMEOUT"]

Просмотреть файл

@ -1,7 +1,9 @@
[no-report-on-unexpired-cached-response.https.html]
expected:
if webrender and (os == "linux") and debug: ["OK", "TIMEOUT"]
if (os == "linux") and debug and webrender: ["OK", "TIMEOUT"]
if (os == "linux") and debug and not webrender: ["OK", "TIMEOUT"]
[\n Test that NEL reports are not sent for cached responses that don't hit the\n network\n ]
expected:
if webrender and (os == "linux") and debug: ["PASS", "TIMEOUT"]
if (os == "linux") and debug and webrender: ["PASS", "TIMEOUT"]
if (os == "linux") and debug and not webrender: ["PASS", "TIMEOUT"]

Просмотреть файл

@ -1,4 +1,8 @@
[sends-report-on-404.https.html]
expected:
if (os == "mac") and debug: ["OK", "TIMEOUT"]
[\n Test that NEL reports are sent for HTTP errors\n ]
expected: FAIL
expected:
if (os == "mac") and debug: ["FAIL", "TIMEOUT"]
FAIL

Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше