Backed out 32 changesets (bug 1642333, bug 1642327, bug 1638177, bug 1642656, bug 1640916, bug 1642732, bug 1637781, bug 1642560, bug 1642473, bug 1642564, bug 1642511, bug 1641854, bug 1642501, bug 1642381, bug 1641452, bug 1642865, bug 1642664, bug 1642484, bug 1616867, bug 1642744, bug 1642627, bug 1641236, bug 1642632) for base64 fails on web platform tests. CLOSED TREE

Backed out changeset a380d47b7c12 (bug 1642865)
Backed out changeset 3000fe5d04a3 (bug 1642744)
Backed out changeset a71a07baddbc (bug 1642627)
Backed out changeset 4ea9d35d56d9 (bug 1642627)
Backed out changeset b9e7d62ce1b1 (bug 1642484)
Backed out changeset 2474c7ec610b (bug 1642732)
Backed out changeset 19c7b2c93d6f (bug 1638177)
Backed out changeset 9a5d03c1f296 (bug 1637781)
Backed out changeset e21d041da2b9 (bug 1637781)
Backed out changeset f9f69e384ff7 (bug 1616867)
Backed out changeset 8d5970242b1e (bug 1642327)
Backed out changeset c680506c9bd6 (bug 1642560)
Backed out changeset 9308242effad (bug 1642632)
Backed out changeset ea61956153f9 (bug 1642632)
Backed out changeset 9ab2ba71f0e0 (bug 1640916)
Backed out changeset 0482654c98ac (bug 1640916)
Backed out changeset 813182237e0a (bug 1642664)
Backed out changeset 6fa99cc6160b (bug 1642664)
Backed out changeset f0f1704efbfe (bug 1642656)
Backed out changeset 48a70f17dca6 (bug 1642656)
Backed out changeset 6419d0a1929a (bug 1642473)
Backed out changeset 24a0fb109de6 (bug 1641236)
Backed out changeset 83faa4775bc3 (bug 1642564)
Backed out changeset 04258d26fb3b (bug 1642564)
Backed out changeset 911e85b0355c (bug 1641452)
Backed out changeset 128a4b6ed464 (bug 1641854)
Backed out changeset 88ed2323ff20 (bug 1642511)
Backed out changeset d506925c6e69 (bug 1642511)
Backed out changeset 0c84646a3984 (bug 1642501)
Backed out changeset 06fce2316d1f (bug 1642501)
Backed out changeset ebf590efe9c7 (bug 1642381)
Backed out changeset 499c0c4d4187 (bug 1642333)
This commit is contained in:
Csoregi Natalia 2020-06-07 18:36:10 +03:00
parent 694103d549
commit f3bc72abdf
170 changed files with 443 additions and 83187 deletions

View File

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

View File

@ -1,7 +1,11 @@
[spv-only-sent-to-initiator.sub.html] [spv-only-sent-to-initiator.sub.html]
expected: [OK, TIMEOUT] expected:
if (os == "mac") and not debug: ["TIMEOUT", "OK"]
[OK, TIMEOUT]
[Test that no spv event is raised] [Test that no spv event is raised]
expected: [FAIL, NOTRUN] expected:
if (os == "mac") and not debug: ["NOTRUN", "FAIL"]
[FAIL, NOTRUN]
[Violation report status OK.] [Violation report status OK.]
expected: expected:

View File

@ -0,0 +1,2 @@
[c414-flt-fit-000.xht]
expected: FAIL

View File

@ -1,2 +0,0 @@
[min-height-applies-to-013.xht]
expected: FAIL

View File

@ -1,2 +0,0 @@
[min-height-applies-to-014.xht]
expected: FAIL

View File

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

View File

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

View File

@ -1,7 +0,0 @@
[grid-column-axis-self-baseline-synthesized-005.html]
[.grid 1]
expected: FAIL
[.grid 2]
expected: FAIL

View File

@ -1,7 +0,0 @@
[grid-row-axis-self-baseline-synthesized-005.html]
[.grid 1]
expected: FAIL
[.grid 2]
expected: FAIL

View File

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

View File

@ -1,19 +1,17 @@
[text-selection.html] [text-selection.html]
[Selection ending in ::before-marker] [Selection ending in ::before-marker]
expected: expected:
if debug and (os == "linux") and webrender and not fission: ["PASS", "FAIL"] if debug and (os == "linux") and webrender and not fission: ["FAIL", "PASS"]
if debug and (os == "linux") and webrender and fission: ["PASS", "FAIL"] if debug and (os == "linux") and webrender and fission: ["PASS", "FAIL"]
if debug and (os == "linux") and not webrender: ["PASS", "FAIL"]
if debug and (os == "win") and webrender: ["PASS", "FAIL"] if debug and (os == "win") and webrender: ["PASS", "FAIL"]
if not debug and fission and (os == "linux"): ["PASS", "FAIL"] if debug and (os == "linux") and not webrender: ["PASS", "FAIL"]
if debug and (os == "mac"): ["PASS", "FAIL"] if debug and (os == "mac"): ["PASS", "FAIL"]
[Selection ending in ::marker] [Selection ending in ::marker]
expected: expected:
if debug and (os == "linux") and webrender and fission: ["PASS", "FAIL"] if debug and (os == "linux") and webrender and fission: ["PASS", "FAIL"]
if debug and (os == "linux") and webrender and not fission: ["PASS", "FAIL"] if debug and (os == "linux") and webrender and not fission: ["FAIL", "PASS"]
if debug and (os == "win") and webrender: ["PASS", "FAIL"]
if debug and (os == "linux") and not webrender: ["PASS", "FAIL"] if debug and (os == "linux") and not webrender: ["PASS", "FAIL"]
if not debug and fission and (os == "linux"): ["PASS", "FAIL"] if debug and (os == "win") and webrender: ["PASS", "FAIL"]
if debug and (os == "mac"): ["PASS", "FAIL"] if debug and (os == "mac"): ["PASS", "FAIL"]

View File

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

View File

@ -13,8 +13,6 @@
[Snaps to top-right after pressing ArrowRight] [Snaps to top-right after pressing ArrowRight]
expected: expected:
if (os == "linux") and debug and webrender and not fission: ["PASS", "FAIL"] if (os == "linux") and debug and webrender and not fission: [PASS, FAIL]
if (os == "linux") and debug and not webrender: ["PASS", "FAIL"] if os == "mac": [PASS, FAIL]
if (os == "mac") and debug: ["PASS", "FAIL"]
if (os == "mac") and not debug: ["PASS", "FAIL"]

View File

@ -4,7 +4,7 @@
fuzzy: fuzzy:
if os == "android": maxDifference=0-1;totalPixels=0-23 if os == "android": maxDifference=0-1;totalPixels=0-23
expected: expected:
if (os == "win") and not webrender and not debug and (processor == "x86"): ["FAIL", "PASS"] if (os == "win") and (processor == "x86_64") and not webrender and debug: FAIL
if (os == "win") and not webrender and not debug and (processor == "x86_64"): ["FAIL", "ERROR", "PASS"] if (os == "win") and (processor == "x86_64") and not webrender and not debug: ["FAIL", "PASS"]
if (os == "win") and not webrender and debug: FAIL if (os == "win") and (processor == "x86_64") and webrender: FAIL
if (os == "win") and webrender: FAIL if (os == "win") and (processor == "x86"): ["FAIL", "PASS"]

View File

@ -545,6 +545,9 @@
[appearance: tab-scroll-arrow-forward (invalid)] [appearance: tab-scroll-arrow-forward (invalid)]
expected: FAIL expected: FAIL
[-webkit-appearance: scale-horizontal (invalid)]
expected: FAIL
[appearance: menulist-text (invalid)] [appearance: menulist-text (invalid)]
expected: FAIL expected: FAIL
@ -557,6 +560,3 @@
[appearance: button-bevel (invalid)] [appearance: button-bevel (invalid)]
expected: FAIL expected: FAIL
[appearance: tab-scroll-arrow-forward (invalid)]
expected: FAIL

View File

@ -1,9 +1,10 @@
[appearance-revert-001.tentative.html] [appearance-revert-001.tentative.html]
expected: expected:
if (os == "win") and not debug and not webrender and (processor == "x86"): ["FAIL", "PASS"] if (os == "win") and not debug and (processor == "x86_64") and webrender and not fission: ["FAIL", "PASS"]
if (os == "win") and not debug and not webrender and (processor == "x86_64"): ["FAIL", "ERROR", "PASS"] if (os == "win") and not debug and (processor == "x86_64") and webrender and fission: ["FAIL", "PASS"]
if (os == "win") and not debug and (processor == "x86_64") and not webrender: ["FAIL", "PASS"]
if (os == "win") and debug and not webrender and (processor == "x86"): FAIL if (os == "win") and debug and not webrender and (processor == "x86"): FAIL
if (os == "win") and debug and not webrender and (processor == "x86_64"): ["FAIL", "PASS"] if (os == "win") and debug and not webrender and (processor == "x86_64"): ["FAIL", "PASS"]
if (os == "win") and not debug and webrender: ["FAIL", "PASS"] if (os == "win") and not debug and (processor == "x86"): ["FAIL", "PASS"]
if (os == "win") and debug and webrender: ["ERROR", "PASS", "FAIL"] if (os == "win") and debug and webrender: ["PASS", "FAIL"]
if os == "android": ["PASS", "FAIL"] if os == "android": ["PASS", "FAIL"]

View File

@ -4,7 +4,6 @@
fuzzy: fuzzy:
if os == "android": maxDifference=0-1;totalPixels=0-23 if os == "android": maxDifference=0-1;totalPixels=0-23
expected: expected:
if (os == "win") and not fission and debug and webrender: ["FAIL", "PASS"] if (os == "win") and debug and not webrender: FAIL
if (os == "win") and not fission and debug and not webrender: FAIL if (os == "win") and debug and webrender: ["FAIL", "PASS"]
if (os == "win") and not fission and not debug: FAIL if (os == "win") and not debug: FAIL
if (os == "win") and fission: ["FAIL", "ERROR"]

View File

@ -2,7 +2,7 @@
fuzzy: fuzzy:
if os == "android": maxDifference=0-1;totalPixels=0-23 if os == "android": maxDifference=0-1;totalPixels=0-23
expected: expected:
if (os == "win") and webrender and not fission and not debug: ["PASS", "ERROR", "FAIL"]
if (os == "win") and webrender and not fission and debug: ["FAIL", "PASS"] if (os == "win") and webrender and not fission and debug: ["FAIL", "PASS"]
if (os == "win") and webrender and fission: ["FAIL", "ERROR", "PASS"] if (os == "win") and webrender and not fission and not debug: ["PASS", "FAIL"]
if (os == "win") and webrender and fission: ["FAIL", "PASS"]
if (os == "win") and not webrender: ["FAIL", "PASS"] if (os == "win") and not webrender: ["FAIL", "PASS"]

View File

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

View File

@ -1,8 +1,8 @@
[scroll-behavior-default-css.html] [scroll-behavior-default-css.html]
[Smooth scrolling of an element with default scroll-behavior] [Smooth scrolling of an element with default scroll-behavior]
expected: expected:
if webrender and (os == "linux") and not debug and fission: ["PASS", "FAIL"]
if webrender and (os == "linux") and not debug and not fission: ["PASS", "FAIL"] if webrender and (os == "linux") and not debug and not fission: ["PASS", "FAIL"]
if webrender and (os == "linux") and not debug and fission: ["PASS", "FAIL"]
if not webrender and (os == "android") and debug: ["PASS", "FAIL"] if not webrender and (os == "android") and debug: ["PASS", "FAIL"]
if webrender and (os == "linux") and debug: ["PASS", "FAIL"] if webrender and (os == "linux") and debug: ["PASS", "FAIL"]
if webrender and (os == "win") and not debug: ["PASS", "FAIL"] if webrender and (os == "win") and not debug: ["PASS", "FAIL"]

View File

@ -8,17 +8,13 @@
[Element with smooth scroll-behavior ; scroll() with default behavior] [Element with smooth scroll-behavior ; scroll() with default behavior]
expected: expected:
if webrender and debug and (os == "linux"): ["PASS", "FAIL"] if debug and (os == "linux") and webrender: ["PASS", "FAIL"]
[Element with smooth scroll-behavior ; scrollTo() with auto behavior] [Element with smooth scroll-behavior ; scrollTo() with auto behavior]
expected: expected:
if webrender and debug and (os == "linux") and not fission: ["PASS", "FAIL"] if debug and (os == "linux") and webrender and not fission: ["PASS", "FAIL"]
[Element with smooth scroll-behavior ; scrollBy() with auto behavior] [Element with smooth scroll-behavior ; scrollBy() with auto behavior]
expected: expected:
if webrender and debug and (os == "linux") and not fission: ["PASS", "FAIL"] if debug and (os == "linux") and webrender and not fission: ["PASS", "FAIL"]
[Element with smooth scroll-behavior ; scrollIntoView() with default behavior]
expected:
if webrender and debug and (os == "linux") and not fission: ["PASS", "FAIL"]

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,17 +0,0 @@
[sjis-encode-form.html?7001-last]
[sjis-encode-form.html?3001-4000]
expected:
if webrender and debug and (os == "linux") and not fission: ["OK", "CRASH"]
[sjis-encode-form.html?1001-2000]
[sjis-encode-form.html?4001-5000]
[sjis-encode-form.html?2001-3000]
[sjis-encode-form.html?5001-6000]
[sjis-encode-form.html?1-1000]
[sjis-encode-form.html?6001-7000]

View File

@ -1,37 +0,0 @@
[euckr-decode-ksc_5601.html?7001-8000]
[euckr-decode-ksc_5601.html?16001-17000]
expected:
if webrender and debug and (os == "linux") and not fission: ["OK", "CRASH"]
[euckr-decode-ksc_5601.html?2001-3000]
[euckr-decode-ksc_5601.html?3001-4000]
[euckr-decode-ksc_5601.html?6001-7000]
[euckr-decode-ksc_5601.html?4001-5000]
[euckr-decode-ksc_5601.html?11001-12000]
[euckr-decode-ksc_5601.html?14001-15000]
[euckr-decode-ksc_5601.html?1-1000]
[euckr-decode-ksc_5601.html?15001-16000]
[euckr-decode-ksc_5601.html?10001-11000]
[euckr-decode-ksc_5601.html?5001-6000]
[euckr-decode-ksc_5601.html?13001-14000]
[euckr-decode-ksc_5601.html?1001-2000]
[euckr-decode-ksc_5601.html?8001-9000]
[euckr-decode-ksc_5601.html?12001-13000]
[euckr-decode-ksc_5601.html?9001-10000]
[euckr-decode-ksc_5601.html?17001-last]

View File

@ -21,7 +21,3 @@
expected: expected:
if fission and (os == "win"): ["PASS", "FAIL"] if fission and (os == "win"): ["PASS", "FAIL"]
[separate text/javascript error]
expected:
if (os == "win") and webrender and not debug and not fission: ["PASS", "FAIL"]

View File

@ -1,7 +1,9 @@
[element-request-fullscreen.html] [element-request-fullscreen.html]
expected: expected:
if (os == "win") and webrender and not debug and not fission: ["OK", "TIMEOUT"] if (os == "win") and webrender and not debug and not fission: ["OK", "TIMEOUT"]
if (os == "mac") and not debug: ERROR
[Element#requestFullscreen()] [Element#requestFullscreen()]
expected: expected:
if (os == "win") and webrender and not debug and not fission: ["PASS", "TIMEOUT"] if (os == "win") and webrender and not debug and not fission: ["PASS", "TIMEOUT"]
if (os == "mac") and not debug: FAIL

View File

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

View File

@ -1,6 +1,6 @@
[no_window_open_when_term_nesting_level_nonzero.window.html] [no_window_open_when_term_nesting_level_nonzero.window.html]
expected: expected:
if webrender and (os == "linux") and not fission and debug: ["ERROR", "TIMEOUT", "CRASH"] if webrender and (os == "linux") and not fission and debug: ["TIMEOUT", "ERROR", "CRASH"]
if webrender and (os == "linux") and not fission and not debug: ["TIMEOUT", "ERROR", "CRASH"] if webrender and (os == "linux") and not fission and not debug: ["TIMEOUT", "ERROR", "CRASH"]
if webrender and (os == "linux") and fission: ["ERROR", "TIMEOUT", "CRASH"] if webrender and (os == "linux") and fission: ["ERROR", "TIMEOUT", "CRASH"]
ERROR ERROR

View File

@ -2,6 +2,6 @@
disabled: disabled:
if os == "android": frequently hits timeout if os == "android": frequently hits timeout
expected: expected:
if webrender and (os == "linux") and not debug and not fission: ["TIMEOUT", "OK", "CRASH"] if webrender and (os == "linux") and not debug and not fission: ["OK", "CRASH", "TIMEOUT"]
if webrender and (os == "linux") and not debug and fission: ["OK", "TIMEOUT", "CRASH"] if webrender and (os == "linux") and not debug and fission: ["OK", "TIMEOUT", "CRASH"]
if webrender and (os == "linux") and debug: ["OK", "TIMEOUT", "CRASH"] if webrender and (os == "linux") and debug: ["OK", "TIMEOUT", "CRASH"]

View File

@ -2,14 +2,12 @@
disabled: disabled:
if (os == "linux") and (bits == 32) and debug: https://bugzilla.mozilla.org/show_bug.cgi?id=1483696 if (os == "linux") and (bits == 32) and debug: https://bugzilla.mozilla.org/show_bug.cgi?id=1483696
expected: expected:
if debug and (os == "linux") and webrender and fission: ["OK", "TIMEOUT"]
if debug and (os == "linux") and webrender and not fission: ["OK", "TIMEOUT"]
if debug and (os == "win") and not webrender and (processor == "x86_64"): ["OK", "TIMEOUT"] if debug and (os == "win") and not webrender and (processor == "x86_64"): ["OK", "TIMEOUT"]
if debug and (os == "linux") and webrender: ["OK", "TIMEOUT"]
if debug and (os == "linux") and not webrender: ["OK", "TIMEOUT"] if debug and (os == "linux") and not webrender: ["OK", "TIMEOUT"]
[Auxiliary browsing context created via `window.open` and setting `window.opener` to `null` should report `window.opener` `null`] [Auxiliary browsing context created via `window.open` and setting `window.opener` to `null` should report `window.opener` `null`]
expected: expected:
if debug and (os == "win") and not webrender and (processor == "x86_64"): ["PASS", "TIMEOUT"] if debug and (os == "win") and not webrender and (processor == "x86_64"): ["PASS", "TIMEOUT"]
if debug and (os == "linux") and webrender and not fission: ["PASS", "TIMEOUT"] if debug and (os == "linux") and webrender: ["PASS", "TIMEOUT"]
if debug and (os == "linux") and webrender and fission: ["PASS", "TIMEOUT"]
if debug and (os == "linux") and not webrender: ["PASS", "TIMEOUT"] if debug and (os == "linux") and not webrender: ["PASS", "TIMEOUT"]

View File

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

View File

@ -1,4 +1,7 @@
[require-corp-sw.https.html] [require-corp-sw.https.html]
[fetch() to no CORP response should not succeed.]
expected: FAIL
[importScripts() fails for a script with no corp.] [importScripts() fails for a script with no corp.]
expected: FAIL expected: FAIL

View File

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

View File

@ -42,18 +42,28 @@
[utf-16le.html?include=css] [utf-16le.html?include=css]
[utf-16le.html?include=workers] [utf-16le.html?include=workers]
expected: [OK, TIMEOUT] expected:
if (os == "win") and (processor == "x86_64") and webrender and debug: ["TIMEOUT", "OK"]
if (os == "linux") and webrender and not fission and debug: ["TIMEOUT", "OK"]
if (os == "mac") and not debug: ["TIMEOUT", "OK"]
if (os == "android") and not debug: ["TIMEOUT", "OK"]
[OK, TIMEOUT]
[SharedWorker() in a shared worker] [SharedWorker() in a shared worker]
expected: FAIL expected: FAIL
[importScripts() in a shared worker] [importScripts() in a shared worker]
expected: expected:
if (processor == "x86_64") and (os == "linux") and not debug: ["FAIL", "TIMEOUT"] if (os == "win") and (processor == "x86"): ["FAIL", "TIMEOUT"]
if processor == "x86": ["FAIL", "TIMEOUT"] if (os == "linux") and not debug: ["FAIL", "TIMEOUT"]
FAIL FAIL
[SharedWorker constructor] [SharedWorker constructor]
expected: [PASS, TIMEOUT] expected:
if (os == "linux") and webrender and not fission and debug: ["TIMEOUT", "PASS"]
if (os == "win") and (processor == "x86_64") and webrender and debug: ["TIMEOUT", "PASS"]
if (os == "mac") and not debug: ["TIMEOUT", "PASS"]
if (os == "android") and not debug: ["TIMEOUT", "PASS"]
[PASS, TIMEOUT]
[SharedWorker() in a dedicated worker] [SharedWorker() in a dedicated worker]
expected: FAIL expected: FAIL

View File

@ -33,8 +33,9 @@
[utf-8.html?include=workers] [utf-8.html?include=workers]
expected: expected:
if (os == "linux") and not debug and webrender and not fission: ["TIMEOUT", "OK"] if (os == "linux") and webrender and debug and fission: ["TIMEOUT", "OK"]
if (os == "mac") and not debug: ["TIMEOUT", "OK"] if (os == "linux") and not webrender and debug: ["TIMEOUT", "OK"]
if (os == "android") and debug: ["TIMEOUT", "OK"]
[OK, TIMEOUT] [OK, TIMEOUT]
[SharedWorker() in a shared worker] [SharedWorker() in a shared worker]
expected: FAIL expected: FAIL
@ -44,8 +45,9 @@
[SharedWorker constructor] [SharedWorker constructor]
expected: expected:
if (os == "linux") and not debug and webrender and not fission: ["TIMEOUT", "PASS"] if (os == "linux") and webrender and debug and fission: ["TIMEOUT", "PASS"]
if (os == "mac") and not debug: ["TIMEOUT", "PASS"] if (os == "linux") and not webrender and debug: ["TIMEOUT", "PASS"]
if (os == "android") and debug: ["TIMEOUT", "PASS"]
[PASS, TIMEOUT] [PASS, TIMEOUT]
[SharedWorker() in a dedicated worker] [SharedWorker() in a dedicated worker]

View File

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

View File

@ -115,7 +115,6 @@
[windows-1252.html?include=workers] [windows-1252.html?include=workers]
expected: expected:
if (os == "linux") and not debug and fission: ["TIMEOUT", "OK"]
if (os == "mac") and not debug: ["TIMEOUT", "OK"] if (os == "mac") and not debug: ["TIMEOUT", "OK"]
[OK, TIMEOUT] [OK, TIMEOUT]
[SharedWorker() in a shared worker] [SharedWorker() in a shared worker]
@ -128,7 +127,6 @@
[SharedWorker constructor] [SharedWorker constructor]
expected: expected:
if (os == "linux") and not debug and fission: ["TIMEOUT", "PASS"]
if (os == "mac") and not debug: ["TIMEOUT", "PASS"] if (os == "mac") and not debug: ["TIMEOUT", "PASS"]
[PASS, TIMEOUT] [PASS, TIMEOUT]

View File

@ -1,8 +1,12 @@
[first.html] [first.html]
[The first autofocus element in the document should win.] [The first autofocus element in the document should win.]
expected: expected:
if (os == "linux") and debug and webrender and not fission: ["PASS", "FAIL"] if (os == "win") and not webrender and (processor == "x86_64") and debug: PASS
if (os == "win") and not debug and not webrender and (processor == "x86_64"): ["PASS", "FAIL"] if (os == "linux") and debug and webrender and fission: PASS
if (os == "linux") and not debug: ["PASS", "FAIL"] if (os == "linux") and debug and webrender and not fission: ["FAIL", "PASS"]
if os == "android": ["PASS", "FAIL"] if (os == "win") and not webrender and (processor == "x86"): PASS
if (os == "linux") and debug and not webrender: PASS
if (os == "win") and webrender: PASS
if os == "mac": PASS
[PASS, FAIL]

View File

@ -1,7 +1,8 @@
[iframe-scrolling-attribute-values.html] [iframe-scrolling-attribute-values.html]
expected: expected:
if (os == "win") and not webrender and not debug and (processor == "x86"): ["ERROR", "PASS", "FAIL"] if (processor == "x86_64") and (os == "win") and webrender: PASS
if (os == "win") and not webrender and not debug and (processor == "x86_64"): ["ERROR", "PASS", "FAIL"] if (processor == "x86_64") and (os == "linux") and debug: PASS
if (os == "win") and not webrender and debug and (processor == "x86_64"): ["PASS", "FAIL"] if (processor == "x86") and debug: ["FAIL", "PASS"]
if (os == "win") and not webrender and debug and (processor == "x86"): ["FAIL", "PASS"] if (processor == "x86_64") and (os == "mac"): PASS
if (os == "linux") and not debug: ["PASS", "FAIL"] if (processor == "x86_64") and (os == "android"): PASS
[PASS, FAIL]

View File

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

View File

@ -1,12 +1,8 @@
[after-prepare-createHTMLDocument-fetch-error-external-classic.html] [after-prepare-createHTMLDocument-fetch-error-external-classic.html]
[<script> error: Move fetch-error external classic script to createHTMLDocument after-prepare] [<script> error: Move fetch-error external classic script to createHTMLDocument after-prepare]
expected: expected:
if not debug and (os == "linux") 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 == "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 == "win") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
if not debug and (os == "linux") and webrender: PASS 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 == "android"): FAIL
if not debug and (os == "mac"): PASS if debug: FAIL
FAIL

View File

@ -1,12 +1,8 @@
[after-prepare-createHTMLDocument-fetch-error-external-module.html] [after-prepare-createHTMLDocument-fetch-error-external-module.html]
[<script> error: Move fetch-error external module script to createHTMLDocument after-prepare] [<script> error: Move fetch-error external module script to createHTMLDocument after-prepare]
expected: 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
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_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 webrender: PASS if not debug and (os == "android"): FAIL
if not debug and (os == "win") and webrender: PASS if debug: FAIL
if not debug and (os == "mac"): PASS
FAIL

View File

@ -2,22 +2,14 @@
[<script> load: Move parse-error external classic script to createHTMLDocument after-prepare] [<script> load: Move parse-error external classic script to createHTMLDocument after-prepare]
expected: 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_64"): ["PASS", "FAIL"]
if not debug and (os == "linux") and not webrender and (processor == "x86"): PASS
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 == "win") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
if not debug and (os == "linux") and webrender: PASS if not debug and (os == "android"): FAIL
if not debug and (os == "win") and webrender: PASS if debug: FAIL
if not debug and (os == "mac"): PASS
FAIL
[window error: Move parse-error external classic script to createHTMLDocument after-prepare] [window error: Move parse-error external classic script to createHTMLDocument after-prepare]
expected: 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
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 == "win") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
if not debug and (os == "linux") and webrender: PASS 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 == "android"): FAIL
if not debug and (os == "mac"): PASS if debug: FAIL
FAIL

View File

@ -1,23 +1,15 @@
[after-prepare-createHTMLDocument-parse-error-external-module.html] [after-prepare-createHTMLDocument-parse-error-external-module.html]
[window error: Move parse-error external module script to createHTMLDocument after-prepare] [window error: Move parse-error external module script to createHTMLDocument after-prepare]
expected: expected:
if not debug and (os == "linux") 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_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_64"): ["PASS", "FAIL"]
if not debug and (os == "win") and not webrender and (processor == "x86"): PASS if not debug and (os == "android"): FAIL
if not debug and (os == "linux") and webrender: PASS if debug: FAIL
if not debug and (os == "win") and webrender: PASS
if not debug and (os == "mac"): PASS
FAIL
[<script> load: Move parse-error external module script to createHTMLDocument after-prepare] [<script> load: Move parse-error external module script to createHTMLDocument after-prepare]
expected: 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"): 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_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 if not debug and (os == "android"): FAIL
if not debug and (os == "mac"): PASS if debug: FAIL
FAIL

View File

@ -1,23 +1,15 @@
[after-prepare-createHTMLDocument-success-external-classic.html] [after-prepare-createHTMLDocument-success-external-classic.html]
[Eval: Move success external classic script to createHTMLDocument after-prepare] [Eval: Move success external classic script to createHTMLDocument after-prepare]
expected: expected:
if not debug and (os == "linux") 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_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 == "win") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
if not debug and (os == "linux") and webrender: PASS if not debug and (os == "android"): FAIL
if not debug and (os == "win") and webrender: PASS if debug: FAIL
if not debug and (os == "mac"): PASS
FAIL
[<script> load: Move success external classic script to createHTMLDocument after-prepare] [<script> load: Move success external classic script to createHTMLDocument after-prepare]
expected: 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 == "win") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
if not debug and (os == "linux") 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_64"): ["PASS", "FAIL"]
if not debug and (os == "win") and webrender: PASS if not debug and (os == "android"): FAIL
if not debug and (os == "linux") and webrender: PASS if debug: FAIL
if not debug and (os == "mac"): PASS
FAIL

View File

@ -1,23 +1,15 @@
[after-prepare-createHTMLDocument-success-external-module.html] [after-prepare-createHTMLDocument-success-external-module.html]
[<script> load: Move success external module script to createHTMLDocument after-prepare] [<script> load: Move success external module script to createHTMLDocument after-prepare]
expected: 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
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_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 if not debug and (os == "android"): FAIL
if not debug and (os == "mac"): PASS if debug: FAIL
FAIL
[Eval: Move success external module script to createHTMLDocument after-prepare] [Eval: Move success external module script to createHTMLDocument after-prepare]
expected: 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
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 == "win") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
if not debug and (os == "linux") and webrender: PASS 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 == "android"): FAIL
if not debug and (os == "mac"): PASS if debug: FAIL
FAIL

View File

@ -1,33 +1,23 @@
[after-prepare-iframe-parse-error-external-classic.html] [after-prepare-iframe-parse-error-external-classic.html]
[<script> load: Move parse-error external classic script to iframe after-prepare] [<script> load: Move parse-error external classic script to iframe after-prepare]
expected: expected:
if not debug and (os == "linux") 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_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_64"): ["PASS", "FAIL"]
if not debug and (os == "win") and not webrender and (processor == "x86"): PASS if not debug and (os == "android"): FAIL
if not debug and (os == "linux") and webrender: PASS if debug: FAIL
if not debug and (os == "win") and webrender: PASS
if not debug and (os == "mac"): PASS
FAIL
[window error: Move parse-error external classic script to iframe after-prepare] [window error: Move parse-error external classic script to iframe after-prepare]
expected: 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_64"): ["PASS", "FAIL"]
if not debug and (os == "linux") and not webrender and (processor == "x86"): PASS
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 == "win") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
if not debug and (os == "linux") and webrender: PASS if not debug and (os == "android"): FAIL
if not debug and (os == "win") and webrender: PASS if debug: FAIL
if not debug and (os == "mac"): PASS
FAIL
[<script> error: Move parse-error external classic script to iframe after-prepare] [<script> error: Move parse-error external classic script to iframe after-prepare]
expected: expected:
if not debug and (os == "linux") and not webrender and (processor == "x86"): 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_64"): ["PASS", "FAIL"]
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 == "win") and not webrender and (processor == "x86_64"): ["FAIL", "PASS"]
if not debug and (os == "linux") and webrender: FAIL if not debug and (os == "android"): PASS
if not debug and (os == "win") and webrender: FAIL if debug: PASS
if not debug and (os == "mac"): FAIL FAIL

View File

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

View File

@ -1,12 +1,8 @@
[after-prepare-iframe-parse-error-inline-classic.html] [after-prepare-iframe-parse-error-inline-classic.html]
[window error: Move parse-error inline classic script to iframe after-prepare] [window error: Move parse-error inline classic script to iframe after-prepare]
expected: 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 == "win") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
if not debug and (os == "linux") 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_64"): ["PASS", "FAIL"]
if not debug and (os == "win") and webrender: PASS if not debug and (os == "android"): FAIL
if not debug and (os == "linux") and webrender: PASS if debug: FAIL
if not debug and (os == "mac"): PASS
FAIL

View File

@ -2,32 +2,22 @@
[<script> error: Move success external classic script to iframe after-prepare] [<script> error: Move success external classic script to iframe after-prepare]
expected: 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_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
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_64"): ["PASS", "FAIL"]
if not debug and (os == "win") and webrender: FAIL if not debug and (os == "android"): PASS
if not debug and (os == "linux") and webrender: FAIL if debug: PASS
if not debug and (os == "mac"): FAIL FAIL
[<script> load: Move success external classic script to iframe after-prepare] [<script> load: Move success external classic script to iframe after-prepare]
expected: expected:
if not debug and (os == "linux") 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 == "win") 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 not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
if not debug and (os == "linux") and webrender: PASS if not debug and (os == "android"): FAIL
if not debug and (os == "win") and webrender: PASS if debug: FAIL
if not debug and (os == "mac"): PASS
FAIL
[Eval: Move success external classic script to iframe after-prepare] [Eval: Move success external classic script to iframe after-prepare]
expected: 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
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_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 if not debug and (os == "android"): FAIL
if not debug and (os == "mac"): PASS if debug: FAIL
FAIL

View File

@ -1,33 +1,23 @@
[after-prepare-iframe-success-external-module.html] [after-prepare-iframe-success-external-module.html]
[<script> load: Move success external module script to iframe after-prepare] [<script> load: Move success external module script to iframe after-prepare]
expected: expected:
if not debug and (os == "linux") 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 == "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 == "win") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
if not debug and (os == "linux") and webrender: PASS 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 == "android"): FAIL
if not debug and (os == "mac"): PASS if debug: FAIL
FAIL
[Eval: Move success external module script to iframe after-prepare] [Eval: Move success external module script to iframe after-prepare]
expected: 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_64"): ["PASS", "FAIL"]
if not debug and (os == "linux") 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 == "win") and webrender: PASS if not debug and (os == "android"): FAIL
if not debug and (os == "linux") and webrender: PASS if debug: FAIL
if not debug and (os == "mac"): PASS
FAIL
[<script> error: Move success external module script to iframe after-prepare] [<script> error: Move success external module script to iframe after-prepare]
expected: 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_64"): ["PASS", "FAIL"]
if not debug and (os == "linux") 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 == "win") and webrender: FAIL if not debug and (os == "android"): PASS
if not debug and (os == "linux") and webrender: FAIL if debug: PASS
if not debug and (os == "mac"): FAIL FAIL

View File

@ -2,11 +2,7 @@
[Eval: Move success inline classic script to iframe after-prepare] [Eval: Move success inline classic script to iframe after-prepare]
expected: 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_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
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_64"): ["PASS", "FAIL"]
if not debug and (os == "win") and webrender: PASS if not debug and (os == "android"): FAIL
if not debug and (os == "linux") and webrender: PASS if debug: FAIL
if not debug and (os == "mac"): PASS
FAIL

View File

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

View File

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

View File

@ -1,31 +0,0 @@
[no-spacing.html]
[Spacing inside <mfrac>.]
expected: FAIL
[Spacing inside <munder>.]
expected: FAIL
[Spacing inside <mover>.]
expected: FAIL
[Spacing around <mroot>.]
expected: FAIL
[Spacing inside <msubsup>.]
expected: FAIL
[Spacing inside <munderover>.]
expected: FAIL
[Spacing inside <mmultiscripts>.]
expected: FAIL
[Spacing inside <msup>.]
expected: FAIL
[Spacing inside <msub>.]
expected: FAIL
[Spacing inside <mroot>.]
expected: FAIL

View File

@ -1,8 +1,8 @@
[operator-dictionary-spacing-004.html] [operator-dictionary-spacing-004.html]
[Operator dictionary chunk 3 - lspace/rspace] [Operator dictionary chunk 3 - lspace/rspace]
expected: 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 fission: ["PASS", "FAIL"]
if (os == "linux") and debug and webrender and not fission: ["PASS", "FAIL"]
if (os == "linux") and debug and not webrender: ["PASS", "FAIL"] if (os == "linux") and debug and not webrender: ["PASS", "FAIL"]
if (os == "linux") and not debug: ["PASS", "FAIL"] if (os == "linux") and not debug: ["PASS", "FAIL"]

View File

@ -1,7 +1,7 @@
[operator-dictionary-spacing-005.html] [operator-dictionary-spacing-005.html]
[Operator dictionary chunk 3 - lspace/rspace] [Operator dictionary chunk 3 - lspace/rspace]
expected: [PASS, FAIL] expected: ["PASS", "FAIL"]
[Operator dictionary chunk 1 - lspace/rspace] [Operator dictionary chunk 1 - lspace/rspace]
expected: [PASS, FAIL] expected: ["PASS", "FAIL"]

View File

@ -1,7 +0,0 @@
[root-parameters-2.html]
[RadicalKernBeforeDegree = -1em < 0]
expected: FAIL
[RadicalKernBeforeAfterDegree = -5em < -3em = -degree's inline size]
expected: FAIL

View File

@ -1,2 +0,0 @@
[presentational-hints-001.html]
expected: FAIL

View File

@ -1 +1 @@
lsan-allowed: [Alloc, CustomElementReactionsStack, MakeRefPtr, MakeUnique, Malloc, NewPage, Realloc, RefPtr, allocate, mozilla::BasePrincipal::CreateContentPrincipal, mozilla::WeakPtr, mozilla::dom::DocGroup::Create, mozilla::dom::DocGroup::DocGroup, mozilla::net::HttpBaseChannel::HttpBaseChannel, mozilla::net::HttpChannelChild::HttpChannelChild, mozilla::net::nsHttpHandler::NewProxiedChannel, mozilla::net::nsIOService::NewChannelFromURIWithProxyFlagsInternal, mozilla::net::nsStandardURL::TemplatedMutator, nsDynamicAtom::Create, nsNodeSupportsWeakRefTearoff::GetWeakReference, nsPrefetchService::EnqueueURI] lsan-allowed: [Alloc, CustomElementReactionsStack, MakeRefPtr, MakeUnique, Malloc, Realloc, RefPtr, allocate, mozilla::BasePrincipal::CreateContentPrincipal, mozilla::WeakPtr, mozilla::dom::DocGroup::Create, mozilla::dom::DocGroup::DocGroup, mozilla::net::HttpBaseChannel::HttpBaseChannel, mozilla::net::HttpChannelChild::HttpChannelChild, mozilla::net::nsHttpHandler::NewProxiedChannel, mozilla::net::nsIOService::NewChannelFromURIWithProxyFlagsInternal, mozilla::net::nsStandardURL::TemplatedMutator, nsDynamicAtom::Create, nsNodeSupportsWeakRefTearoff::GetWeakReference, nsPrefetchService::EnqueueURI]

View File

@ -1,2 +1,2 @@
local: c1be28b9a5b779d788d11fe9458fe8608b68dee9 local: c1be28b9a5b779d788d11fe9458fe8608b68dee9
upstream: 15536297d85ebc2e9e0235fa69a6e7d4bec93231 upstream: 79acbca8950b24bbe7b5fb038c0e1cd0bc4e6891

View File

@ -1,13 +0,0 @@
[parent-yes-child1-no-child2-no-children-different.sub.https.html]
[Parent to child1: messageerror event must occur]
expected: FAIL
[Parent to child2: messageerror event must occur]
expected: FAIL
[Parent to child1: setting document.domain must not give sync access]
expected: FAIL
[Parent to child2: setting document.domain must not give sync access]
expected: FAIL

View File

@ -1,13 +0,0 @@
[parent-yes-child1-no-child2-no-children-same.sub.https.html]
[Parent to child1: messageerror event must occur]
expected: FAIL
[Parent to child2: messageerror event must occur]
expected: FAIL
[Parent to child1: setting document.domain must not give sync access]
expected: FAIL
[Parent to child2: setting document.domain must not give sync access]
expected: FAIL

View File

@ -1,8 +1,8 @@
[manifest-utf8-with-bom.https.html] [manifest-utf8-with-bom.https.html]
expected: expected:
if (os == "linux") and debug: OK if (os == "linux") and debug: OK
if os == "android": OK
if os == "mac": OK if os == "mac": OK
if os == "android": OK
[OK, TIMEOUT] [OK, TIMEOUT]
[Expected originPolicyIDs check] [Expected originPolicyIDs check]
expected: FAIL expected: FAIL

View File

@ -1,7 +1,8 @@
[double-content-security.https.html] [double-content-security.https.html]
expected: expected:
if (os == "win") and not webrender and (processor == "x86_64") and not debug: ["OK", "TIMEOUT"]
if (os == "win") and not webrender and (processor == "x86_64") and debug: ["OK", "TIMEOUT"]
if (os == "win") and not webrender and (processor == "x86"): ["OK", "TIMEOUT"] if (os == "win") and not webrender and (processor == "x86"): ["OK", "TIMEOUT"]
if (os == "win") and not webrender and (processor == "x86_64"): ["TIMEOUT", "OK"]
if (os == "win") and webrender: ["OK", "TIMEOUT"] if (os == "win") and webrender: ["OK", "TIMEOUT"]
if os == "mac": ["OK", "TIMEOUT"] if os == "mac": ["OK", "TIMEOUT"]
[img loading must be disallowed] [img loading must be disallowed]

View File

@ -1,5 +1,6 @@
[double-policies.https.html] [double-policies.https.html]
expected: expected:
if (os == "mac") and not debug: ["TIMEOUT", "OK"]
if os == "android": OK if os == "android": OK
[OK, TIMEOUT] [OK, TIMEOUT]
[img loading must be disallowed] [img loading must be disallowed]

View File

@ -1,5 +1,8 @@
[valid-with-multi-item-array.https.html] [valid-with-multi-item-array.https.html]
expected: [OK, TIMEOUT] expected:
if (os == "win") and (processor == "x86_64") and debug and not webrender: ["TIMEOUT", "OK"]
if (os == "mac") and not debug: ["TIMEOUT", "OK"]
[OK, TIMEOUT]
[img loading must be disallowed] [img loading must be disallowed]
expected: FAIL expected: FAIL

View File

@ -1,6 +1,6 @@
[valid-with-semicolon.https.html] [valid-with-semicolon.https.html]
expected: expected:
if (os == "win") and webrender and not debug and fission: ["TIMEOUT", "OK"] if (os == "win") and debug and webrender: ["TIMEOUT", "OK"]
if (os == "android") and not debug: OK if (os == "android") and not debug: OK
if (os == "linux") and debug: OK if (os == "linux") and debug: OK
if os == "mac": OK if os == "mac": OK

View File

@ -1,9 +1,9 @@
[mix-of-ids.https.html] [mix-of-ids.https.html]
expected: expected:
if (os == "win") and not debug and not fission and (processor == "x86_64") and not webrender: ["TIMEOUT", "OK"] if (os == "win") and debug and webrender: ["TIMEOUT", "OK"]
if (os == "linux") and debug: OK if (os == "linux") and debug: OK
if os == "android": OK
if os == "mac": OK if os == "mac": OK
if os == "android": OK
[OK, TIMEOUT] [OK, TIMEOUT]
[Expected originPolicyIDs check] [Expected originPolicyIDs check]
expected: FAIL expected: FAIL

View File

@ -1,8 +1,6 @@
[two-ids.https.html] [two-ids.https.html]
expected: expected:
if (os == "win") and debug and not webrender and (processor == "x86"): ["TIMEOUT", "OK"] if (os == "win") and not webrender and (processor == "x86_64") and debug: ["TIMEOUT", "OK"]
if (os == "win") and debug and webrender: ["TIMEOUT", "OK"]
if (os == "win") and not debug and (processor == "x86"): ["TIMEOUT", "OK"]
if os == "android": OK if os == "android": OK
[OK, TIMEOUT] [OK, TIMEOUT]
[Expected originPolicyIDs check] [Expected originPolicyIDs check]

View File

@ -1,5 +1,7 @@
[pointerevent_lostpointercapture_is_first.html] [pointerevent_lostpointercapture_is_first.html]
expected:
if (os == "android") and not e10s: ERROR
[lostpointercapture is dispatched prior to subsequent events] [lostpointercapture is dispatched prior to subsequent events]
expected: expected:
if (os == "linux") and debug and not webrender: ["PASS", "FAIL"] if (os == "android") and not e10s: NOTRUN

View File

@ -1,10 +1,10 @@
[pointerevent_getCoalescedEvents_when_pointerlocked.html] [pointerevent_getCoalescedEvents_when_pointerlocked.html]
[mouse pointermove getCoalescedEvents when lock test] [mouse pointermove getCoalescedEvents when lock test]
expected: expected:
if (os == "linux") and (processor == "x86_64") and debug and not webrender: ["PASS", "FAIL"] if not webrender and (os == "linux") and not debug and (processor == "x86"): ["PASS", "FAIL"]
if (os == "win") and (processor == "x86_64") and debug and webrender: ["PASS", "FAIL"] if not webrender and (os == "win") and not debug and (processor == "x86"): ["PASS", "FAIL"]
if (os == "win") and (processor == "x86_64") and not debug and not webrender: ["PASS", "FAIL"] if not webrender and (os == "win") and debug: ["PASS", "FAIL"]
if (os == "win") and (processor == "x86"): ["PASS", "FAIL"] if not webrender and (os == "mac"): ["PASS", "FAIL"]
if os == "android": ["PASS", "FAIL"] if not webrender and (os == "android"): ["PASS", "FAIL"]
[FAIL, PASS] [FAIL, PASS]

View File

@ -1,7 +1,5 @@
[pointerevent_movementxy.html] [pointerevent_movementxy.html]
expected: expected: [ERROR, OK]
if (processor == "x86") and (os == "linux"): ["OK", "ERROR"]
[ERROR, OK]
[mouse pointerevent attributes] [mouse pointerevent attributes]
expected: FAIL expected: FAIL

View File

@ -1,10 +1,7 @@
[pointerevent_movementxy_with_pointerlock.html] [pointerevent_movementxy_with_pointerlock.html]
[mouse pointerevent movementX/Y with pointerlock test] [mouse pointerevent movementX/Y with pointerlock test]
expected: expected:
if debug and (os == "linux") and fission: ["FAIL", "PASS"] if (os == "linux") and webrender and debug and not fission: ["FAIL", "PASS"]
if debug and (os == "win") and (processor == "x86"): ["FAIL", "PASS"] if (os == "linux") and not webrender and debug: ["FAIL", "PASS"]
if not debug and (os == "win") and fission: ["FAIL", "PASS"]
if debug and (os == "android"): ["FAIL", "PASS"]
if not debug and (os == "mac"): ["FAIL", "PASS"]
[PASS, FAIL] [PASS, FAIL]

View File

@ -2,7 +2,5 @@
[pointer locked pointermove events received for button state changes] [pointer locked pointermove events received for button state changes]
expected: expected:
if (os == "linux") and debug and webrender: ["FAIL", "PASS"] if (os == "linux") and debug and webrender: ["FAIL", "PASS"]
if (os == "linux") and debug and not webrender: ["FAIL", "PASS"]
if (os == "linux") and not debug and fission: ["FAIL", "PASS"]
[PASS, FAIL] [PASS, FAIL]

View File

@ -1,15 +1,9 @@
[change-layout-in-error.html] [change-layout-in-error.html]
[Changing layout in window error handler should not result in lifecyle loop when resize observer loop limit is reached.] [Changing layout in window error handler should not result in lifecyle loop when resize observer loop limit is reached.]
expected: expected:
if not debug and (os == "linux") and (processor == "x86_64") and webrender and not fission: ["FAIL", "PASS"] if not debug and (os == "linux") and not fission and (processor == "x86_64") and not webrender: ["FAIL", "PASS"]
if not debug and (os == "linux") and (processor == "x86_64") and webrender and fission: ["FAIL", "PASS"] if not debug and (os == "win") and not webrender and (processor == "x86_64"): ["FAIL", "PASS"]
if not debug and (os == "win") and not fission and not webrender and (processor == "x86"): ["FAIL", "PASS"] if not debug and (os == "linux") and fission: ["FAIL", "PASS"]
if not debug and (os == "win") and not fission and not webrender and (processor == "x86_64"): ["FAIL", "PASS"] if debug: FAIL
if not debug and (os == "linux") and (processor == "x86_64") and not webrender: ["PASS", "FAIL"] [PASS, FAIL]
if not debug and (os == "win") and not fission and webrender: ["FAIL", "PASS"]
if not debug and (os == "linux") and (processor == "x86"): ["PASS", "FAIL"]
if not debug and (os == "win") and fission: ["PASS", "FAIL"]
if not debug and (os == "mac"): ["PASS", "FAIL"]
if not debug and (os == "android"): ["FAIL", "PASS"]
FAIL

View File

@ -1,8 +1,9 @@
[event-before-promise.html] [event-before-promise.html]
expected: expected:
if (os == "linux") and not webrender and not debug: ["ERROR", "OK"] if (os == "linux") and webrender and debug and not fission: ["ERROR", "OK"]
if (os == "mac") and debug: ["ERROR", "OK"] if (os == "mac") and debug: ["ERROR", "OK"]
if (os == "win") and (processor == "x86"): ["ERROR", "OK"] if (os == "win") and (processor == "x86"): ["ERROR", "OK"]
if (os == "linux") and not webrender: ["ERROR", "OK"]
if os == "android": ["TIMEOUT", "OK", "ERROR"] if os == "android": ["TIMEOUT", "OK", "ERROR"]
[OK, ERROR] [OK, ERROR]
[The 'change' event must fire before the [[orientationPendingPromise\]\] is resolved.] [The 'change' event must fire before the [[orientationPendingPromise\]\] is resolved.]

View File

@ -1,9 +1,10 @@
[lock-unlock-check.html] [lock-unlock-check.html]
expected: expected:
if (os == "linux") and not webrender and not debug and (processor == "x86"): ["ERROR", "OK"]
if (os == "linux") and not webrender and debug: ["ERROR", "OK"] if (os == "linux") and not webrender and debug: ["ERROR", "OK"]
if (os == "linux") and not webrender and not debug: ["ERROR", "OK"]
if (os == "mac") and debug: ["ERROR", "OK"]
if (os == "mac") and not debug: ["ERROR", "OK"]
if (os == "win") and (processor == "x86"): ["ERROR", "OK"] if (os == "win") and (processor == "x86"): ["ERROR", "OK"]
if os == "mac": ["ERROR", "OK"]
if os == "android": ["TIMEOUT", "OK", "ERROR"] if os == "android": ["TIMEOUT", "OK", "ERROR"]
[OK, ERROR] [OK, ERROR]
[Re-locking orientation during event dispatch must reject existing orientationPendingPromise] [Re-locking orientation during event dispatch must reject existing orientationPendingPromise]

View File

@ -1,11 +1,11 @@
[onchange-event.html] [onchange-event.html]
expected: expected:
if (os == "linux") and webrender and fission and not debug: ["OK", "ERROR"] if (os == "linux") and webrender and not debug and fission: ["ERROR", "OK"]
if (os == "linux") and webrender and fission and debug: ["OK", "ERROR"] if (os == "mac") and debug: ["ERROR", "OK"]
if (os == "mac") and debug: ["OK", "ERROR"] if (os == "linux") and not webrender: ["ERROR", "OK"]
if (os == "win") and (processor == "x86_64"): ["OK", "ERROR"] if (os == "win") and (processor == "x86"): ["ERROR", "OK"]
if os == "android": ["TIMEOUT", "OK", "ERROR"] if os == "android": ["TIMEOUT", "OK", "ERROR"]
[ERROR, OK] [OK, ERROR]
[Test that orientationchange event is fired when the orientation changes.] [Test that orientationchange event is fired when the orientation changes.]
expected: expected:
if os == "android": TIMEOUT if os == "android": TIMEOUT

View File

@ -1,7 +1,7 @@
[orientation-reading.html] [orientation-reading.html]
expected: expected:
if (os == "linux") and not debug and (processor == "x86_64") and webrender and not fission: ["OK", "ERROR"] if (os == "linux") and not fission and debug and webrender: ["OK", "ERROR"]
if (os == "linux") and not debug and (processor == "x86"): ["OK", "ERROR"] if (os == "linux") and fission and debug: ["OK", "ERROR"]
if (os == "win") and (processor == "x86_64"): ["OK", "ERROR"] if (os == "win") and (processor == "x86_64"): ["OK", "ERROR"]
if os == "android": ["TIMEOUT", "OK", "ERROR"] if os == "android": ["TIMEOUT", "OK", "ERROR"]
[ERROR, OK] [ERROR, OK]

View File

@ -1,7 +0,0 @@
[element-based-offset-unresolved.html]
[A valid element-based offset's target should be a descendant of timeline's source]
expected: FAIL
[A valid element-based offset's target should have a layout box]
expected: FAIL

View File

@ -1,6 +1,8 @@
[correct-events-for-short-animations-with-syncbases.html] [correct-events-for-short-animations-with-syncbases.html]
[Correct events for short animations with syncbases] [Correct events for short animations with syncbases]
expected: expected:
if debug and (os == "mac"): ["FAIL", "PASS"] if not fission and (processor == "x86_64") and (os == "linux") and webrender and debug: ["FAIL", "PASS"]
if not fission and (processor == "x86_64") and (os == "win") and debug and webrender: ["FAIL", "PASS"]
if not fission and (processor == "x86_64") and (os == "mac") and debug: ["FAIL", "PASS"]
[PASS, FAIL] [PASS, FAIL]

View File

@ -4,5 +4,6 @@
[Check if onhover events reset correctly when triggered multiple times] [Check if onhover events reset correctly when triggered multiple times]
expected: expected:
if webrender and (os == "linux") and not debug: ["FAIL", "PASS"] if webrender and (os == "linux") and not debug: ["FAIL", "PASS"]
if webrender and (os == "linux") and debug: ["FAIL", "PASS"]
[PASS, FAIL] [PASS, FAIL]

View File

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

View File

@ -8,13 +8,12 @@
[addTrack, then creating negotiated datachannel, should negotiate properly] [addTrack, then creating negotiated datachannel, should negotiate properly]
expected: expected:
if (processor == "x86") and (os == "win") and not debug: ["NOTRUN", "PASS", "TIMEOUT"] if (processor == "x86") and not debug and (os == "win"): ["TIMEOUT", "PASS", "NOTRUN"]
if (processor == "x86") and (os == "linux"): ["PASS", "TIMEOUT", "NOTRUN"] if (processor == "x86") and not debug and (os == "linux"): ["PASS", "TIMEOUT", "NOTRUN"]
[New negotiated datachannel should be in the connecting state after creation (after connection establishment)] [New negotiated datachannel should be in the connecting state after creation (after connection establishment)]
expected: expected:
if (processor == "x86") and (os == "win") and not debug: ["TIMEOUT", "PASS"] if (processor == "x86") and not debug: ["PASS", "TIMEOUT"]
if (processor == "x86") and (os == "linux"): ["PASS", "TIMEOUT"]
[addTrack, then creating negotiated datachannel, should negotiate properly when max-bundle is used] [addTrack, then creating negotiated datachannel, should negotiate properly when max-bundle is used]
expected: expected:

View File

@ -4,10 +4,10 @@
'use strict'; 'use strict';
// https://wicg.github.io/background-sync/spec/ // https://wicg.github.io/BackgroundSync/spec/
idl_test( idl_test(
['background-sync'], ['BackgroundSync'],
['service-workers', 'html', 'dom'], ['service-workers', 'html', 'dom'],
idlArray => { idlArray => {
const isServiceWorker = location.pathname.includes('.serviceworker.'); const isServiceWorker = location.pathname.includes('.serviceworker.');

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<title>Embedded Enforcement: blocked iframes are cross-origin.</title> <title>Embedded Enforcement: blocked iframe are cross-origin.</title>
<script src="/resources/testharness.js"></script> <script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script> <script src="/resources/testharnessreport.js"></script>
<script src="support/testharness-helper.sub.js"></script> <script src="support/testharness-helper.sub.js"></script>
@ -11,48 +11,22 @@
let SecurityError = 18; let SecurityError = 18;
promise_test(async () => { let tests = [
let iframe = document.createElement("iframe"); {name: "Same-origin" , origin: getOrigin()},
let loaded = new Promise(r => iframe.onload = r); {name: "Cross-origin", origin: getCrossOrigin()},
iframe.csp = "script-src 'none'"; ];
iframe.src = getCrossOrigin() + "common/blank.html";
document.body.appendChild(iframe);
await loaded;
assert_throws_dom(SecurityError, () => iframe.contentWindow.document);
}, "Document blocked by embedded enforcement and its parent are cross-origin");
promise_test(async () => { for(test of tests) {
// Create an iframe that would have been same-origin with the blocked iframe promise_test(async () => {
// if it wasn't blocked. let iframe = document.createElement("iframe");
let helper_frame = document.createElement("iframe"); let loaded = new Promise(r => iframe.onload = r);
let loaded_helper = new Promise(r => helper_frame.onload = r); iframe.csp = "script-src 'none'";
helper_frame.src = getCrossOrigin() + iframe.src = test.origin + "common/blank.html";
"content-security-policy/embedded-enforcement/support/executor.html" document.body.appendChild(iframe);
document.body.appendChild(helper_frame); await loaded;
await loaded_helper; assert_throws_dom(SecurityError, () => iframe.contentWindow.document);
}, `${test.name} document blocked by embedded enforcement must appear cross-origin`);
let reply = new Promise(r => window.onmessage = r); }
helper_frame.contentWindow.postMessage(`
let test = function() {
if (parent.frames.length != 2)
return "Error: Wrong number of iframes";
if (parent.frames[1] != window)
return "Error: Wrong frame index for the second iframe";
// Try to access frames[0] from frames[1]. This must fail.
try {
parent.frames[0].contentWindow;
return "Error: The error page appears same-origin";
} catch(dom_exception) {
return dom_exception.code;
}
};
parent.postMessage(test(), '*');
`, '*');
assert_equals((await reply).data, SecurityError);
}, "Two same-origin iframes must appear as cross-origin when one is blocked");
</script> </script>
</body> </body>

View File

@ -1,3 +0,0 @@
<script>
window.onmessage = event => eval(event.data);
</script>

View File

@ -11,7 +11,6 @@
<style type="text/css"><![CDATA[ <style type="text/css"><![CDATA[
table table
{ {
font: 16px monospace;
border-collapse: separate; border-collapse: separate;
border: blue solid medium; border: blue solid medium;
border-spacing: 0px; border-spacing: 0px;
@ -34,6 +33,7 @@
td td
{ {
color: navy;
padding: 0; padding: 0;
} }
]]></style> ]]></style>

View File

@ -10,8 +10,8 @@
<link rel="match" href="c414-flt-fit-000-ref.xht" /> <link rel="match" href="c414-flt-fit-000-ref.xht" />
<style type="text/css"><![CDATA[ <style type="text/css"><![CDATA[
div { font: 16px monospace; border: solid blue; padding: 1em; width: 14em; margin: 10px; } div { border: solid blue; padding: 1em; width: 14em; margin: 10px; }
div p { margin: 0; width: 5em; float: left; } div p { margin: 0; width: 5em; float: left; color: navy; }
]]></style> ]]></style>
</head> </head>
@ -22,7 +22,7 @@
<p> 2 </p> <p> 2 </p>
<p> 4 </p> <p> 4 </p>
3 3
5&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <!-- the font is set to monospace so we know how wide a nbsp is --> 5&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;
</div> </div>
</body> </body>
</html> </html>

View File

@ -5,7 +5,6 @@
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#propdef-min-height" /> <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#propdef-min-height" />
<link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#min-max-heights" /> <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#min-max-heights" />
<link rel="match" href="../../reference/pass_if_square_96px_black.html" />
<meta name="flags" content="" /> <meta name="flags" content="" />
<meta name="assert" content="The 'min-height' property applies to elements with 'display' set to 'table'." /> <meta name="assert" content="The 'min-height' property applies to elements with 'display' set to 'table'." />
<style type="text/css"> <style type="text/css">
@ -37,4 +36,4 @@
</div> </div>
</div> </div>
</body> </body>
</html> </html>

View File

@ -5,7 +5,6 @@
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#propdef-min-height" /> <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#propdef-min-height" />
<link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#min-max-heights" /> <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#min-max-heights" />
<link rel="match" href="../../reference/pass_if_square_96px_black.html" />
<meta name="flags" content="" /> <meta name="flags" content="" />
<meta name="assert" content="The 'min-height' property applies to elements with 'display' set to 'inline-table'." /> <meta name="assert" content="The 'min-height' property applies to elements with 'display' set to 'inline-table'." />
<style type="text/css"> <style type="text/css">
@ -37,4 +36,4 @@
</div> </div>
</div> </div>
</body> </body>
</html> </html>

View File

@ -214,7 +214,9 @@ table.simple {
is to ensure that most tests are automatable (i.e. they're either is to ensure that most tests are automatable (i.e. they're either
reftests or use <code>testharness.js</code>). Even where manual tests reftests or use <code>testharness.js</code>). Even where manual tests
are absolutely necessary they should be written so that they can be are absolutely necessary they should be written so that they can be
easily automated. This means that even if a manual test requires user easily automated as there are on-going efforts to make
WebDriver [<cite><a class="bibref" href="#bib-webdriver">webdriver</a></cite>] automated tests a first class citizen in W3C
testing. This means that even if a manual test requires user
interaction, the validation or PASS/FAIL conditions should still be interaction, the validation or PASS/FAIL conditions should still be
clear enough as to allow automatic validation if said interaction is clear enough as to allow automatic validation if said interaction is
later automated. later automated.

View File

@ -1,51 +0,0 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Grid Layout Test: Self-Baseline alignment along column-axis on fixed sized grids and synthesized baselines</title>
<link rel="author" title="Javier Fernandez Garcia-Boente" href="mailto:jfernandez@igalia.com">
<link rel="help" href="https://drafts.csswg.org/css-grid-1/#alignment">
<link rel="help" href="https://drafts.csswg.org/css-grid-1/#column-align">
<link rel="help" href="https://drafts.csswg.org/css-align-3/#propdef-align-items">
<link rel="help" href="https://drafts.csswg.org/css-align-3/#baseline-alignment">
<link rel="help" href="https://drafts.csswg.org/css-align-3/#valdef-justify-self-baseline">
<link rel="help" href="https://drafts.csswg.org/css-align/#synthesize-baseline">
<link rel="stylesheet" href="/css/support/grid.css">
<link rel="stylesheet" href="../../support/alignment.css">
<meta name="assert" content="Grid items orthogonal to the Baseline Alignment Context should use their border-box 'under' edge as synthesized baseline.">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
body { overflow: scroll; }
.container { position: relative; }
.grid {
position: relative;
grid-template-rows: 150px;
text-orientation: sideways;
font: 20px/1 Ahem;
}
.width100 { width: 100px; }
.width200 { width: 200px; }
.width300 { width: 300px; }
.bigFont { font-size: 50px; }
</style>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/resources/check-layout-th.js"></script>
<script type="text/javascript">
setup({ explicit_done: true });
</script>
<body onload="document.fonts.ready.then(() => { checkLayout('.grid'); })">
<pre>verticalLR grid and parallel items</pre>
<div class="grid width100 alignItemsBaseline">
<div class="firstRowFirstColumn verticalLR" data-offset-x="0" data-offset-y="0" data-expected-width="35" data-expected-height="120">É É ÉÉ</div>
<div class="firstRowSecondColumn verticalLR bigFont" data-offset-x="35" data-offset-y="70" data-expected-width="65" data-expected-height="50">É</div>
</div>
<pre>verticalRL grid and parallel items</pre>
<div class="grid width100 alignItemsBaseline">
<div class="firstRowFirstColumn verticalRL" data-offset-x="0" data-offset-y="0" data-expected-width="35" data-expected-height="120">É É ÉÉ</div>
<div class="firstRowSecondColumn verticalRL bigFont" data-offset-x="35" data-offset-y="70" data-expected-width="65" data-expected-height="50">É</div>
</div>
</body>

View File

@ -1,55 +0,0 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Grid Layout Test: Self-Baseline alignment along row-axis on content-sized grids and synthesized baselines</title>
<link rel="author" title="Javier Fernandez Garcia-Boente" href="mailto:jfernandez@igalia.com">
<link rel="help" href="https://drafts.csswg.org/css-grid-1/#alignment">
<link rel="help" href="https://drafts.csswg.org/css-grid-1/#row-align">
<link rel="help" href="https://drafts.csswg.org/css-align-3/#propdef-justify-items">
<link rel="help" href="https://drafts.csswg.org/css-align-3/#baseline-alignment">
<link rel="help" href="https://drafts.csswg.org/css-align-3/#valdef-justify-self-baseline">
<link rel="help" href="https://drafts.csswg.org/css-align/#synthesize-baseline">
<link rel="stylesheet" href="/css/support/grid.css">
<link rel="stylesheet" href="../../support/alignment.css">
<meta name="assert" content="Grid items orthogonal to the Baseline Alignment Context should use their border-box 'under' edge as synthesized baseline.">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
body { overflow: scroll; }
.container { position: relative; }
.grid {
position: relative;
grid-template-columns: 150px;
text-orientation: sideways;
font: 20px/1 Ahem;
}
.width100 { width: 100px; }
.width200 { width: 200px; }
.width300 { width: 300px; }
.bigFont { font-size: 50px; }
</style>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/resources/check-layout-th.js"></script>
<script type="text/javascript">
setup({ explicit_done: true });
</script>
<body onload="document.fonts.ready.then(() => { checkLayout('.grid'); })">
<pre>verticalLR grid and parallel items</pre>
<div class="container width100 verticalLR">
<div class="grid justifyItemsBaseline">
<div class="firstRowFirstColumn" data-offset-x="0" data-offset-y="0" data-expected-width="20" data-expected-height="120">É É ÉÉ</div>
<div class="secondRowFirstColumn bigFont" data-offset-x="20" data-offset-y="70" data-expected-width="50" data-expected-height="50">É</div>
</div>
</div>
<pre>verticalRL grid and parallel items</pre>
<div class="container width100 verticalRL">
<div class="grid justifyItemsBaseline">
<div class="firstRowFirstColumn" data-offset-x="50" data-offset-y="0" data-expected-width="20" data-expected-height="120">É É ÉÉ</div>
<div class="secondRowFirstColumn bigFont" data-offset-x="0" data-offset-y="70" data-expected-width="50" data-expected-height="50">É</div>
</div>
</div>
</body>

View File

@ -1,24 +0,0 @@
<!DOCTYPE html>
<title>CSS Masking: Test clip-path property with overflow:scroll</title>
<link rel="help" href="http://www.w3.org/TR/css-masking-1/#clip-path-property">
<link rel="match" href="reference/clip-path-scroll-ref.html">
<html class="reftest-wait">
<p>The test passes if there is a green square containing text (which can be scrolled
with mouse wheel or touch). No scrollbars should be seen.</p>
<div id="target" style="clip-path: polygon(10px 10px, 10px 100px, 100px 100px, 100px 10px);
width: 200px; height: 200px; overflow: scroll; background: red">
<div style="position: relative; top: 100px;
width: 100px; height: 100px; background: green">
</div>
<div style="height: 1000px"></div>
</div>
<script>
requestAnimationFrame(() => {
requestAnimationFrame(() => {
target.scrollTop = 100;
document.documentElement.classList.remove("reftest-wait");
});
});
</script>
</html>

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