diff --git a/testing/marionette/reftest.js b/testing/marionette/reftest.js index 9a2802361d4e..3309289b1263 100644 --- a/testing/marionette/reftest.js +++ b/testing/marionette/reftest.js @@ -128,7 +128,7 @@ reftest.Runner = class { let reftestWin = this.parentWindow.open( "chrome://marionette/content/reftest.xul", "reftest", - `chrome,height=${height},width=${width}`); + `chrome,height=${width},width=${height}`); await new Promise(resolve => { reftestWin.addEventListener("load", resolve, {once: true}); @@ -460,21 +460,16 @@ max-width: ${width}px; max-height: ${height}px`; let ctxInterface = win.CanvasRenderingContext2D; let flags = ctxInterface.DRAWWINDOW_DRAW_CARET | - ctxInterface.DRAWWINDOW_DRAW_VIEW | - ctxInterface.DRAWWINDOW_USE_WIDGET_LAYERS; + ctxInterface.DRAWWINDOW_DRAW_VIEW; - if (!(0 <= browserRect.left && - 0 <= browserRect.top && - win.innerWidth >= browserRect.width && - win.innerHeight >= browserRect.height)) { - logger.error(`Invalid window dimensions: -browserRect.left: ${browserRect.left} -browserRect.top: ${browserRect.top} -win.innerWidth: ${win.innerWidth} -browserRect.width: ${browserRect.width} -win.innerHeight: ${win.innerHeight} -browserRect.height: ${browserRect.height}`); - throw new Error("Window has incorrect dimensions"); + if (0 <= browserRect.left && + 0 <= browserRect.top && + win.innerWidth >= browserRect.width && + win.innerHeight >= browserRect.height) { + logger.debug("Using DRAWWINDOW_USE_WIDGET_LAYERS"); + flags |= ctxInterface.DRAWWINDOW_USE_WIDGET_LAYERS; + } else { + logger.debug("Not using DRAWWINDOW_USE_WIDGET_LAYERS"); } url = new URL(url).href; // normalize the URL diff --git a/testing/web-platform/meta/2dcontext/imagebitmap/createImageBitmap-origin.sub.html.ini b/testing/web-platform/meta/2dcontext/imagebitmap/createImageBitmap-origin.sub.html.ini index 11819fa5a725..4f8324efc8de 100644 --- a/testing/web-platform/meta/2dcontext/imagebitmap/createImageBitmap-origin.sub.html.ini +++ b/testing/web-platform/meta/2dcontext/imagebitmap/createImageBitmap-origin.sub.html.ini @@ -2,9 +2,7 @@ prefs: [network.http.send_window_size:0] [redirected to same-origin HTMLVideoElement: origin unclear getImageData] expected: FAIL - [redirected to same-origin HTMLVideoElement: origin unclear 2dContext.drawImage] expected: FAIL - [redirected to same-origin HTMLVideoElement: origin unclear bitmaprenderer.transferFromImageBitmap] expected: FAIL diff --git a/testing/web-platform/meta/2dcontext/shadows/2d.shadow.enable.blur.html.ini b/testing/web-platform/meta/2dcontext/shadows/2d.shadow.enable.blur.html.ini deleted file mode 100644 index 7b9f9c8d9eeb..000000000000 --- a/testing/web-platform/meta/2dcontext/shadows/2d.shadow.enable.blur.html.ini +++ /dev/null @@ -1,5 +0,0 @@ -[2d.shadow.enable.blur.html] - [Shadows are drawn if shadowBlur is set] - expected: - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL - diff --git a/testing/web-platform/meta/WebIDL/ecmascript-binding/constructors.html.ini b/testing/web-platform/meta/WebIDL/ecmascript-binding/constructors.html.ini deleted file mode 100644 index 9d51bc5440c2..000000000000 --- a/testing/web-platform/meta/WebIDL/ecmascript-binding/constructors.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[constructors.html] - [Constructor in child window with bad NewTarget from parent window] - expected: FAIL - - [Constructor in parent window with bad NewTarget from child window] - expected: FAIL - diff --git a/testing/web-platform/meta/animation-worklet/animate-multiple-effects-on-different-targets-via-main-thread.https.html.ini b/testing/web-platform/meta/animation-worklet/animate-multiple-effects-on-different-targets-via-main-thread.https.html.ini deleted file mode 100644 index c5e9c45b3fda..000000000000 --- a/testing/web-platform/meta/animation-worklet/animate-multiple-effects-on-different-targets-via-main-thread.https.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[animate-multiple-effects-on-different-targets-via-main-thread.https.html] - [Animating multiple effects on different targets via main thread should produce new output values accordingly] - expected: FAIL - diff --git a/testing/web-platform/meta/animation-worklet/animate-non-accelerated-property.https.html.ini b/testing/web-platform/meta/animation-worklet/animate-non-accelerated-property.https.html.ini deleted file mode 100644 index 6e7696499e42..000000000000 --- a/testing/web-platform/meta/animation-worklet/animate-non-accelerated-property.https.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[animate-non-accelerated-property.https.html] - [Individual worklet animation should output values at specified local time for corresponding targets and effects] - expected: FAIL - diff --git a/testing/web-platform/meta/animation-worklet/animator-animate.https.html.ini b/testing/web-platform/meta/animation-worklet/animator-animate.https.html.ini deleted file mode 100644 index 930e2c63e464..000000000000 --- a/testing/web-platform/meta/animation-worklet/animator-animate.https.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[animator-animate.https.html] - [Simple worklet animation should output values at specified local time] - expected: FAIL - diff --git a/testing/web-platform/meta/animation-worklet/animator-with-options.https.html.ini b/testing/web-platform/meta/animation-worklet/animator-with-options.https.html.ini deleted file mode 100644 index 3002077ecdd9..000000000000 --- a/testing/web-platform/meta/animation-worklet/animator-with-options.https.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[animator-with-options.https.html] - [Animator should be able to use options to update the animation] - expected: FAIL - diff --git a/testing/web-platform/meta/animation-worklet/cancel-non-accelerated-property.https.html.ini b/testing/web-platform/meta/animation-worklet/cancel-non-accelerated-property.https.html.ini deleted file mode 100644 index 118894430033..000000000000 --- a/testing/web-platform/meta/animation-worklet/cancel-non-accelerated-property.https.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[cancel-non-accelerated-property.https.html] - [Animation should update the outputs after starting and then return to pre-animated values after being cancelled] - expected: FAIL - diff --git a/testing/web-platform/meta/animation-worklet/current-time.https.html.ini b/testing/web-platform/meta/animation-worklet/current-time.https.html.ini index 95581e54be00..3bdb0f7dcbf4 100644 --- a/testing/web-platform/meta/animation-worklet/current-time.https.html.ini +++ b/testing/web-platform/meta/animation-worklet/current-time.https.html.ini @@ -1,5 +1,4 @@ [current-time.https.html] - expected: ERROR [The current time returns the hold time when set] expected: FAIL diff --git a/testing/web-platform/meta/animation-worklet/multiple-effects-on-same-target-driven-by-individual-local-time.https.html.ini b/testing/web-platform/meta/animation-worklet/multiple-effects-on-same-target-driven-by-individual-local-time.https.html.ini deleted file mode 100644 index b65fd2fd53f7..000000000000 --- a/testing/web-platform/meta/animation-worklet/multiple-effects-on-same-target-driven-by-individual-local-time.https.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[multiple-effects-on-same-target-driven-by-individual-local-time.https.html] - [Animating multiple effects on the same target using effect specific local time should output values\n relative to each effects unique local time] - expected: FAIL - diff --git a/testing/web-platform/meta/bluetooth/idl/idlharness.tentative.https.window.js.ini b/testing/web-platform/meta/bluetooth/idl/idlharness.tentative.https.window.js.ini index 572085316b5c..f67d7c996fd1 100644 --- a/testing/web-platform/meta/bluetooth/idl/idlharness.tentative.https.window.js.ini +++ b/testing/web-platform/meta/bluetooth/idl/idlharness.tentative.https.window.js.ini @@ -533,12 +533,3 @@ [Navigator interface: navigator must inherit property "bluetooth" with the proper type] expected: FAIL - [Bluetooth interface: navigator.bluetooth must inherit property "onadvertisementreceived" with the proper type] - expected: FAIL - - [Bluetooth interface: attribute onadvertisementreceived] - expected: FAIL - - [BluetoothDevice interface: attribute onadvertisementreceived] - expected: FAIL - diff --git a/testing/web-platform/meta/client-hints/sec-ch-ua.https.html.ini b/testing/web-platform/meta/client-hints/sec-ch-ua.https.html.ini deleted file mode 100644 index f7d9c18935f9..000000000000 --- a/testing/web-platform/meta/client-hints/sec-ch-ua.https.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[sec-ch-ua.https.html] - [Open HTTPS window post-opt-in: `Sec-CH-UA` header with minor version.] - expected: FAIL - - [Open HTTPS window prior to opt-in: `Sec-CH-UA` header with minor version.] - expected: FAIL - diff --git a/testing/web-platform/meta/clipboard-apis/async-navigator-clipboard-basics.https.html.ini b/testing/web-platform/meta/clipboard-apis/async-navigator-clipboard-basics.https.html.ini index bfdb28731892..31b3fbcac5b0 100644 --- a/testing/web-platform/meta/clipboard-apis/async-navigator-clipboard-basics.https.html.ini +++ b/testing/web-platform/meta/clipboard-apis/async-navigator-clipboard-basics.https.html.ini @@ -11,12 +11,3 @@ [navigator.clipboard.read() succeeds] expected: FAIL - [navigator.clipboard.write(text/plain Blob) succeeds] - expected: FAIL - - [navigator.clipboard.read() succeeds] - expected: FAIL - - [navigator.clipboard.write(image/png Blob) succeeds] - expected: FAIL - diff --git a/testing/web-platform/meta/compat/webkit-text-fill-color-property-002.html.ini b/testing/web-platform/meta/compat/webkit-text-fill-color-property-002.html.ini index 52fd32a12bcf..a19f97970d42 100644 --- a/testing/web-platform/meta/compat/webkit-text-fill-color-property-002.html.ini +++ b/testing/web-platform/meta/compat/webkit-text-fill-color-property-002.html.ini @@ -1,4 +1,4 @@ [webkit-text-fill-color-property-002.html] prefs: [layout.css.prefixes.webkit:true] expected: - if os == "android": FAIL + if (os == "android"): FAIL diff --git a/testing/web-platform/meta/content-security-policy/navigate-to/child-navigates-parent-allowed.html.ini b/testing/web-platform/meta/content-security-policy/navigate-to/child-navigates-parent-allowed.html.ini index feb383f40be9..9fb22e3c6c38 100644 --- a/testing/web-platform/meta/content-security-policy/navigate-to/child-navigates-parent-allowed.html.ini +++ b/testing/web-platform/meta/content-security-policy/navigate-to/child-navigates-parent-allowed.html.ini @@ -1,3 +1,3 @@ [child-navigates-parent-allowed.html] disabled: - if os == "linux": https://bugzilla.mozilla.org/show_bug.cgi?id=1450660 + if (os == "linux"): https://bugzilla.mozilla.org/show_bug.cgi?id=1450660 diff --git a/testing/web-platform/meta/css/CSS2/abspos/abspos-containing-block-initial-009a.xht.ini b/testing/web-platform/meta/css/CSS2/abspos/abspos-containing-block-initial-009a.xht.ini deleted file mode 100644 index c530e1ad42bf..000000000000 --- a/testing/web-platform/meta/css/CSS2/abspos/abspos-containing-block-initial-009a.xht.ini +++ /dev/null @@ -1,3 +0,0 @@ -[abspos-containing-block-initial-009a.xht] - expected: - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL diff --git a/testing/web-platform/meta/css/CSS2/abspos/abspos-containing-block-initial-009b.xht.ini b/testing/web-platform/meta/css/CSS2/abspos/abspos-containing-block-initial-009b.xht.ini deleted file mode 100644 index 2fc1f5d8bf3b..000000000000 --- a/testing/web-platform/meta/css/CSS2/abspos/abspos-containing-block-initial-009b.xht.ini +++ /dev/null @@ -1,3 +0,0 @@ -[abspos-containing-block-initial-009b.xht] - expected: - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL diff --git a/testing/web-platform/meta/css/CSS2/abspos/abspos-containing-block-initial-009e.xht.ini b/testing/web-platform/meta/css/CSS2/abspos/abspos-containing-block-initial-009e.xht.ini deleted file mode 100644 index 98a73faccbab..000000000000 --- a/testing/web-platform/meta/css/CSS2/abspos/abspos-containing-block-initial-009e.xht.ini +++ /dev/null @@ -1,3 +0,0 @@ -[abspos-containing-block-initial-009e.xht] - expected: - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL diff --git a/testing/web-platform/meta/css/CSS2/abspos/abspos-containing-block-initial-009f.xht.ini b/testing/web-platform/meta/css/CSS2/abspos/abspos-containing-block-initial-009f.xht.ini deleted file mode 100644 index c4b1ad1aa46c..000000000000 --- a/testing/web-platform/meta/css/CSS2/abspos/abspos-containing-block-initial-009f.xht.ini +++ /dev/null @@ -1,3 +0,0 @@ -[abspos-containing-block-initial-009f.xht] - expected: - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL diff --git a/testing/web-platform/meta/css/CSS2/backgrounds/background-003.xht.ini b/testing/web-platform/meta/css/CSS2/backgrounds/background-003.xht.ini index 84394e2b2140..ff05b3b0573f 100644 --- a/testing/web-platform/meta/css/CSS2/backgrounds/background-003.xht.ini +++ b/testing/web-platform/meta/css/CSS2/backgrounds/background-003.xht.ini @@ -1,3 +1,3 @@ [background-003.xht] expected: - if os == "android": FAIL + if (os == "android"): FAIL diff --git a/testing/web-platform/meta/css/CSS2/backgrounds/background-root-002.xht.ini b/testing/web-platform/meta/css/CSS2/backgrounds/background-root-002.xht.ini new file mode 100644 index 000000000000..e35fd17f4480 --- /dev/null +++ b/testing/web-platform/meta/css/CSS2/backgrounds/background-root-002.xht.ini @@ -0,0 +1,3 @@ +[background-root-002.xht] + expected: + if (os == "linux"): FAIL diff --git a/testing/web-platform/meta/css/CSS2/backgrounds/background-root-006.xht.ini b/testing/web-platform/meta/css/CSS2/backgrounds/background-root-006.xht.ini new file mode 100644 index 000000000000..c643f174cec9 --- /dev/null +++ b/testing/web-platform/meta/css/CSS2/backgrounds/background-root-006.xht.ini @@ -0,0 +1,3 @@ +[background-root-006.xht] + expected: + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/CSS2/borders/border-applies-to-001.xht.ini b/testing/web-platform/meta/css/CSS2/borders/border-applies-to-001.xht.ini index 244adfa1ec7a..b4a59b059534 100644 --- a/testing/web-platform/meta/css/CSS2/borders/border-applies-to-001.xht.ini +++ b/testing/web-platform/meta/css/CSS2/borders/border-applies-to-001.xht.ini @@ -1,3 +1,3 @@ [border-applies-to-001.xht] expected: - if os == "mac": FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/CSS2/borders/border-applies-to-002.xht.ini b/testing/web-platform/meta/css/CSS2/borders/border-applies-to-002.xht.ini index 06c733874ba1..8981a40740d8 100644 --- a/testing/web-platform/meta/css/CSS2/borders/border-applies-to-002.xht.ini +++ b/testing/web-platform/meta/css/CSS2/borders/border-applies-to-002.xht.ini @@ -1,3 +1,3 @@ [border-applies-to-002.xht] expected: - if os == "mac": FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/CSS2/borders/border-applies-to-003.xht.ini b/testing/web-platform/meta/css/CSS2/borders/border-applies-to-003.xht.ini index ddbc130562c4..2336065f27c0 100644 --- a/testing/web-platform/meta/css/CSS2/borders/border-applies-to-003.xht.ini +++ b/testing/web-platform/meta/css/CSS2/borders/border-applies-to-003.xht.ini @@ -1,3 +1,3 @@ [border-applies-to-003.xht] expected: - if os == "mac": FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/CSS2/borders/border-applies-to-005.xht.ini b/testing/web-platform/meta/css/CSS2/borders/border-applies-to-005.xht.ini index a89e71f2b043..1c77edfffbe5 100644 --- a/testing/web-platform/meta/css/CSS2/borders/border-applies-to-005.xht.ini +++ b/testing/web-platform/meta/css/CSS2/borders/border-applies-to-005.xht.ini @@ -1,3 +1,3 @@ [border-applies-to-005.xht] expected: - if os == "mac": FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/CSS2/borders/border-applies-to-006.xht.ini b/testing/web-platform/meta/css/CSS2/borders/border-applies-to-006.xht.ini index d2f9e545ba29..ba5a558110b5 100644 --- a/testing/web-platform/meta/css/CSS2/borders/border-applies-to-006.xht.ini +++ b/testing/web-platform/meta/css/CSS2/borders/border-applies-to-006.xht.ini @@ -1,4 +1,4 @@ [border-applies-to-006.xht] expected: - if os == "win": FAIL - if os == "mac": FAIL + if (os == "win"): FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/CSS2/borders/border-applies-to-012.xht.ini b/testing/web-platform/meta/css/CSS2/borders/border-applies-to-012.xht.ini index 2556d87a1089..1ac0b269c4b4 100644 --- a/testing/web-platform/meta/css/CSS2/borders/border-applies-to-012.xht.ini +++ b/testing/web-platform/meta/css/CSS2/borders/border-applies-to-012.xht.ini @@ -1,4 +1,4 @@ [border-applies-to-012.xht] expected: - if os == "win": FAIL - if os == "mac": FAIL + if (os == "win"): FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/CSS2/borders/border-applies-to-013.xht.ini b/testing/web-platform/meta/css/CSS2/borders/border-applies-to-013.xht.ini index a283a8875ef4..cc2133bead5f 100644 --- a/testing/web-platform/meta/css/CSS2/borders/border-applies-to-013.xht.ini +++ b/testing/web-platform/meta/css/CSS2/borders/border-applies-to-013.xht.ini @@ -1,3 +1,3 @@ [border-applies-to-013.xht] expected: - if os == "mac": FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/CSS2/borders/border-applies-to-014.xht.ini b/testing/web-platform/meta/css/CSS2/borders/border-applies-to-014.xht.ini index d15c78d55e26..b9122cf24e46 100644 --- a/testing/web-platform/meta/css/CSS2/borders/border-applies-to-014.xht.ini +++ b/testing/web-platform/meta/css/CSS2/borders/border-applies-to-014.xht.ini @@ -1,3 +1,3 @@ [border-applies-to-014.xht] expected: - if os == "mac": FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/CSS2/borders/border-right-width-095.xht.ini b/testing/web-platform/meta/css/CSS2/borders/border-right-width-095.xht.ini new file mode 100644 index 000000000000..94e978fce1cc --- /dev/null +++ b/testing/web-platform/meta/css/CSS2/borders/border-right-width-095.xht.ini @@ -0,0 +1,4 @@ +[border-right-width-095.xht] + expected: + if (os == "linux"): FAIL + if (os == "android"): FAIL diff --git a/testing/web-platform/meta/css/CSS2/box-display/block-in-inline-001.xht.ini b/testing/web-platform/meta/css/CSS2/box-display/block-in-inline-001.xht.ini index a97a9bd30d0c..943c8529398c 100644 --- a/testing/web-platform/meta/css/CSS2/box-display/block-in-inline-001.xht.ini +++ b/testing/web-platform/meta/css/CSS2/box-display/block-in-inline-001.xht.ini @@ -1,5 +1,5 @@ [block-in-inline-001.xht] expected: - if os == "win": FAIL - if os == "mac": FAIL - if os == "android": FAIL + if (os == "win"): FAIL + if (os == "mac"): FAIL + if (os == "android"): FAIL diff --git a/testing/web-platform/meta/css/CSS2/box-display/block-in-inline-002.xht.ini b/testing/web-platform/meta/css/CSS2/box-display/block-in-inline-002.xht.ini index 016f2212965d..b632fed03ee4 100644 --- a/testing/web-platform/meta/css/CSS2/box-display/block-in-inline-002.xht.ini +++ b/testing/web-platform/meta/css/CSS2/box-display/block-in-inline-002.xht.ini @@ -1,5 +1,5 @@ [block-in-inline-002.xht] expected: - if os == "win": FAIL - if os == "mac": FAIL - if os == "android": FAIL + if (os == "win"): FAIL + if (os == "mac"): FAIL + if (os == "android"): FAIL diff --git a/testing/web-platform/meta/css/CSS2/css1/c5525-fltmult-000.xht.ini b/testing/web-platform/meta/css/CSS2/css1/c5525-fltmult-000.xht.ini new file mode 100644 index 000000000000..9168554d7e6f --- /dev/null +++ b/testing/web-platform/meta/css/CSS2/css1/c5525-fltmult-000.xht.ini @@ -0,0 +1,2 @@ +[c5525-fltmult-000.xht] + expected: FAIL diff --git a/testing/web-platform/meta/css/CSS2/fonts/font-011.xht.ini b/testing/web-platform/meta/css/CSS2/fonts/font-011.xht.ini index 8dfbe4dfbf20..6cdc34186e99 100644 --- a/testing/web-platform/meta/css/CSS2/fonts/font-011.xht.ini +++ b/testing/web-platform/meta/css/CSS2/fonts/font-011.xht.ini @@ -1,3 +1,3 @@ [font-011.xht] expected: - if os == "win": FAIL + if (os == "win"): FAIL diff --git a/testing/web-platform/meta/css/CSS2/fonts/font-012.xht.ini b/testing/web-platform/meta/css/CSS2/fonts/font-012.xht.ini index 4bc3eb359ef5..9b9717ae7823 100644 --- a/testing/web-platform/meta/css/CSS2/fonts/font-012.xht.ini +++ b/testing/web-platform/meta/css/CSS2/fonts/font-012.xht.ini @@ -1,3 +1,3 @@ [font-012.xht] expected: - if os == "win": FAIL + if (os == "win"): FAIL diff --git a/testing/web-platform/meta/css/CSS2/fonts/font-013.xht.ini b/testing/web-platform/meta/css/CSS2/fonts/font-013.xht.ini index bcda3290ae9f..b0e4ffbdb4f7 100644 --- a/testing/web-platform/meta/css/CSS2/fonts/font-013.xht.ini +++ b/testing/web-platform/meta/css/CSS2/fonts/font-013.xht.ini @@ -1,3 +1,3 @@ [font-013.xht] expected: - if os == "win": FAIL + if (os == "win"): FAIL diff --git a/testing/web-platform/meta/css/CSS2/fonts/font-014.xht.ini b/testing/web-platform/meta/css/CSS2/fonts/font-014.xht.ini index 33c1e67e6919..18e6de436139 100644 --- a/testing/web-platform/meta/css/CSS2/fonts/font-014.xht.ini +++ b/testing/web-platform/meta/css/CSS2/fonts/font-014.xht.ini @@ -1,3 +1,3 @@ [font-014.xht] expected: - if os == "win": FAIL + if (os == "win"): FAIL diff --git a/testing/web-platform/meta/css/CSS2/fonts/font-015.xht.ini b/testing/web-platform/meta/css/CSS2/fonts/font-015.xht.ini index 393f42c2ec6e..b449ac7ac630 100644 --- a/testing/web-platform/meta/css/CSS2/fonts/font-015.xht.ini +++ b/testing/web-platform/meta/css/CSS2/fonts/font-015.xht.ini @@ -1,3 +1,3 @@ [font-015.xht] expected: - if os == "win": FAIL + if (os == "win"): FAIL diff --git a/testing/web-platform/meta/css/CSS2/fonts/font-016.xht.ini b/testing/web-platform/meta/css/CSS2/fonts/font-016.xht.ini index 39abbd145a3d..4a31113804de 100644 --- a/testing/web-platform/meta/css/CSS2/fonts/font-016.xht.ini +++ b/testing/web-platform/meta/css/CSS2/fonts/font-016.xht.ini @@ -1,3 +1,3 @@ [font-016.xht] expected: - if os == "win": FAIL + if (os == "win"): FAIL diff --git a/testing/web-platform/meta/css/CSS2/fonts/font-029.xht.ini b/testing/web-platform/meta/css/CSS2/fonts/font-029.xht.ini index ee15192d0efb..120db0fa8593 100644 --- a/testing/web-platform/meta/css/CSS2/fonts/font-029.xht.ini +++ b/testing/web-platform/meta/css/CSS2/fonts/font-029.xht.ini @@ -1,3 +1,3 @@ [font-029.xht] expected: - if os == "win": FAIL + if (os == "win"): FAIL diff --git a/testing/web-platform/meta/css/CSS2/fonts/font-030.xht.ini b/testing/web-platform/meta/css/CSS2/fonts/font-030.xht.ini index f124773f9921..97ef4abb305a 100644 --- a/testing/web-platform/meta/css/CSS2/fonts/font-030.xht.ini +++ b/testing/web-platform/meta/css/CSS2/fonts/font-030.xht.ini @@ -1,3 +1,3 @@ [font-030.xht] expected: - if os == "win": FAIL + if (os == "win"): FAIL diff --git a/testing/web-platform/meta/css/CSS2/fonts/font-031.xht.ini b/testing/web-platform/meta/css/CSS2/fonts/font-031.xht.ini index 306004b7354f..968183cafe2b 100644 --- a/testing/web-platform/meta/css/CSS2/fonts/font-031.xht.ini +++ b/testing/web-platform/meta/css/CSS2/fonts/font-031.xht.ini @@ -1,3 +1,3 @@ [font-031.xht] expected: - if os == "win": FAIL + if (os == "win"): FAIL diff --git a/testing/web-platform/meta/css/CSS2/fonts/font-032.xht.ini b/testing/web-platform/meta/css/CSS2/fonts/font-032.xht.ini index c693ea66dada..37b5002e4c9c 100644 --- a/testing/web-platform/meta/css/CSS2/fonts/font-032.xht.ini +++ b/testing/web-platform/meta/css/CSS2/fonts/font-032.xht.ini @@ -1,3 +1,3 @@ [font-032.xht] expected: - if os == "win": FAIL + if (os == "win"): FAIL diff --git a/testing/web-platform/meta/css/CSS2/fonts/font-042.xht.ini b/testing/web-platform/meta/css/CSS2/fonts/font-042.xht.ini index 821041c1b4fe..f20150f0c859 100644 --- a/testing/web-platform/meta/css/CSS2/fonts/font-042.xht.ini +++ b/testing/web-platform/meta/css/CSS2/fonts/font-042.xht.ini @@ -1,3 +1,3 @@ [font-042.xht] expected: - if os == "win": FAIL + if (os == "win"): FAIL diff --git a/testing/web-platform/meta/css/CSS2/fonts/font-043.xht.ini b/testing/web-platform/meta/css/CSS2/fonts/font-043.xht.ini index ec58c5e6cbe2..33fe0e8c4af6 100644 --- a/testing/web-platform/meta/css/CSS2/fonts/font-043.xht.ini +++ b/testing/web-platform/meta/css/CSS2/fonts/font-043.xht.ini @@ -1,3 +1,3 @@ [font-043.xht] expected: - if os == "win": FAIL + if (os == "win"): FAIL diff --git a/testing/web-platform/meta/css/CSS2/fonts/font-applies-to-001.xht.ini b/testing/web-platform/meta/css/CSS2/fonts/font-applies-to-001.xht.ini index bf7caf274ce5..d4287c3b29d3 100644 --- a/testing/web-platform/meta/css/CSS2/fonts/font-applies-to-001.xht.ini +++ b/testing/web-platform/meta/css/CSS2/fonts/font-applies-to-001.xht.ini @@ -1,3 +1,3 @@ [font-applies-to-001.xht] expected: - if os == "mac": FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/CSS2/fonts/font-applies-to-007.xht.ini b/testing/web-platform/meta/css/CSS2/fonts/font-applies-to-007.xht.ini index ea85e27b2329..5b1d0ab1d434 100644 --- a/testing/web-platform/meta/css/CSS2/fonts/font-applies-to-007.xht.ini +++ b/testing/web-platform/meta/css/CSS2/fonts/font-applies-to-007.xht.ini @@ -1,3 +1,3 @@ [font-applies-to-007.xht] expected: - if os == "mac": FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/CSS2/fonts/font-applies-to-017.xht.ini b/testing/web-platform/meta/css/CSS2/fonts/font-applies-to-017.xht.ini index db6e174aae82..4e1d8467adc4 100644 --- a/testing/web-platform/meta/css/CSS2/fonts/font-applies-to-017.xht.ini +++ b/testing/web-platform/meta/css/CSS2/fonts/font-applies-to-017.xht.ini @@ -1,3 +1,3 @@ [font-applies-to-017.xht] expected: - if os == "mac": FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/CSS2/fonts/font-family-013.xht.ini b/testing/web-platform/meta/css/CSS2/fonts/font-family-013.xht.ini index d1e4b938f095..fff831e14432 100644 --- a/testing/web-platform/meta/css/CSS2/fonts/font-family-013.xht.ini +++ b/testing/web-platform/meta/css/CSS2/fonts/font-family-013.xht.ini @@ -1,3 +1,3 @@ [font-family-013.xht] expected: - if os == "win": FAIL + if (os == "win"): FAIL diff --git a/testing/web-platform/meta/css/CSS2/fonts/font-family-applies-to-001.xht.ini b/testing/web-platform/meta/css/CSS2/fonts/font-family-applies-to-001.xht.ini index 9dbdcce0bb81..89edeb4f476c 100644 --- a/testing/web-platform/meta/css/CSS2/fonts/font-family-applies-to-001.xht.ini +++ b/testing/web-platform/meta/css/CSS2/fonts/font-family-applies-to-001.xht.ini @@ -1,4 +1,4 @@ [font-family-applies-to-001.xht] expected: - if os == "win": FAIL - if os == "android": FAIL + if (os == "win"): FAIL + if (os == "android"): FAIL diff --git a/testing/web-platform/meta/css/CSS2/fonts/font-family-applies-to-002.xht.ini b/testing/web-platform/meta/css/CSS2/fonts/font-family-applies-to-002.xht.ini index 4f73566ac25e..d86671e371ec 100644 --- a/testing/web-platform/meta/css/CSS2/fonts/font-family-applies-to-002.xht.ini +++ b/testing/web-platform/meta/css/CSS2/fonts/font-family-applies-to-002.xht.ini @@ -1,4 +1,4 @@ [font-family-applies-to-002.xht] expected: - if os == "win": FAIL - if os == "android": FAIL + if (os == "win"): FAIL + if (os == "android"): FAIL diff --git a/testing/web-platform/meta/css/CSS2/fonts/font-family-applies-to-005.xht.ini b/testing/web-platform/meta/css/CSS2/fonts/font-family-applies-to-005.xht.ini index ea7dc19eef91..223b80e72f95 100644 --- a/testing/web-platform/meta/css/CSS2/fonts/font-family-applies-to-005.xht.ini +++ b/testing/web-platform/meta/css/CSS2/fonts/font-family-applies-to-005.xht.ini @@ -1,4 +1,4 @@ [font-family-applies-to-005.xht] expected: - if os == "win": FAIL - if os == "android": FAIL + if (os == "win"): FAIL + if (os == "android"): FAIL diff --git a/testing/web-platform/meta/css/CSS2/fonts/font-family-applies-to-006.xht.ini b/testing/web-platform/meta/css/CSS2/fonts/font-family-applies-to-006.xht.ini index ac83ba9febcf..d89e0812d4ac 100644 --- a/testing/web-platform/meta/css/CSS2/fonts/font-family-applies-to-006.xht.ini +++ b/testing/web-platform/meta/css/CSS2/fonts/font-family-applies-to-006.xht.ini @@ -1,4 +1,4 @@ [font-family-applies-to-006.xht] expected: - if os == "win": FAIL - if os == "android": FAIL + if (os == "win"): FAIL + if (os == "android"): FAIL diff --git a/testing/web-platform/meta/css/CSS2/fonts/font-family-applies-to-007.xht.ini b/testing/web-platform/meta/css/CSS2/fonts/font-family-applies-to-007.xht.ini index 2eee58937de1..2cf62a682b8c 100644 --- a/testing/web-platform/meta/css/CSS2/fonts/font-family-applies-to-007.xht.ini +++ b/testing/web-platform/meta/css/CSS2/fonts/font-family-applies-to-007.xht.ini @@ -1,4 +1,4 @@ [font-family-applies-to-007.xht] expected: - if os == "win": FAIL - if os == "android": FAIL + if (os == "win"): FAIL + if (os == "android"): FAIL diff --git a/testing/web-platform/meta/css/CSS2/fonts/font-family-applies-to-008.xht.ini b/testing/web-platform/meta/css/CSS2/fonts/font-family-applies-to-008.xht.ini index 1dc0c7cc6852..e4b8fb785c10 100644 --- a/testing/web-platform/meta/css/CSS2/fonts/font-family-applies-to-008.xht.ini +++ b/testing/web-platform/meta/css/CSS2/fonts/font-family-applies-to-008.xht.ini @@ -1,4 +1,4 @@ [font-family-applies-to-008.xht] expected: - if os == "win": FAIL - if os == "android": FAIL + if (os == "win"): FAIL + if (os == "android"): FAIL diff --git a/testing/web-platform/meta/css/CSS2/fonts/font-family-applies-to-009.xht.ini b/testing/web-platform/meta/css/CSS2/fonts/font-family-applies-to-009.xht.ini index ee963373c1c2..713cadc269ce 100644 --- a/testing/web-platform/meta/css/CSS2/fonts/font-family-applies-to-009.xht.ini +++ b/testing/web-platform/meta/css/CSS2/fonts/font-family-applies-to-009.xht.ini @@ -1,4 +1,4 @@ [font-family-applies-to-009.xht] expected: - if os == "win": FAIL - if os == "android": FAIL + if (os == "win"): FAIL + if (os == "android"): FAIL diff --git a/testing/web-platform/meta/css/CSS2/fonts/font-family-applies-to-010.xht.ini b/testing/web-platform/meta/css/CSS2/fonts/font-family-applies-to-010.xht.ini index fc4b764fa83c..985bd864c84e 100644 --- a/testing/web-platform/meta/css/CSS2/fonts/font-family-applies-to-010.xht.ini +++ b/testing/web-platform/meta/css/CSS2/fonts/font-family-applies-to-010.xht.ini @@ -1,4 +1,4 @@ [font-family-applies-to-010.xht] expected: - if os == "win": FAIL - if os == "android": FAIL + if (os == "win"): FAIL + if (os == "android"): FAIL diff --git a/testing/web-platform/meta/css/CSS2/fonts/font-family-applies-to-011.xht.ini b/testing/web-platform/meta/css/CSS2/fonts/font-family-applies-to-011.xht.ini index f6bb8fdf7273..62b7bc77fa14 100644 --- a/testing/web-platform/meta/css/CSS2/fonts/font-family-applies-to-011.xht.ini +++ b/testing/web-platform/meta/css/CSS2/fonts/font-family-applies-to-011.xht.ini @@ -1,4 +1,4 @@ [font-family-applies-to-011.xht] expected: - if os == "win": FAIL - if os == "android": FAIL + if (os == "win"): FAIL + if (os == "android"): FAIL diff --git a/testing/web-platform/meta/css/CSS2/fonts/font-family-applies-to-014.xht.ini b/testing/web-platform/meta/css/CSS2/fonts/font-family-applies-to-014.xht.ini index a3bd9eb2d84b..bb2d1a5ade7b 100644 --- a/testing/web-platform/meta/css/CSS2/fonts/font-family-applies-to-014.xht.ini +++ b/testing/web-platform/meta/css/CSS2/fonts/font-family-applies-to-014.xht.ini @@ -1,4 +1,4 @@ [font-family-applies-to-014.xht] expected: - if os == "win": FAIL - if os == "android": FAIL + if (os == "win"): FAIL + if (os == "android"): FAIL diff --git a/testing/web-platform/meta/css/CSS2/fonts/font-family-applies-to-015.xht.ini b/testing/web-platform/meta/css/CSS2/fonts/font-family-applies-to-015.xht.ini index 20ce80431dce..516972ee878b 100644 --- a/testing/web-platform/meta/css/CSS2/fonts/font-family-applies-to-015.xht.ini +++ b/testing/web-platform/meta/css/CSS2/fonts/font-family-applies-to-015.xht.ini @@ -1,4 +1,4 @@ [font-family-applies-to-015.xht] expected: - if os == "win": FAIL - if os == "android": FAIL + if (os == "win"): FAIL + if (os == "android"): FAIL diff --git a/testing/web-platform/meta/css/CSS2/fonts/font-family-applies-to-017.xht.ini b/testing/web-platform/meta/css/CSS2/fonts/font-family-applies-to-017.xht.ini index 996a1e970a57..a81b193f1ed2 100644 --- a/testing/web-platform/meta/css/CSS2/fonts/font-family-applies-to-017.xht.ini +++ b/testing/web-platform/meta/css/CSS2/fonts/font-family-applies-to-017.xht.ini @@ -1,4 +1,4 @@ [font-family-applies-to-017.xht] expected: - if os == "win": FAIL - if os == "android": FAIL + if (os == "win"): FAIL + if (os == "android"): FAIL diff --git a/testing/web-platform/meta/css/CSS2/generated-content/content-175.xht.ini b/testing/web-platform/meta/css/CSS2/generated-content/content-175.xht.ini new file mode 100644 index 000000000000..6d8d2bb07d3f --- /dev/null +++ b/testing/web-platform/meta/css/CSS2/generated-content/content-175.xht.ini @@ -0,0 +1,2 @@ +[content-175.xht] + expected: FAIL diff --git a/testing/web-platform/meta/css/CSS2/generated-content/content-177.xht.ini b/testing/web-platform/meta/css/CSS2/generated-content/content-177.xht.ini index 89a2618c5be5..fe9b378983ad 100644 --- a/testing/web-platform/meta/css/CSS2/generated-content/content-177.xht.ini +++ b/testing/web-platform/meta/css/CSS2/generated-content/content-177.xht.ini @@ -1,5 +1,5 @@ [content-177.xht] expected: - if os == "win": FAIL - if os == "mac": FAIL - if os == "android": FAIL + if (os == "win"): FAIL + if (os == "mac"): FAIL + if (os == "android"): FAIL diff --git a/testing/web-platform/meta/css/CSS2/inline-svg-100-percent-in-body.html.ini b/testing/web-platform/meta/css/CSS2/inline-svg-100-percent-in-body.html.ini index ce2506ec8442..476027f13c85 100644 --- a/testing/web-platform/meta/css/CSS2/inline-svg-100-percent-in-body.html.ini +++ b/testing/web-platform/meta/css/CSS2/inline-svg-100-percent-in-body.html.ini @@ -1,3 +1,3 @@ [inline-svg-100-percent-in-body.html] expected: - if os == "mac": FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/CSS2/linebox/empty-inline-003.xht.ini b/testing/web-platform/meta/css/CSS2/linebox/empty-inline-003.xht.ini index 50643c9d6b5b..531fec23761a 100644 --- a/testing/web-platform/meta/css/CSS2/linebox/empty-inline-003.xht.ini +++ b/testing/web-platform/meta/css/CSS2/linebox/empty-inline-003.xht.ini @@ -1,4 +1,4 @@ [empty-inline-003.xht] expected: - if os == "win": FAIL - if os == "mac": FAIL + if (os == "win"): FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/CSS2/linebox/inline-formatting-context-002.xht.ini b/testing/web-platform/meta/css/CSS2/linebox/inline-formatting-context-002.xht.ini index 4d4697ccfdee..2438f8b47218 100644 --- a/testing/web-platform/meta/css/CSS2/linebox/inline-formatting-context-002.xht.ini +++ b/testing/web-platform/meta/css/CSS2/linebox/inline-formatting-context-002.xht.ini @@ -1,5 +1,5 @@ [inline-formatting-context-002.xht] expected: - if os == "win": FAIL - if os == "mac": FAIL - if os == "android": FAIL + if (os == "win"): FAIL + if (os == "mac"): FAIL + if (os == "android"): FAIL diff --git a/testing/web-platform/meta/css/CSS2/linebox/inline-formatting-context-003.xht.ini b/testing/web-platform/meta/css/CSS2/linebox/inline-formatting-context-003.xht.ini index 805ecfd6f935..9884674ddcd0 100644 --- a/testing/web-platform/meta/css/CSS2/linebox/inline-formatting-context-003.xht.ini +++ b/testing/web-platform/meta/css/CSS2/linebox/inline-formatting-context-003.xht.ini @@ -1,5 +1,5 @@ [inline-formatting-context-003.xht] expected: - if os == "win": FAIL - if os == "mac": FAIL - if os == "android": FAIL + if (os == "win"): FAIL + if (os == "mac"): FAIL + if (os == "android"): FAIL diff --git a/testing/web-platform/meta/css/CSS2/linebox/inline-formatting-context-004.xht.ini b/testing/web-platform/meta/css/CSS2/linebox/inline-formatting-context-004.xht.ini index 48b516d77eb3..ef9a3125b410 100644 --- a/testing/web-platform/meta/css/CSS2/linebox/inline-formatting-context-004.xht.ini +++ b/testing/web-platform/meta/css/CSS2/linebox/inline-formatting-context-004.xht.ini @@ -1,5 +1,5 @@ [inline-formatting-context-004.xht] expected: - if os == "win": FAIL - if os == "mac": FAIL - if os == "android": FAIL + if (os == "win"): FAIL + if (os == "mac"): FAIL + if (os == "android"): FAIL diff --git a/testing/web-platform/meta/css/CSS2/linebox/inline-formatting-context-005.xht.ini b/testing/web-platform/meta/css/CSS2/linebox/inline-formatting-context-005.xht.ini index 6bdbde75dd3b..efa9ec924538 100644 --- a/testing/web-platform/meta/css/CSS2/linebox/inline-formatting-context-005.xht.ini +++ b/testing/web-platform/meta/css/CSS2/linebox/inline-formatting-context-005.xht.ini @@ -1,5 +1,5 @@ [inline-formatting-context-005.xht] expected: - if os == "win": FAIL - if os == "mac": FAIL - if os == "android": FAIL + if (os == "win"): FAIL + if (os == "mac"): FAIL + if (os == "android"): FAIL diff --git a/testing/web-platform/meta/css/CSS2/linebox/inline-formatting-context-006.xht.ini b/testing/web-platform/meta/css/CSS2/linebox/inline-formatting-context-006.xht.ini index d81b800c6393..222862a832fa 100644 --- a/testing/web-platform/meta/css/CSS2/linebox/inline-formatting-context-006.xht.ini +++ b/testing/web-platform/meta/css/CSS2/linebox/inline-formatting-context-006.xht.ini @@ -1,5 +1,5 @@ [inline-formatting-context-006.xht] expected: - if os == "win": FAIL - if os == "mac": FAIL - if os == "android": FAIL + if (os == "win"): FAIL + if (os == "mac"): FAIL + if (os == "android"): FAIL diff --git a/testing/web-platform/meta/css/CSS2/linebox/inline-formatting-context-007.xht.ini b/testing/web-platform/meta/css/CSS2/linebox/inline-formatting-context-007.xht.ini index 7c9eeb9cc504..974a65ac107d 100644 --- a/testing/web-platform/meta/css/CSS2/linebox/inline-formatting-context-007.xht.ini +++ b/testing/web-platform/meta/css/CSS2/linebox/inline-formatting-context-007.xht.ini @@ -1,5 +1,5 @@ [inline-formatting-context-007.xht] expected: - if os == "win": FAIL - if os == "mac": FAIL - if os == "android": FAIL + if (os == "win"): FAIL + if (os == "mac"): FAIL + if (os == "android"): FAIL diff --git a/testing/web-platform/meta/css/CSS2/linebox/inline-formatting-context-013.xht.ini b/testing/web-platform/meta/css/CSS2/linebox/inline-formatting-context-013.xht.ini index f385302c5868..2f412541f028 100644 --- a/testing/web-platform/meta/css/CSS2/linebox/inline-formatting-context-013.xht.ini +++ b/testing/web-platform/meta/css/CSS2/linebox/inline-formatting-context-013.xht.ini @@ -1,3 +1,3 @@ [inline-formatting-context-013.xht] expected: - if os == "android": FAIL + if (os == "android"): FAIL diff --git a/testing/web-platform/meta/css/CSS2/linebox/vertical-align-baseline-004a.xht.ini b/testing/web-platform/meta/css/CSS2/linebox/vertical-align-baseline-004a.xht.ini new file mode 100644 index 000000000000..746ea0bc088d --- /dev/null +++ b/testing/web-platform/meta/css/CSS2/linebox/vertical-align-baseline-004a.xht.ini @@ -0,0 +1,5 @@ +[vertical-align-baseline-004a.xht] + expected: + if debug and (os == "linux") and (processor == "x86"): FAIL + if e10s and (os == "linux") and (processor == "x86_64"): FAIL + if not debug and e10s and (os == "linux") and (processor == "x86"): FAIL diff --git a/testing/web-platform/meta/css/CSS2/linebox/vertical-align-baseline-005a.xht.ini b/testing/web-platform/meta/css/CSS2/linebox/vertical-align-baseline-005a.xht.ini new file mode 100644 index 000000000000..e53b7e907c1b --- /dev/null +++ b/testing/web-platform/meta/css/CSS2/linebox/vertical-align-baseline-005a.xht.ini @@ -0,0 +1,5 @@ +[vertical-align-baseline-005a.xht] + expected: + if debug and (os == "linux") and (processor == "x86"): FAIL + if e10s and (os == "linux") and (processor == "x86_64"): FAIL + if not debug and e10s and (os == "linux") and (processor == "x86"): FAIL diff --git a/testing/web-platform/meta/css/CSS2/linebox/vertical-align-sub-001.xht.ini b/testing/web-platform/meta/css/CSS2/linebox/vertical-align-sub-001.xht.ini index 95feb428ea37..33ce2fff5a55 100644 --- a/testing/web-platform/meta/css/CSS2/linebox/vertical-align-sub-001.xht.ini +++ b/testing/web-platform/meta/css/CSS2/linebox/vertical-align-sub-001.xht.ini @@ -1,5 +1,5 @@ [vertical-align-sub-001.xht] expected: - if os == "win": FAIL - if os == "mac": FAIL - if os == "android": FAIL + if (os == "win"): FAIL + if (os == "mac"): FAIL + if (os == "android"): FAIL diff --git a/testing/web-platform/meta/css/CSS2/linebox/vertical-align-super-001.xht.ini b/testing/web-platform/meta/css/CSS2/linebox/vertical-align-super-001.xht.ini index 856ba9bf0703..64c18c7d2ab4 100644 --- a/testing/web-platform/meta/css/CSS2/linebox/vertical-align-super-001.xht.ini +++ b/testing/web-platform/meta/css/CSS2/linebox/vertical-align-super-001.xht.ini @@ -1,5 +1,5 @@ [vertical-align-super-001.xht] expected: - if os == "win": FAIL - if os == "mac": FAIL - if os == "android": FAIL + if (os == "win"): FAIL + if (os == "mac"): FAIL + if (os == "android"): FAIL diff --git a/testing/web-platform/meta/css/CSS2/margin-padding-clear/margin-collapse-001.xht.ini b/testing/web-platform/meta/css/CSS2/margin-padding-clear/margin-collapse-001.xht.ini new file mode 100644 index 000000000000..5c53f1fd7543 --- /dev/null +++ b/testing/web-platform/meta/css/CSS2/margin-padding-clear/margin-collapse-001.xht.ini @@ -0,0 +1,2 @@ +[margin-collapse-001.xht] + expected: FAIL diff --git a/testing/web-platform/meta/css/CSS2/margin-padding-clear/margin-collapse-020.xht.ini b/testing/web-platform/meta/css/CSS2/margin-padding-clear/margin-collapse-020.xht.ini index 36048df1267c..00412c7c8675 100644 --- a/testing/web-platform/meta/css/CSS2/margin-padding-clear/margin-collapse-020.xht.ini +++ b/testing/web-platform/meta/css/CSS2/margin-padding-clear/margin-collapse-020.xht.ini @@ -1,3 +1,3 @@ [margin-collapse-020.xht] expected: - if os == "android": FAIL + if (os == "android"): FAIL diff --git a/testing/web-platform/meta/css/CSS2/margin-padding-clear/margin-collapse-021.xht.ini b/testing/web-platform/meta/css/CSS2/margin-padding-clear/margin-collapse-021.xht.ini index ea32baa0fbda..61337d409acb 100644 --- a/testing/web-platform/meta/css/CSS2/margin-padding-clear/margin-collapse-021.xht.ini +++ b/testing/web-platform/meta/css/CSS2/margin-padding-clear/margin-collapse-021.xht.ini @@ -1,3 +1,3 @@ [margin-collapse-021.xht] expected: - if os == "android": FAIL + if (os == "android"): FAIL diff --git a/testing/web-platform/meta/css/CSS2/margin-padding-clear/margin-em-inherit-001.xht.ini b/testing/web-platform/meta/css/CSS2/margin-padding-clear/margin-em-inherit-001.xht.ini index ea82b7a668e0..080f73f7e08d 100644 --- a/testing/web-platform/meta/css/CSS2/margin-padding-clear/margin-em-inherit-001.xht.ini +++ b/testing/web-platform/meta/css/CSS2/margin-padding-clear/margin-em-inherit-001.xht.ini @@ -1,16 +1,2 @@ [margin-em-inherit-001.xht] - expected: - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - FAIL + expected: FAIL diff --git a/testing/web-platform/meta/css/CSS2/margin-padding-clear/margin-right-103.xht.ini b/testing/web-platform/meta/css/CSS2/margin-padding-clear/margin-right-103.xht.ini new file mode 100644 index 000000000000..6aabb949e432 --- /dev/null +++ b/testing/web-platform/meta/css/CSS2/margin-padding-clear/margin-right-103.xht.ini @@ -0,0 +1,2 @@ +[margin-right-103.xht] + expected: FAIL diff --git a/testing/web-platform/meta/css/CSS2/margin-padding-clear/margin-right-104.xht.ini b/testing/web-platform/meta/css/CSS2/margin-padding-clear/margin-right-104.xht.ini index 03690507e90c..c913e0f76446 100644 --- a/testing/web-platform/meta/css/CSS2/margin-padding-clear/margin-right-104.xht.ini +++ b/testing/web-platform/meta/css/CSS2/margin-padding-clear/margin-right-104.xht.ini @@ -1,9 +1,2 @@ [margin-right-104.xht] - expected: - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS + expected: FAIL diff --git a/testing/web-platform/meta/css/CSS2/margin-padding-clear/margin-right-113.xht.ini b/testing/web-platform/meta/css/CSS2/margin-padding-clear/margin-right-113.xht.ini new file mode 100644 index 000000000000..38651170f441 --- /dev/null +++ b/testing/web-platform/meta/css/CSS2/margin-padding-clear/margin-right-113.xht.ini @@ -0,0 +1,2 @@ +[margin-right-113.xht] + expected: FAIL diff --git a/testing/web-platform/meta/css/CSS2/normal-flow/blocks-020.xht.ini b/testing/web-platform/meta/css/CSS2/normal-flow/blocks-020.xht.ini new file mode 100644 index 000000000000..f3bfeeed7322 --- /dev/null +++ b/testing/web-platform/meta/css/CSS2/normal-flow/blocks-020.xht.ini @@ -0,0 +1,2 @@ +[blocks-020.xht] + expected: FAIL diff --git a/testing/web-platform/meta/css/CSS2/normal-flow/blocks-021.xht.ini b/testing/web-platform/meta/css/CSS2/normal-flow/blocks-021.xht.ini index 1f65bbbb2591..8df6897991e7 100644 --- a/testing/web-platform/meta/css/CSS2/normal-flow/blocks-021.xht.ini +++ b/testing/web-platform/meta/css/CSS2/normal-flow/blocks-021.xht.ini @@ -1,7 +1,2 @@ [blocks-021.xht] - expected: - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS + expected: FAIL diff --git a/testing/web-platform/meta/css/CSS2/normal-flow/blocks-022.xht.ini b/testing/web-platform/meta/css/CSS2/normal-flow/blocks-022.xht.ini index 410e43563318..7c4822527545 100644 --- a/testing/web-platform/meta/css/CSS2/normal-flow/blocks-022.xht.ini +++ b/testing/web-platform/meta/css/CSS2/normal-flow/blocks-022.xht.ini @@ -1,19 +1,2 @@ [blocks-022.xht] - expected: - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if not debug and webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - FAIL + expected: FAIL diff --git a/testing/web-platform/meta/css/CSS2/normal-flow/blocks-025.xht.ini b/testing/web-platform/meta/css/CSS2/normal-flow/blocks-025.xht.ini index a6796a893347..5878e4ac0947 100644 --- a/testing/web-platform/meta/css/CSS2/normal-flow/blocks-025.xht.ini +++ b/testing/web-platform/meta/css/CSS2/normal-flow/blocks-025.xht.ini @@ -1,3 +1,3 @@ [blocks-025.xht] expected: - if os == "android": FAIL + if (os == "android"): FAIL diff --git a/testing/web-platform/meta/css/CSS2/normal-flow/blocks-026.xht.ini b/testing/web-platform/meta/css/CSS2/normal-flow/blocks-026.xht.ini index f034dfa17895..e1b42abb2812 100644 --- a/testing/web-platform/meta/css/CSS2/normal-flow/blocks-026.xht.ini +++ b/testing/web-platform/meta/css/CSS2/normal-flow/blocks-026.xht.ini @@ -1,3 +1,3 @@ [blocks-026.xht] expected: - if os == "android": FAIL + if (os == "android"): FAIL diff --git a/testing/web-platform/meta/css/CSS2/normal-flow/inline-block-replaced-width-008.xht.ini b/testing/web-platform/meta/css/CSS2/normal-flow/inline-block-replaced-width-008.xht.ini index 3615c1ea28b0..c07c70978eff 100644 --- a/testing/web-platform/meta/css/CSS2/normal-flow/inline-block-replaced-width-008.xht.ini +++ b/testing/web-platform/meta/css/CSS2/normal-flow/inline-block-replaced-width-008.xht.ini @@ -1,4 +1,2 @@ [inline-block-replaced-width-008.xht] - expected: - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - FAIL + expected: FAIL diff --git a/testing/web-platform/meta/css/CSS2/normal-flow/inline-replaced-width-009.xht.ini b/testing/web-platform/meta/css/CSS2/normal-flow/inline-replaced-width-009.xht.ini index 59a9cf5905e7..eff10e997697 100644 --- a/testing/web-platform/meta/css/CSS2/normal-flow/inline-replaced-width-009.xht.ini +++ b/testing/web-platform/meta/css/CSS2/normal-flow/inline-replaced-width-009.xht.ini @@ -1,5 +1,6 @@ [inline-replaced-width-009.xht] expected: - if os == "win": FAIL - if os == "linux": FAIL - if os == "mac": FAIL + if (os == "win"): FAIL + if (os == "linux"): FAIL + if (os == "android"): FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/CSS2/normal-flow/inline-replaced-width-014.xht.ini b/testing/web-platform/meta/css/CSS2/normal-flow/inline-replaced-width-014.xht.ini new file mode 100644 index 000000000000..2d1e497cc145 --- /dev/null +++ b/testing/web-platform/meta/css/CSS2/normal-flow/inline-replaced-width-014.xht.ini @@ -0,0 +1,2 @@ +[inline-replaced-width-014.xht] + expected: FAIL diff --git a/testing/web-platform/meta/css/CSS2/normal-flow/max-height-applies-to-012.xht.ini b/testing/web-platform/meta/css/CSS2/normal-flow/max-height-applies-to-012.xht.ini index e3a6259186b8..2a3e2e7c8803 100644 --- a/testing/web-platform/meta/css/CSS2/normal-flow/max-height-applies-to-012.xht.ini +++ b/testing/web-platform/meta/css/CSS2/normal-flow/max-height-applies-to-012.xht.ini @@ -1,4 +1,4 @@ [max-height-applies-to-012.xht] expected: - if os == "win": FAIL - if os == "mac": FAIL + if (os == "win"): FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/CSS2/normal-flow/max-height-applies-to-013.xht.ini b/testing/web-platform/meta/css/CSS2/normal-flow/max-height-applies-to-013.xht.ini index 0b104693c2ff..9da7f01fac61 100644 --- a/testing/web-platform/meta/css/CSS2/normal-flow/max-height-applies-to-013.xht.ini +++ b/testing/web-platform/meta/css/CSS2/normal-flow/max-height-applies-to-013.xht.ini @@ -1,3 +1,3 @@ [max-height-applies-to-013.xht] expected: - if os == "mac": FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/CSS2/normal-flow/max-height-applies-to-014.xht.ini b/testing/web-platform/meta/css/CSS2/normal-flow/max-height-applies-to-014.xht.ini index b2e56f19be2a..ae9479d216cd 100644 --- a/testing/web-platform/meta/css/CSS2/normal-flow/max-height-applies-to-014.xht.ini +++ b/testing/web-platform/meta/css/CSS2/normal-flow/max-height-applies-to-014.xht.ini @@ -1,3 +1,3 @@ [max-height-applies-to-014.xht] expected: - if os == "mac": FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/CSS2/positioning/absolute-replaced-width-003c.xht.ini b/testing/web-platform/meta/css/CSS2/positioning/absolute-replaced-width-003c.xht.ini new file mode 100644 index 000000000000..d5bc068fe8c6 --- /dev/null +++ b/testing/web-platform/meta/css/CSS2/positioning/absolute-replaced-width-003c.xht.ini @@ -0,0 +1,2 @@ +[absolute-replaced-width-003c.xht] + expected: FAIL diff --git a/testing/web-platform/meta/css/CSS2/positioning/absolute-replaced-width-004.xht.ini b/testing/web-platform/meta/css/CSS2/positioning/absolute-replaced-width-004.xht.ini index 1c4a31caf007..cef176a1c19f 100644 --- a/testing/web-platform/meta/css/CSS2/positioning/absolute-replaced-width-004.xht.ini +++ b/testing/web-platform/meta/css/CSS2/positioning/absolute-replaced-width-004.xht.ini @@ -1,3 +1,3 @@ [absolute-replaced-width-004.xht] expected: - if os == "mac": FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/CSS2/positioning/absolute-replaced-width-009.xht.ini b/testing/web-platform/meta/css/CSS2/positioning/absolute-replaced-width-009.xht.ini index 25db06303a09..f35a6bb2e484 100644 --- a/testing/web-platform/meta/css/CSS2/positioning/absolute-replaced-width-009.xht.ini +++ b/testing/web-platform/meta/css/CSS2/positioning/absolute-replaced-width-009.xht.ini @@ -1,3 +1,3 @@ [absolute-replaced-width-009.xht] expected: - if os == "mac": FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/CSS2/positioning/absolute-replaced-width-010.xht.ini b/testing/web-platform/meta/css/CSS2/positioning/absolute-replaced-width-010.xht.ini index 124a4328625f..7e88264136d6 100644 --- a/testing/web-platform/meta/css/CSS2/positioning/absolute-replaced-width-010.xht.ini +++ b/testing/web-platform/meta/css/CSS2/positioning/absolute-replaced-width-010.xht.ini @@ -1,3 +1,3 @@ [absolute-replaced-width-010.xht] expected: - if os == "mac": FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/CSS2/positioning/absolute-replaced-width-011.xht.ini b/testing/web-platform/meta/css/CSS2/positioning/absolute-replaced-width-011.xht.ini index ef22d704ee2e..7dae0c23f2cc 100644 --- a/testing/web-platform/meta/css/CSS2/positioning/absolute-replaced-width-011.xht.ini +++ b/testing/web-platform/meta/css/CSS2/positioning/absolute-replaced-width-011.xht.ini @@ -1,3 +1,3 @@ [absolute-replaced-width-011.xht] expected: - if os == "mac": FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/CSS2/positioning/absolute-replaced-width-023.xht.ini b/testing/web-platform/meta/css/CSS2/positioning/absolute-replaced-width-023.xht.ini index 281cce2006c2..fe4805b70c92 100644 --- a/testing/web-platform/meta/css/CSS2/positioning/absolute-replaced-width-023.xht.ini +++ b/testing/web-platform/meta/css/CSS2/positioning/absolute-replaced-width-023.xht.ini @@ -1,3 +1,3 @@ [absolute-replaced-width-023.xht] expected: - if os == "mac": FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/CSS2/positioning/absolute-replaced-width-024.xht.ini b/testing/web-platform/meta/css/CSS2/positioning/absolute-replaced-width-024.xht.ini index 079220b7773d..e37a9e10c3bc 100644 --- a/testing/web-platform/meta/css/CSS2/positioning/absolute-replaced-width-024.xht.ini +++ b/testing/web-platform/meta/css/CSS2/positioning/absolute-replaced-width-024.xht.ini @@ -1,3 +1,3 @@ [absolute-replaced-width-024.xht] expected: - if os == "mac": FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/CSS2/positioning/absolute-replaced-width-025.xht.ini b/testing/web-platform/meta/css/CSS2/positioning/absolute-replaced-width-025.xht.ini index d3b3eff09451..e06572dcb536 100644 --- a/testing/web-platform/meta/css/CSS2/positioning/absolute-replaced-width-025.xht.ini +++ b/testing/web-platform/meta/css/CSS2/positioning/absolute-replaced-width-025.xht.ini @@ -1,3 +1,3 @@ [absolute-replaced-width-025.xht] expected: - if os == "mac": FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/CSS2/positioning/left-offset-percentage-002.xht.ini b/testing/web-platform/meta/css/CSS2/positioning/left-offset-percentage-002.xht.ini new file mode 100644 index 000000000000..1da7d09df267 --- /dev/null +++ b/testing/web-platform/meta/css/CSS2/positioning/left-offset-percentage-002.xht.ini @@ -0,0 +1,2 @@ +[left-offset-percentage-002.xht] + expected: FAIL diff --git a/testing/web-platform/meta/css/CSS2/positioning/top-offset-percentage-002.xht.ini b/testing/web-platform/meta/css/CSS2/positioning/top-offset-percentage-002.xht.ini new file mode 100644 index 000000000000..a3cf8681178f --- /dev/null +++ b/testing/web-platform/meta/css/CSS2/positioning/top-offset-percentage-002.xht.ini @@ -0,0 +1,2 @@ +[top-offset-percentage-002.xht] + expected: FAIL diff --git a/testing/web-platform/meta/css/CSS2/selectors/universal-selector-005.xht.ini b/testing/web-platform/meta/css/CSS2/selectors/universal-selector-005.xht.ini index e2f4e9f5ef65..e7607131235c 100644 --- a/testing/web-platform/meta/css/CSS2/selectors/universal-selector-005.xht.ini +++ b/testing/web-platform/meta/css/CSS2/selectors/universal-selector-005.xht.ini @@ -1,4 +1,4 @@ [universal-selector-005.xht] disabled: - if os == "linux": https://bugzilla.mozilla.org/show_bug.cgi?id=1383229 - if os == "win": https://bugzilla.mozilla.org/show_bug.cgi?id=1383229 + if (os == "linux"): https://bugzilla.mozilla.org/show_bug.cgi?id=1383229 + if (os == "win"): https://bugzilla.mozilla.org/show_bug.cgi?id=1383229 diff --git a/testing/web-platform/meta/css/CSS2/stacking-context/opacity-change-twice-stacking-context.html.ini b/testing/web-platform/meta/css/CSS2/stacking-context/opacity-change-twice-stacking-context.html.ini index 3189d9fe91f1..7a67dab84e8e 100644 --- a/testing/web-platform/meta/css/CSS2/stacking-context/opacity-change-twice-stacking-context.html.ini +++ b/testing/web-platform/meta/css/CSS2/stacking-context/opacity-change-twice-stacking-context.html.ini @@ -2,6 +2,6 @@ disabled: if webrender and (os == "linux"): https://bugzilla.mozilla.org/show_bug.cgi?id=1526468 expected: - if os == "mac": FAIL + if (os == "mac"): FAIL if webrender and (os == "win"): FAIL - if os == "android": FAIL + if (os == "android"): "FAIL" diff --git a/testing/web-platform/meta/css/CSS2/tables/separated-border-model-007.xht.ini b/testing/web-platform/meta/css/CSS2/tables/separated-border-model-007.xht.ini new file mode 100644 index 000000000000..4212826241c2 --- /dev/null +++ b/testing/web-platform/meta/css/CSS2/tables/separated-border-model-007.xht.ini @@ -0,0 +1,2 @@ +[separated-border-model-007.xht] + expected: FAIL diff --git a/testing/web-platform/meta/css/CSS2/tables/separated-border-model-008.xht.ini b/testing/web-platform/meta/css/CSS2/tables/separated-border-model-008.xht.ini index 09f3f50fe829..7535b3494927 100644 --- a/testing/web-platform/meta/css/CSS2/tables/separated-border-model-008.xht.ini +++ b/testing/web-platform/meta/css/CSS2/tables/separated-border-model-008.xht.ini @@ -1,8 +1,2 @@ [separated-border-model-008.xht] - expected: - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS + expected: FAIL diff --git a/testing/web-platform/meta/css/CSS2/tables/separated-border-model-009.xht.ini b/testing/web-platform/meta/css/CSS2/tables/separated-border-model-009.xht.ini index 1c09c9f2d0fa..2a6b14fa1458 100644 --- a/testing/web-platform/meta/css/CSS2/tables/separated-border-model-009.xht.ini +++ b/testing/web-platform/meta/css/CSS2/tables/separated-border-model-009.xht.ini @@ -1,17 +1,2 @@ [separated-border-model-009.xht] - expected: - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if not debug and webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS + expected: FAIL diff --git a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-059.xht.ini b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-059.xht.ini new file mode 100644 index 000000000000..bd7f7c29b84c --- /dev/null +++ b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-059.xht.ini @@ -0,0 +1,2 @@ +[table-anonymous-objects-059.xht] + expected: FAIL diff --git a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-060.xht.ini b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-060.xht.ini index 6ed20e947541..7a133b9a708e 100644 --- a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-060.xht.ini +++ b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-060.xht.ini @@ -1,8 +1,2 @@ [table-anonymous-objects-060.xht] - expected: - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS + expected: FAIL diff --git a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-061.xht.ini b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-061.xht.ini index 62fa2839c9dc..849f9a8f3dad 100644 --- a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-061.xht.ini +++ b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-061.xht.ini @@ -1,19 +1,2 @@ [table-anonymous-objects-061.xht] - expected: - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if not debug and webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - FAIL + expected: FAIL diff --git a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-062.xht.ini b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-062.xht.ini index ea969e461e38..7a3a6cbd4ba2 100644 --- a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-062.xht.ini +++ b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-062.xht.ini @@ -1,17 +1,2 @@ [table-anonymous-objects-062.xht] - expected: - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if not debug and webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS + expected: FAIL diff --git a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-063.xht.ini b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-063.xht.ini index 7d539fb7ee59..80c0866b91b7 100644 --- a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-063.xht.ini +++ b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-063.xht.ini @@ -1,17 +1,2 @@ [table-anonymous-objects-063.xht] - expected: - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS + expected: FAIL diff --git a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-064.xht.ini b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-064.xht.ini index c45aebf254d4..5883298b5999 100644 --- a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-064.xht.ini +++ b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-064.xht.ini @@ -1,16 +1,2 @@ [table-anonymous-objects-064.xht] - expected: - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS + expected: FAIL diff --git a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-065.xht.ini b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-065.xht.ini index f249fb155aa7..d8b598e1bba8 100644 --- a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-065.xht.ini +++ b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-065.xht.ini @@ -1,16 +1,2 @@ [table-anonymous-objects-065.xht] - expected: - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS + expected: FAIL diff --git a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-066.xht.ini b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-066.xht.ini index af22887db296..b7ca756b6b42 100644 --- a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-066.xht.ini +++ b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-066.xht.ini @@ -1,16 +1,2 @@ [table-anonymous-objects-066.xht] - expected: - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS + expected: FAIL diff --git a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-067.xht.ini b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-067.xht.ini index ba63cf0ce0ba..8da63e0f8989 100644 --- a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-067.xht.ini +++ b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-067.xht.ini @@ -1,16 +1,2 @@ [table-anonymous-objects-067.xht] - expected: - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS + expected: FAIL diff --git a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-068.xht.ini b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-068.xht.ini index d67e7d3d6db9..a1e485352094 100644 --- a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-068.xht.ini +++ b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-068.xht.ini @@ -1,16 +1,2 @@ [table-anonymous-objects-068.xht] - expected: - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS + expected: FAIL diff --git a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-069.xht.ini b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-069.xht.ini index a5f5437b1f3c..f7b15e03f5e3 100644 --- a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-069.xht.ini +++ b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-069.xht.ini @@ -1,16 +1,2 @@ [table-anonymous-objects-069.xht] - expected: - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS + expected: FAIL diff --git a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-070.xht.ini b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-070.xht.ini index aff0b894294f..067295b2e2fb 100644 --- a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-070.xht.ini +++ b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-070.xht.ini @@ -1,16 +1,2 @@ [table-anonymous-objects-070.xht] - expected: - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS + expected: FAIL diff --git a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-071.xht.ini b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-071.xht.ini index 44613fac53d3..b7f2cb6e4f5c 100644 --- a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-071.xht.ini +++ b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-071.xht.ini @@ -1,16 +1,2 @@ [table-anonymous-objects-071.xht] - expected: - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS + expected: FAIL diff --git a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-072.xht.ini b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-072.xht.ini index 35415809f2e8..ce492ace3c29 100644 --- a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-072.xht.ini +++ b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-072.xht.ini @@ -1,16 +1,2 @@ [table-anonymous-objects-072.xht] - expected: - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS + expected: FAIL diff --git a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-073.xht.ini b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-073.xht.ini index 7b4fcbdee56a..49c9f431fb4b 100644 --- a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-073.xht.ini +++ b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-073.xht.ini @@ -1,16 +1,2 @@ [table-anonymous-objects-073.xht] - expected: - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS + expected: FAIL diff --git a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-074.xht.ini b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-074.xht.ini index 33b42a5c23df..b47564cf97b7 100644 --- a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-074.xht.ini +++ b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-074.xht.ini @@ -1,16 +1,2 @@ [table-anonymous-objects-074.xht] - expected: - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS + expected: FAIL diff --git a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-075.xht.ini b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-075.xht.ini index 8a78cc205b22..61bec01ed6c8 100644 --- a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-075.xht.ini +++ b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-075.xht.ini @@ -1,16 +1,2 @@ [table-anonymous-objects-075.xht] - expected: - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS + expected: FAIL diff --git a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-076.xht.ini b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-076.xht.ini index a92b2d438f4a..c802b73d0241 100644 --- a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-076.xht.ini +++ b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-076.xht.ini @@ -1,16 +1,2 @@ [table-anonymous-objects-076.xht] - expected: - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS + expected: FAIL diff --git a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-077.xht.ini b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-077.xht.ini index 75c5c4605a52..4a97c286f93d 100644 --- a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-077.xht.ini +++ b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-077.xht.ini @@ -1,16 +1,2 @@ [table-anonymous-objects-077.xht] - expected: - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS + expected: FAIL diff --git a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-078.xht.ini b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-078.xht.ini index 2e400063064f..20473af0d96d 100644 --- a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-078.xht.ini +++ b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-078.xht.ini @@ -1,16 +1,2 @@ [table-anonymous-objects-078.xht] - expected: - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS + expected: FAIL diff --git a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-087.xht.ini b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-087.xht.ini index 17bc1982c505..074b2092d8e2 100644 --- a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-087.xht.ini +++ b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-087.xht.ini @@ -1,16 +1,2 @@ [table-anonymous-objects-087.xht] - expected: - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS + expected: FAIL diff --git a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-088.xht.ini b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-088.xht.ini index a8b5aa94768d..4f22a3fc5900 100644 --- a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-088.xht.ini +++ b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-088.xht.ini @@ -1,16 +1,2 @@ [table-anonymous-objects-088.xht] - expected: - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS + expected: FAIL diff --git a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-089.xht.ini b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-089.xht.ini index 7aec7507554f..2b40aea0ce19 100644 --- a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-089.xht.ini +++ b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-089.xht.ini @@ -1,16 +1,2 @@ [table-anonymous-objects-089.xht] - expected: - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS + expected: FAIL diff --git a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-090.xht.ini b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-090.xht.ini index bb57311cff2f..45e1202068f7 100644 --- a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-090.xht.ini +++ b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-090.xht.ini @@ -1,16 +1,2 @@ [table-anonymous-objects-090.xht] - expected: - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS + expected: FAIL diff --git a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-091.xht.ini b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-091.xht.ini index d011273d6a8f..dd27ea15fe81 100644 --- a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-091.xht.ini +++ b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-091.xht.ini @@ -1,16 +1,2 @@ [table-anonymous-objects-091.xht] - expected: - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS + expected: FAIL diff --git a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-092.xht.ini b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-092.xht.ini index 1f5de1e58b13..9a5a1dbe59a1 100644 --- a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-092.xht.ini +++ b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-092.xht.ini @@ -1,16 +1,2 @@ [table-anonymous-objects-092.xht] - expected: - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS + expected: FAIL diff --git a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-099.xht.ini b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-099.xht.ini index f7f3be7627d4..db04171058fc 100644 --- a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-099.xht.ini +++ b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-099.xht.ini @@ -1,16 +1,2 @@ [table-anonymous-objects-099.xht] - expected: - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS + expected: FAIL diff --git a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-100.xht.ini b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-100.xht.ini index c0c2560ce72b..518978e53fe3 100644 --- a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-100.xht.ini +++ b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-100.xht.ini @@ -1,16 +1,2 @@ [table-anonymous-objects-100.xht] - expected: - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS + expected: FAIL diff --git a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-101.xht.ini b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-101.xht.ini index ac2eec375f6e..435fdf1a5a68 100644 --- a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-101.xht.ini +++ b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-101.xht.ini @@ -1,16 +1,2 @@ [table-anonymous-objects-101.xht] - expected: - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS + expected: FAIL diff --git a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-102.xht.ini b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-102.xht.ini index 4facc4fea222..170387d411cd 100644 --- a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-102.xht.ini +++ b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-102.xht.ini @@ -1,16 +1,2 @@ [table-anonymous-objects-102.xht] - expected: - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS + expected: FAIL diff --git a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-103.xht.ini b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-103.xht.ini index 844a5b15f2f3..8e24928f52e2 100644 --- a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-103.xht.ini +++ b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-103.xht.ini @@ -1,16 +1,2 @@ [table-anonymous-objects-103.xht] - expected: - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS + expected: FAIL diff --git a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-104.xht.ini b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-104.xht.ini index 9fb10e80e538..a53d0914fd3a 100644 --- a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-104.xht.ini +++ b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-104.xht.ini @@ -1,16 +1,2 @@ [table-anonymous-objects-104.xht] - expected: - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS + expected: FAIL diff --git a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-105.xht.ini b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-105.xht.ini index 4d7a0817424e..94ff0122ef6d 100644 --- a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-105.xht.ini +++ b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-105.xht.ini @@ -1,16 +1,2 @@ [table-anonymous-objects-105.xht] - expected: - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS + expected: FAIL diff --git a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-106.xht.ini b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-106.xht.ini index 120acfab6d76..712d19545141 100644 --- a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-106.xht.ini +++ b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-106.xht.ini @@ -1,16 +1,2 @@ [table-anonymous-objects-106.xht] - expected: - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS + expected: FAIL diff --git a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-107.xht.ini b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-107.xht.ini index 773291165569..1dc9e86e34e9 100644 --- a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-107.xht.ini +++ b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-107.xht.ini @@ -1,16 +1,2 @@ [table-anonymous-objects-107.xht] - expected: - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS + expected: FAIL diff --git a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-108.xht.ini b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-108.xht.ini index d4d01f5616d0..e82ee629b897 100644 --- a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-108.xht.ini +++ b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-108.xht.ini @@ -1,16 +1,2 @@ [table-anonymous-objects-108.xht] - expected: - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS + expected: FAIL diff --git a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-109.xht.ini b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-109.xht.ini index 16eb28a83700..bde7d3ce6cce 100644 --- a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-109.xht.ini +++ b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-109.xht.ini @@ -1,16 +1,2 @@ [table-anonymous-objects-109.xht] - expected: - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS + expected: FAIL diff --git a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-110.xht.ini b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-110.xht.ini index 03ad18d24f21..e61c1e3bb145 100644 --- a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-110.xht.ini +++ b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-110.xht.ini @@ -1,16 +1,2 @@ [table-anonymous-objects-110.xht] - expected: - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS + expected: FAIL diff --git a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-111.xht.ini b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-111.xht.ini index fe58d8c2c92a..9f9aafa5900a 100644 --- a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-111.xht.ini +++ b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-111.xht.ini @@ -1,16 +1,2 @@ [table-anonymous-objects-111.xht] - expected: - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS + expected: FAIL diff --git a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-112.xht.ini b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-112.xht.ini index 55de9dfb087a..d6678b2eb742 100644 --- a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-112.xht.ini +++ b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-112.xht.ini @@ -1,16 +1,2 @@ [table-anonymous-objects-112.xht] - expected: - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS + expected: FAIL diff --git a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-113.xht.ini b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-113.xht.ini index 189affaa4425..d6b80387f53d 100644 --- a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-113.xht.ini +++ b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-113.xht.ini @@ -1,16 +1,2 @@ [table-anonymous-objects-113.xht] - expected: - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS + expected: FAIL diff --git a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-114.xht.ini b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-114.xht.ini index 341c51078945..4e0818ae1cdf 100644 --- a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-114.xht.ini +++ b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-114.xht.ini @@ -1,16 +1,2 @@ [table-anonymous-objects-114.xht] - expected: - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS + expected: FAIL diff --git a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-123.xht.ini b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-123.xht.ini index 878f5f4bb242..66559a57bc8b 100644 --- a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-123.xht.ini +++ b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-123.xht.ini @@ -1,16 +1,2 @@ [table-anonymous-objects-123.xht] - expected: - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS + expected: FAIL diff --git a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-124.xht.ini b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-124.xht.ini index f24df2ddbb7d..e91aa62ebc72 100644 --- a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-124.xht.ini +++ b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-124.xht.ini @@ -1,16 +1,2 @@ [table-anonymous-objects-124.xht] - expected: - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS + expected: FAIL diff --git a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-125.xht.ini b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-125.xht.ini index 3587a16a84a8..96f6e4976d55 100644 --- a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-125.xht.ini +++ b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-125.xht.ini @@ -1,16 +1,2 @@ [table-anonymous-objects-125.xht] - expected: - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS + expected: FAIL diff --git a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-126.xht.ini b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-126.xht.ini index a59cf208c0a7..c9a5ac196fbb 100644 --- a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-126.xht.ini +++ b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-126.xht.ini @@ -1,16 +1,2 @@ [table-anonymous-objects-126.xht] - expected: - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS + expected: FAIL diff --git a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-127.xht.ini b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-127.xht.ini index 70ba0ac41dae..976c52bf99c1 100644 --- a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-127.xht.ini +++ b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-127.xht.ini @@ -1,16 +1,2 @@ [table-anonymous-objects-127.xht] - expected: - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS + expected: FAIL diff --git a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-128.xht.ini b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-128.xht.ini index 54b9550cd76b..3c189d614e5e 100644 --- a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-128.xht.ini +++ b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-128.xht.ini @@ -1,16 +1,2 @@ [table-anonymous-objects-128.xht] - expected: - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS + expected: FAIL diff --git a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-129.xht.ini b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-129.xht.ini index 8713eaa4163e..663d86f499cd 100644 --- a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-129.xht.ini +++ b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-129.xht.ini @@ -1,16 +1,2 @@ [table-anonymous-objects-129.xht] - expected: - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS + expected: FAIL diff --git a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-130.xht.ini b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-130.xht.ini index 701354a489e0..6d0b0102b5ab 100644 --- a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-130.xht.ini +++ b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-130.xht.ini @@ -1,16 +1,2 @@ [table-anonymous-objects-130.xht] - expected: - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS + expected: FAIL diff --git a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-131.xht.ini b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-131.xht.ini index fb9054d382f3..dce0b114d517 100644 --- a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-131.xht.ini +++ b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-131.xht.ini @@ -1,16 +1,2 @@ [table-anonymous-objects-131.xht] - expected: - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS + expected: FAIL diff --git a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-132.xht.ini b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-132.xht.ini index 114f583c510f..692aca74ad5d 100644 --- a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-132.xht.ini +++ b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-132.xht.ini @@ -1,16 +1,2 @@ [table-anonymous-objects-132.xht] - expected: - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS + expected: FAIL diff --git a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-133.xht.ini b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-133.xht.ini index 7c4982b3a06d..2831b330d306 100644 --- a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-133.xht.ini +++ b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-133.xht.ini @@ -1,16 +1,2 @@ [table-anonymous-objects-133.xht] - expected: - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS + expected: FAIL diff --git a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-134.xht.ini b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-134.xht.ini index bfb930a9e22c..459a7a2df74c 100644 --- a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-134.xht.ini +++ b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-134.xht.ini @@ -1,16 +1,2 @@ [table-anonymous-objects-134.xht] - expected: - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS + expected: FAIL diff --git a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-135.xht.ini b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-135.xht.ini index 7803fc3f9fa2..7df5c5c1e6b8 100644 --- a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-135.xht.ini +++ b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-135.xht.ini @@ -1,16 +1,2 @@ [table-anonymous-objects-135.xht] - expected: - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS + expected: FAIL diff --git a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-136.xht.ini b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-136.xht.ini index 549c5e980bdd..04d809ebb51c 100644 --- a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-136.xht.ini +++ b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-136.xht.ini @@ -1,16 +1,2 @@ [table-anonymous-objects-136.xht] - expected: - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS + expected: FAIL diff --git a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-137.xht.ini b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-137.xht.ini index 88d6a44079a2..21398048f639 100644 --- a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-137.xht.ini +++ b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-137.xht.ini @@ -1,16 +1,2 @@ [table-anonymous-objects-137.xht] - expected: - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS + expected: FAIL diff --git a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-138.xht.ini b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-138.xht.ini index 2c9daad8019a..cce1aaffe150 100644 --- a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-138.xht.ini +++ b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-138.xht.ini @@ -1,16 +1,2 @@ [table-anonymous-objects-138.xht] - expected: - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS + expected: FAIL diff --git a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-139.xht.ini b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-139.xht.ini index 9d07a5ffe291..29390c79ff3c 100644 --- a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-139.xht.ini +++ b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-139.xht.ini @@ -1,16 +1,2 @@ [table-anonymous-objects-139.xht] - expected: - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS + expected: FAIL diff --git a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-140.xht.ini b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-140.xht.ini index ed3fdede7e70..ac1073555afc 100644 --- a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-140.xht.ini +++ b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-140.xht.ini @@ -1,16 +1,2 @@ [table-anonymous-objects-140.xht] - expected: - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS + expected: FAIL diff --git a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-141.xht.ini b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-141.xht.ini index 1862c42d4564..5beb3b673ec8 100644 --- a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-141.xht.ini +++ b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-141.xht.ini @@ -1,16 +1,2 @@ [table-anonymous-objects-141.xht] - expected: - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS + expected: FAIL diff --git a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-142.xht.ini b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-142.xht.ini index d6b52399962f..eadb241686d5 100644 --- a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-142.xht.ini +++ b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-142.xht.ini @@ -1,16 +1,2 @@ [table-anonymous-objects-142.xht] - expected: - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS + expected: FAIL diff --git a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-143.xht.ini b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-143.xht.ini index c3431f999534..f6b157553cae 100644 --- a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-143.xht.ini +++ b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-143.xht.ini @@ -1,16 +1,2 @@ [table-anonymous-objects-143.xht] - expected: - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS + expected: FAIL diff --git a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-144.xht.ini b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-144.xht.ini index e33419a6b9e3..0e7fd6f8db0f 100644 --- a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-144.xht.ini +++ b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-144.xht.ini @@ -1,16 +1,2 @@ [table-anonymous-objects-144.xht] - expected: - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS + expected: FAIL diff --git a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-145.xht.ini b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-145.xht.ini index e1cde0339694..61fa1f4a5f8c 100644 --- a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-145.xht.ini +++ b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-145.xht.ini @@ -1,16 +1,2 @@ [table-anonymous-objects-145.xht] - expected: - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS + expected: FAIL diff --git a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-146.xht.ini b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-146.xht.ini index 9eaa8c2bdc61..c0a110a88e0e 100644 --- a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-146.xht.ini +++ b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-146.xht.ini @@ -1,16 +1,2 @@ [table-anonymous-objects-146.xht] - expected: - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS + expected: FAIL diff --git a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-147.xht.ini b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-147.xht.ini index 572f60c70990..ed0627a8cb7c 100644 --- a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-147.xht.ini +++ b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-147.xht.ini @@ -1,15 +1,2 @@ [table-anonymous-objects-147.xht] - expected: - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS + expected: FAIL diff --git a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-148.xht.ini b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-148.xht.ini index b1bfc49ab32d..a4a4cd17e60b 100644 --- a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-148.xht.ini +++ b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-148.xht.ini @@ -1,15 +1,2 @@ [table-anonymous-objects-148.xht] - expected: - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS + expected: FAIL diff --git a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-149.xht.ini b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-149.xht.ini index 5ea5e69ac411..f1e430e9703d 100644 --- a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-149.xht.ini +++ b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-149.xht.ini @@ -1,15 +1,2 @@ [table-anonymous-objects-149.xht] - expected: - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS + expected: FAIL diff --git a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-150.xht.ini b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-150.xht.ini index 5ff08f433e3d..765fc41f507b 100644 --- a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-150.xht.ini +++ b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-150.xht.ini @@ -1,15 +1,2 @@ [table-anonymous-objects-150.xht] - expected: - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS + expected: FAIL diff --git a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-151.xht.ini b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-151.xht.ini index 302ca2df18e4..ab57d588a473 100644 --- a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-151.xht.ini +++ b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-151.xht.ini @@ -1,15 +1,2 @@ [table-anonymous-objects-151.xht] - expected: - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS + expected: FAIL diff --git a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-152.xht.ini b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-152.xht.ini index ac2cc58778aa..10e66cc10138 100644 --- a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-152.xht.ini +++ b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-152.xht.ini @@ -1,15 +1,2 @@ [table-anonymous-objects-152.xht] - expected: - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS + expected: FAIL diff --git a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-153.xht.ini b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-153.xht.ini index 8cba01cebab5..61071458068f 100644 --- a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-153.xht.ini +++ b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-153.xht.ini @@ -1,15 +1,2 @@ [table-anonymous-objects-153.xht] - expected: - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS + expected: FAIL diff --git a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-154.xht.ini b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-154.xht.ini index 4deb67d7a4c2..fdcc65fcf0be 100644 --- a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-154.xht.ini +++ b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-154.xht.ini @@ -1,15 +1,2 @@ [table-anonymous-objects-154.xht] - expected: - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS + expected: FAIL diff --git a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-157.xht.ini b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-157.xht.ini index 717ce8605fcc..cc84e04a7d0c 100644 --- a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-157.xht.ini +++ b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-157.xht.ini @@ -1,15 +1,2 @@ [table-anonymous-objects-157.xht] - expected: - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS + expected: FAIL diff --git a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-158.xht.ini b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-158.xht.ini index a773406060cb..e36e94f46c17 100644 --- a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-158.xht.ini +++ b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-158.xht.ini @@ -1,15 +1,2 @@ [table-anonymous-objects-158.xht] - expected: - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS + expected: FAIL diff --git a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-159.xht.ini b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-159.xht.ini index 1fd08edf34c6..c24db5c29142 100644 --- a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-159.xht.ini +++ b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-159.xht.ini @@ -1,15 +1,2 @@ [table-anonymous-objects-159.xht] - expected: - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS + expected: FAIL diff --git a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-160.xht.ini b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-160.xht.ini index 1259f2ec029c..51e13bcfaaa2 100644 --- a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-160.xht.ini +++ b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-160.xht.ini @@ -1,15 +1,2 @@ [table-anonymous-objects-160.xht] - expected: - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS + expected: FAIL diff --git a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-161.xht.ini b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-161.xht.ini index fd70b2da6ae9..3353dd5e3bdd 100644 --- a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-161.xht.ini +++ b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-161.xht.ini @@ -1,15 +1,2 @@ [table-anonymous-objects-161.xht] - expected: - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS + expected: FAIL diff --git a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-162.xht.ini b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-162.xht.ini index 1f8f6cc59f0b..712c5d63801f 100644 --- a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-162.xht.ini +++ b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-162.xht.ini @@ -1,15 +1,2 @@ [table-anonymous-objects-162.xht] - expected: - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS + expected: FAIL diff --git a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-163.xht.ini b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-163.xht.ini index f90446c1ad1e..adf7ccaafa28 100644 --- a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-163.xht.ini +++ b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-163.xht.ini @@ -1,15 +1,2 @@ [table-anonymous-objects-163.xht] - expected: - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS + expected: FAIL diff --git a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-164.xht.ini b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-164.xht.ini index 3b55965c9b32..c3d14a5293ff 100644 --- a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-164.xht.ini +++ b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-164.xht.ini @@ -1,15 +1,2 @@ [table-anonymous-objects-164.xht] - expected: - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS + expected: FAIL diff --git a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-165.xht.ini b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-165.xht.ini index 546df67991f5..66d9db1666e1 100644 --- a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-165.xht.ini +++ b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-165.xht.ini @@ -1,15 +1,2 @@ [table-anonymous-objects-165.xht] - expected: - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS + expected: FAIL diff --git a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-166.xht.ini b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-166.xht.ini index 7fa5b384bec6..a3d6578e2989 100644 --- a/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-166.xht.ini +++ b/testing/web-platform/meta/css/CSS2/tables/table-anonymous-objects-166.xht.ini @@ -1,15 +1,2 @@ [table-anonymous-objects-166.xht] - expected: - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS + expected: FAIL diff --git a/testing/web-platform/meta/css/CSS2/values/numbers-units-007.xht.ini b/testing/web-platform/meta/css/CSS2/values/numbers-units-007.xht.ini index 9e9c28061420..5427e6ea0f58 100644 --- a/testing/web-platform/meta/css/CSS2/values/numbers-units-007.xht.ini +++ b/testing/web-platform/meta/css/CSS2/values/numbers-units-007.xht.ini @@ -1,4 +1,4 @@ [numbers-units-007.xht] expected: - if os == "win": FAIL - if os == "android": FAIL + if (os == "win"): FAIL + if (os == "android"): FAIL diff --git a/testing/web-platform/meta/css/CSS2/values/numbers-units-009.xht.ini b/testing/web-platform/meta/css/CSS2/values/numbers-units-009.xht.ini index e0a410b3258d..a7520f077db0 100644 --- a/testing/web-platform/meta/css/CSS2/values/numbers-units-009.xht.ini +++ b/testing/web-platform/meta/css/CSS2/values/numbers-units-009.xht.ini @@ -1,4 +1,4 @@ [numbers-units-009.xht] expected: - if os == "win": FAIL - if os == "android": FAIL + if (os == "win"): FAIL + if (os == "android"): FAIL diff --git a/testing/web-platform/meta/css/CSS2/values/numbers-units-010.xht.ini b/testing/web-platform/meta/css/CSS2/values/numbers-units-010.xht.ini index ed5e05453f5d..54f5594bc7f7 100644 --- a/testing/web-platform/meta/css/CSS2/values/numbers-units-010.xht.ini +++ b/testing/web-platform/meta/css/CSS2/values/numbers-units-010.xht.ini @@ -1,4 +1,4 @@ [numbers-units-010.xht] expected: - if os == "win": FAIL - if os == "android": FAIL + if (os == "win"): FAIL + if (os == "android"): FAIL diff --git a/testing/web-platform/meta/css/CSS2/values/numbers-units-021.xht.ini b/testing/web-platform/meta/css/CSS2/values/numbers-units-021.xht.ini index 2740bb0fdc9b..b575c8256e47 100644 --- a/testing/web-platform/meta/css/CSS2/values/numbers-units-021.xht.ini +++ b/testing/web-platform/meta/css/CSS2/values/numbers-units-021.xht.ini @@ -1,4 +1,4 @@ [numbers-units-021.xht] expected: - if os == "win": FAIL - if os == "android": FAIL + if (os == "win"): FAIL + if (os == "android"): FAIL diff --git a/testing/web-platform/meta/css/CSS2/values/units-002.xht.ini b/testing/web-platform/meta/css/CSS2/values/units-002.xht.ini new file mode 100644 index 000000000000..17c17365095f --- /dev/null +++ b/testing/web-platform/meta/css/CSS2/values/units-002.xht.ini @@ -0,0 +1,2 @@ +[units-002.xht] + expected: FAIL diff --git a/testing/web-platform/meta/css/CSS2/visuren/top-114.xht.ini b/testing/web-platform/meta/css/CSS2/visuren/top-114.xht.ini new file mode 100644 index 000000000000..e6545a3d365b --- /dev/null +++ b/testing/web-platform/meta/css/CSS2/visuren/top-114.xht.ini @@ -0,0 +1,6 @@ +[top-114.xht] + expected: + if (os == "win"): FAIL + if (os == "linux"): FAIL + if (os == "mac"): FAIL + if not debug and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL diff --git a/testing/web-platform/meta/css/compositing/mix-blend-mode/mix-blend-mode-blended-element-interposed.html.ini b/testing/web-platform/meta/css/compositing/mix-blend-mode/mix-blend-mode-blended-element-interposed.html.ini index f8598f1c8f11..5d7e67aaca57 100644 --- a/testing/web-platform/meta/css/compositing/mix-blend-mode/mix-blend-mode-blended-element-interposed.html.ini +++ b/testing/web-platform/meta/css/compositing/mix-blend-mode/mix-blend-mode-blended-element-interposed.html.ini @@ -1,5 +1,5 @@ [mix-blend-mode-blended-element-interposed.html] expected: - if os == "win": FAIL - if os == "mac": FAIL - if os == "android": FAIL + if (os == "win"): FAIL + if (os == "mac"): FAIL + if (os == "android"): FAIL diff --git a/testing/web-platform/meta/css/compositing/mix-blend-mode/mix-blend-mode-blended-element-overflow-hidden-and-border-radius.html.ini b/testing/web-platform/meta/css/compositing/mix-blend-mode/mix-blend-mode-blended-element-overflow-hidden-and-border-radius.html.ini index 6e209286b4df..9b54090199f7 100644 --- a/testing/web-platform/meta/css/compositing/mix-blend-mode/mix-blend-mode-blended-element-overflow-hidden-and-border-radius.html.ini +++ b/testing/web-platform/meta/css/compositing/mix-blend-mode/mix-blend-mode-blended-element-overflow-hidden-and-border-radius.html.ini @@ -3,5 +3,5 @@ if (os == "linux") and not webrender: FAIL if (os == "win") and (version == "6.1.7601"): FAIL if not webrender and (os == "win") and (version == "10.0.17134"): FAIL - if os == "mac": FAIL - if os == "android": FAIL + if (os == "mac"): FAIL + if (os == "android"): FAIL diff --git a/testing/web-platform/meta/css/compositing/mix-blend-mode/mix-blend-mode-paragraph-background-image.html.ini b/testing/web-platform/meta/css/compositing/mix-blend-mode/mix-blend-mode-paragraph-background-image.html.ini index 3f0fb3dc7f41..d33e9b020aec 100644 --- a/testing/web-platform/meta/css/compositing/mix-blend-mode/mix-blend-mode-paragraph-background-image.html.ini +++ b/testing/web-platform/meta/css/compositing/mix-blend-mode/mix-blend-mode-paragraph-background-image.html.ini @@ -1,5 +1,5 @@ [mix-blend-mode-paragraph-background-image.html] expected: - if os == "win": FAIL - if os == "mac": FAIL - if os == "android": FAIL + if (os == "win"): FAIL + if (os == "mac"): FAIL + if (os == "android"): FAIL diff --git a/testing/web-platform/meta/css/compositing/mix-blend-mode/mix-blend-mode-paragraph.html.ini b/testing/web-platform/meta/css/compositing/mix-blend-mode/mix-blend-mode-paragraph.html.ini index 7a0453470e16..0c253b1a5186 100644 --- a/testing/web-platform/meta/css/compositing/mix-blend-mode/mix-blend-mode-paragraph.html.ini +++ b/testing/web-platform/meta/css/compositing/mix-blend-mode/mix-blend-mode-paragraph.html.ini @@ -1,5 +1,5 @@ [mix-blend-mode-paragraph.html] expected: - if os == "win": FAIL - if os == "mac": FAIL - if os == "android": FAIL + if (os == "win"): FAIL + if (os == "mac"): FAIL + if (os == "android"): FAIL diff --git a/testing/web-platform/meta/css/compositing/svg/mix-blend-mode-svg-rectangle.html.ini b/testing/web-platform/meta/css/compositing/svg/mix-blend-mode-svg-rectangle.html.ini index 1043de772799..8cbd8cad9aeb 100644 --- a/testing/web-platform/meta/css/compositing/svg/mix-blend-mode-svg-rectangle.html.ini +++ b/testing/web-platform/meta/css/compositing/svg/mix-blend-mode-svg-rectangle.html.ini @@ -1,3 +1,3 @@ [mix-blend-mode-svg-rectangle.html] expected: - if os == "mac": FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/css-backgrounds/background-clip-color-repaint.html.ini b/testing/web-platform/meta/css/css-backgrounds/background-clip-color-repaint.html.ini index 002158078d43..4406ec03e65d 100644 --- a/testing/web-platform/meta/css/css-backgrounds/background-clip-color-repaint.html.ini +++ b/testing/web-platform/meta/css/css-backgrounds/background-clip-color-repaint.html.ini @@ -3,5 +3,5 @@ if (os == "linux") and not webrender: FAIL if (os == "win") and (version == "6.1.7601"): FAIL if not webrender and (os == "win") and (version == "10.0.17134"): FAIL - if os == "mac": FAIL - if os == "android": FAIL + if (os == "mac"): FAIL + if (os == "android"): FAIL diff --git a/testing/web-platform/meta/css/css-backgrounds/background-clip-color.html.ini b/testing/web-platform/meta/css/css-backgrounds/background-clip-color.html.ini index 5f4c2bc8f3e3..25bdbf125f7e 100644 --- a/testing/web-platform/meta/css/css-backgrounds/background-clip-color.html.ini +++ b/testing/web-platform/meta/css/css-backgrounds/background-clip-color.html.ini @@ -3,5 +3,5 @@ if (os == "linux") and not webrender: FAIL if (os == "win") and (version == "6.1.7601"): FAIL if not webrender and (os == "win") and (version == "10.0.17134"): FAIL - if os == "mac": FAIL - if os == "android": FAIL + if (os == "mac"): FAIL + if (os == "android"): FAIL diff --git a/testing/web-platform/meta/css/css-backgrounds/background-repeat/background-repeat-round.xht.ini b/testing/web-platform/meta/css/css-backgrounds/background-repeat/background-repeat-round.xht.ini index bcdf091ec86b..84d991f37e81 100644 --- a/testing/web-platform/meta/css/css-backgrounds/background-repeat/background-repeat-round.xht.ini +++ b/testing/web-platform/meta/css/css-backgrounds/background-repeat/background-repeat-round.xht.ini @@ -1,7 +1,4 @@ [background-repeat-round.xht] expected: - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS + if webrender: PASS FAIL diff --git a/testing/web-platform/meta/css/css-backgrounds/background-size/background-size-contain.xht.ini b/testing/web-platform/meta/css/css-backgrounds/background-size/background-size-contain.xht.ini index 567c457ece06..8f3f0a8a69f1 100644 --- a/testing/web-platform/meta/css/css-backgrounds/background-size/background-size-contain.xht.ini +++ b/testing/web-platform/meta/css/css-backgrounds/background-size/background-size-contain.xht.ini @@ -1,7 +1,4 @@ [background-size-contain.xht] expected: - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS + if webrender: PASS FAIL diff --git a/testing/web-platform/meta/css/css-backgrounds/border-image-5.html.ini b/testing/web-platform/meta/css/css-backgrounds/border-image-5.html.ini new file mode 100644 index 000000000000..06a2295c4fc9 --- /dev/null +++ b/testing/web-platform/meta/css/css-backgrounds/border-image-5.html.ini @@ -0,0 +1,2 @@ +[border-image-5.html] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-backgrounds/border-image-6.html.ini b/testing/web-platform/meta/css/css-backgrounds/border-image-6.html.ini new file mode 100644 index 000000000000..7d6c15059a95 --- /dev/null +++ b/testing/web-platform/meta/css/css-backgrounds/border-image-6.html.ini @@ -0,0 +1,2 @@ +[border-image-6.html] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-backgrounds/border-image-outset-003.html.ini b/testing/web-platform/meta/css/css-backgrounds/border-image-outset-003.html.ini new file mode 100644 index 000000000000..5bdd0654b2fc --- /dev/null +++ b/testing/web-platform/meta/css/css-backgrounds/border-image-outset-003.html.ini @@ -0,0 +1,2 @@ +[border-image-outset-003.html] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-cascade/unset-val-001.html.ini b/testing/web-platform/meta/css/css-cascade/unset-val-001.html.ini index 7a599a8a4f5d..701b5b8d2075 100644 --- a/testing/web-platform/meta/css/css-cascade/unset-val-001.html.ini +++ b/testing/web-platform/meta/css/css-cascade/unset-val-001.html.ini @@ -1,3 +1,3 @@ [unset-val-001.html] expected: - if os == "mac": FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/css-color/currentcolor-001.html.ini b/testing/web-platform/meta/css/css-color/currentcolor-001.html.ini index dce17c54fd90..d3773a1fcd2b 100644 --- a/testing/web-platform/meta/css/css-color/currentcolor-001.html.ini +++ b/testing/web-platform/meta/css/css-color/currentcolor-001.html.ini @@ -1,3 +1,3 @@ [currentcolor-001.html] expected: - if os == "mac": FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/css-color/currentcolor-002.html.ini b/testing/web-platform/meta/css/css-color/currentcolor-002.html.ini index a0fb63fa5313..e2e4bc40c560 100644 --- a/testing/web-platform/meta/css/css-color/currentcolor-002.html.ini +++ b/testing/web-platform/meta/css/css-color/currentcolor-002.html.ini @@ -1,3 +1,3 @@ [currentcolor-002.html] expected: - if os == "mac": FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/css-contain/contain-layout-017.html.ini b/testing/web-platform/meta/css/css-contain/contain-layout-017.html.ini index a1ed92a28e6d..2f925820273c 100644 --- a/testing/web-platform/meta/css/css-contain/contain-layout-017.html.ini +++ b/testing/web-platform/meta/css/css-contain/contain-layout-017.html.ini @@ -1,4 +1,4 @@ [contain-layout-017.html] expected: - if os == "win": FAIL - if os == "mac": FAIL + if (os == "win"): FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/css-contain/contain-layout-018.html.ini b/testing/web-platform/meta/css/css-contain/contain-layout-018.html.ini index ef7888bc29cc..5804c7b120be 100644 --- a/testing/web-platform/meta/css/css-contain/contain-layout-018.html.ini +++ b/testing/web-platform/meta/css/css-contain/contain-layout-018.html.ini @@ -1,4 +1,4 @@ [contain-layout-018.html] expected: - if os == "win": FAIL - if os == "mac": FAIL + if (os == "win"): FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/css-contain/contain-paint-020.html.ini b/testing/web-platform/meta/css/css-contain/contain-paint-020.html.ini index 3d318a0f03f1..9e4440f16b90 100644 --- a/testing/web-platform/meta/css/css-contain/contain-paint-020.html.ini +++ b/testing/web-platform/meta/css/css-contain/contain-paint-020.html.ini @@ -1,3 +1,3 @@ [contain-paint-020.html] expected: - if os == "win": FAIL + if (os == "win"): FAIL diff --git a/testing/web-platform/meta/css/css-contain/contain-paint-021.html.ini b/testing/web-platform/meta/css/css-contain/contain-paint-021.html.ini index 9410b19343b8..4de177debd3d 100644 --- a/testing/web-platform/meta/css/css-contain/contain-paint-021.html.ini +++ b/testing/web-platform/meta/css/css-contain/contain-paint-021.html.ini @@ -1,4 +1,4 @@ [contain-paint-021.html] expected: - if os == "win": FAIL - if os == "mac": FAIL + if (os == "win"): FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/css-display/display-contents-fieldset.html.ini b/testing/web-platform/meta/css/css-display/display-contents-fieldset.html.ini index 1c0e7423700c..a84d508540c6 100644 --- a/testing/web-platform/meta/css/css-display/display-contents-fieldset.html.ini +++ b/testing/web-platform/meta/css/css-display/display-contents-fieldset.html.ini @@ -1,3 +1,3 @@ [display-contents-fieldset.html] expected: - if os == "mac": FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/css-display/display-contents-line-height.html.ini b/testing/web-platform/meta/css/css-display/display-contents-line-height.html.ini index 3fbac58245f0..204f4748a6cc 100644 --- a/testing/web-platform/meta/css/css-display/display-contents-line-height.html.ini +++ b/testing/web-platform/meta/css/css-display/display-contents-line-height.html.ini @@ -1,10 +1,4 @@ [display-contents-line-height.html] expected: - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS + if (os == "linux"): PASS FAIL diff --git a/testing/web-platform/meta/css/css-flexbox/align-items-baseline-overflow-non-visible.html.ini b/testing/web-platform/meta/css/css-flexbox/align-items-baseline-overflow-non-visible.html.ini index 25d53e7d0a96..0ab374db0887 100644 --- a/testing/web-platform/meta/css/css-flexbox/align-items-baseline-overflow-non-visible.html.ini +++ b/testing/web-platform/meta/css/css-flexbox/align-items-baseline-overflow-non-visible.html.ini @@ -1,5 +1,5 @@ [align-items-baseline-overflow-non-visible.html] expected: - if os == "win": FAIL - if os == "mac": FAIL - if os == "android": FAIL + if (os == "win"): FAIL + if (os == "mac"): FAIL + if (os == "android"): FAIL diff --git a/testing/web-platform/meta/css/css-flexbox/flex-lines/multi-line-wrap-reverse-column-reverse.html.ini b/testing/web-platform/meta/css/css-flexbox/flex-lines/multi-line-wrap-reverse-column-reverse.html.ini deleted file mode 100644 index f058b16b30e6..000000000000 --- a/testing/web-platform/meta/css/css-flexbox/flex-lines/multi-line-wrap-reverse-column-reverse.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[multi-line-wrap-reverse-column-reverse.html] - expected: - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL diff --git a/testing/web-platform/meta/css/css-flexbox/flex-lines/multi-line-wrap-with-column-reverse.html.ini b/testing/web-platform/meta/css/css-flexbox/flex-lines/multi-line-wrap-with-column-reverse.html.ini deleted file mode 100644 index f6c5c64437f8..000000000000 --- a/testing/web-platform/meta/css/css-flexbox/flex-lines/multi-line-wrap-with-column-reverse.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[multi-line-wrap-with-column-reverse.html] - expected: - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL diff --git a/testing/web-platform/meta/css/css-flexbox/flexbox_order-box.html.ini b/testing/web-platform/meta/css/css-flexbox/flexbox_order-box.html.ini new file mode 100644 index 000000000000..b75bebaa6253 --- /dev/null +++ b/testing/web-platform/meta/css/css-flexbox/flexbox_order-box.html.ini @@ -0,0 +1,2 @@ +[flexbox_order-box.html] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-flexbox/flexbox_visibility-collapse-line-wrapping.html.ini b/testing/web-platform/meta/css/css-flexbox/flexbox_visibility-collapse-line-wrapping.html.ini new file mode 100644 index 000000000000..e7437f635bd4 --- /dev/null +++ b/testing/web-platform/meta/css/css-flexbox/flexbox_visibility-collapse-line-wrapping.html.ini @@ -0,0 +1,2 @@ +[flexbox_visibility-collapse-line-wrapping.html] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-flexbox/ttwf-reftest-flex-direction-row-reverse.html.ini b/testing/web-platform/meta/css/css-flexbox/ttwf-reftest-flex-direction-row-reverse.html.ini new file mode 100644 index 000000000000..97838ec8b9fc --- /dev/null +++ b/testing/web-platform/meta/css/css-flexbox/ttwf-reftest-flex-direction-row-reverse.html.ini @@ -0,0 +1,2 @@ +[ttwf-reftest-flex-direction-row-reverse.html] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-flexbox/ttwf-reftest-flex-order.html.ini b/testing/web-platform/meta/css/css-flexbox/ttwf-reftest-flex-order.html.ini index e3fee0f8b546..484d178d5d60 100644 --- a/testing/web-platform/meta/css/css-flexbox/ttwf-reftest-flex-order.html.ini +++ b/testing/web-platform/meta/css/css-flexbox/ttwf-reftest-flex-order.html.ini @@ -1,17 +1,2 @@ [ttwf-reftest-flex-order.html] - expected: - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS + expected: FAIL diff --git a/testing/web-platform/meta/css/css-fonts/variations/variable-box-font.html.ini b/testing/web-platform/meta/css/css-fonts/variations/variable-box-font.html.ini index 36321c33154b..c7b614e05270 100644 --- a/testing/web-platform/meta/css/css-fonts/variations/variable-box-font.html.ini +++ b/testing/web-platform/meta/css/css-fonts/variations/variable-box-font.html.ini @@ -1,4 +1,4 @@ [variable-box-font.html] expected: if (os == "win") and (version == "6.1.7601"): FAIL - if (os == "mac") and (version != "OS X 10.13") and (version != "OS X 10.14"): FAIL + if (os == "mac") and (version != "OS X 10.13" and version != "OS X 10.14"): FAIL diff --git a/testing/web-platform/meta/css/css-fonts/variations/variable-gpos-m2b.html.ini b/testing/web-platform/meta/css/css-fonts/variations/variable-gpos-m2b.html.ini index 958aace8be5b..8fabcc1f5b74 100644 --- a/testing/web-platform/meta/css/css-fonts/variations/variable-gpos-m2b.html.ini +++ b/testing/web-platform/meta/css/css-fonts/variations/variable-gpos-m2b.html.ini @@ -1,4 +1,4 @@ [variable-gpos-m2b.html] expected: if (os == "win") and (version == "6.1.7601"): FAIL - if (os == "mac") and (version != "OS X 10.13") and (version != "OS X 10.14"): FAIL + if (os == "mac") and (version != "OS X 10.13" and version != "OS X 10.14"): FAIL diff --git a/testing/web-platform/meta/css/css-fonts/variations/variable-gsub.html.ini b/testing/web-platform/meta/css/css-fonts/variations/variable-gsub.html.ini index f848f6579640..87d4b4b66652 100644 --- a/testing/web-platform/meta/css/css-fonts/variations/variable-gsub.html.ini +++ b/testing/web-platform/meta/css/css-fonts/variations/variable-gsub.html.ini @@ -1,4 +1,4 @@ [variable-gsub.html] expected: if (os == "win") and (version == "6.1.7601"): FAIL - if (os == "mac") and (version != "OS X 10.13") and (version != "OS X 10.14"): FAIL + if (os == "mac") and (version != "OS X 10.13" and version != "OS X 10.14"): FAIL diff --git a/testing/web-platform/meta/css/css-grid/alignment/self-baseline/grid-self-baseline-changes-grid-area-size-002.html.ini b/testing/web-platform/meta/css/css-grid/alignment/self-baseline/grid-self-baseline-changes-grid-area-size-002.html.ini index ca12e151dcee..4015a2054718 100644 --- a/testing/web-platform/meta/css/css-grid/alignment/self-baseline/grid-self-baseline-changes-grid-area-size-002.html.ini +++ b/testing/web-platform/meta/css/css-grid/alignment/self-baseline/grid-self-baseline-changes-grid-area-size-002.html.ini @@ -1,3 +1,3 @@ [grid-self-baseline-changes-grid-area-size-002.html] expected: - if os == "mac": FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/css-grid/grid-model/display-grid.html.ini b/testing/web-platform/meta/css/css-grid/grid-model/display-grid.html.ini index 08045aeb72ab..ab335043bc57 100644 --- a/testing/web-platform/meta/css/css-grid/grid-model/display-grid.html.ini +++ b/testing/web-platform/meta/css/css-grid/grid-model/display-grid.html.ini @@ -1,3 +1,3 @@ [display-grid.html] expected: - if os == "mac": FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/css-grid/grid-model/display-inline-grid.html.ini b/testing/web-platform/meta/css/css-grid/grid-model/display-inline-grid.html.ini index 2390e70f4c4a..6a4ca4af1709 100644 --- a/testing/web-platform/meta/css/css-grid/grid-model/display-inline-grid.html.ini +++ b/testing/web-platform/meta/css/css-grid/grid-model/display-inline-grid.html.ini @@ -1,3 +1,3 @@ [display-inline-grid.html] expected: - if os == "mac": FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/css-grid/grid-model/grid-container-scrollbar-vertical-lr-001.html.ini b/testing/web-platform/meta/css/css-grid/grid-model/grid-container-scrollbar-vertical-lr-001.html.ini index fd1c49f711b2..34fdc5e834a5 100644 --- a/testing/web-platform/meta/css/css-grid/grid-model/grid-container-scrollbar-vertical-lr-001.html.ini +++ b/testing/web-platform/meta/css/css-grid/grid-model/grid-container-scrollbar-vertical-lr-001.html.ini @@ -1,3 +1,3 @@ [grid-container-scrollbar-vertical-lr-001.html] expected: - if os == "mac": FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/css-grid/grid-model/grid-container-scrollbar-vertical-rl-001.html.ini b/testing/web-platform/meta/css/css-grid/grid-model/grid-container-scrollbar-vertical-rl-001.html.ini index 442a2746643a..046b60641cef 100644 --- a/testing/web-platform/meta/css/css-grid/grid-model/grid-container-scrollbar-vertical-rl-001.html.ini +++ b/testing/web-platform/meta/css/css-grid/grid-model/grid-container-scrollbar-vertical-rl-001.html.ini @@ -1,3 +1,3 @@ [grid-container-scrollbar-vertical-rl-001.html] expected: - if os == "mac": FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/css-images/tiled-radial-gradients.html.ini b/testing/web-platform/meta/css/css-images/tiled-radial-gradients.html.ini new file mode 100644 index 000000000000..01e431afe7c9 --- /dev/null +++ b/testing/web-platform/meta/css/css-images/tiled-radial-gradients.html.ini @@ -0,0 +1,2 @@ +[tiled-radial-gradients.html] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-lists/content-property/marker-text-matches-armenian.html.ini b/testing/web-platform/meta/css/css-lists/content-property/marker-text-matches-armenian.html.ini index 77bf14ae404a..5b4a293e09e8 100644 --- a/testing/web-platform/meta/css/css-lists/content-property/marker-text-matches-armenian.html.ini +++ b/testing/web-platform/meta/css/css-lists/content-property/marker-text-matches-armenian.html.ini @@ -1,5 +1,5 @@ [marker-text-matches-armenian.html] expected: if (os == "win") and (version == "6.1.7601"): FAIL - if os == "mac": FAIL - if os == "android": FAIL + if (os == "mac"): FAIL + if (os == "android"): FAIL diff --git a/testing/web-platform/meta/css/css-lists/list-marker-with-lineheight-and-overflow-hidden-001.html.ini b/testing/web-platform/meta/css/css-lists/list-marker-with-lineheight-and-overflow-hidden-001.html.ini index 67a17c27e931..3b1d783cdd46 100644 --- a/testing/web-platform/meta/css/css-lists/list-marker-with-lineheight-and-overflow-hidden-001.html.ini +++ b/testing/web-platform/meta/css/css-lists/list-marker-with-lineheight-and-overflow-hidden-001.html.ini @@ -1,3 +1,3 @@ [list-marker-with-lineheight-and-overflow-hidden-001.html] expected: - if os == "win": FAIL + if (os == "win"): FAIL diff --git a/testing/web-platform/meta/css/css-masking/clip/clip-transform-order-2.html.ini b/testing/web-platform/meta/css/css-masking/clip/clip-transform-order-2.html.ini index 3d518064b073..5f4bb513b328 100644 --- a/testing/web-platform/meta/css/css-masking/clip/clip-transform-order-2.html.ini +++ b/testing/web-platform/meta/css/css-masking/clip/clip-transform-order-2.html.ini @@ -1,4 +1,4 @@ [clip-transform-order-2.html] expected: - if os == "android": FAIL + if (os == "android"): FAIL bug: https://github.com/web-platform-tests/wpt/pull/12187 diff --git a/testing/web-platform/meta/css/css-multicol/multicol-fill-auto-001.xht.ini b/testing/web-platform/meta/css/css-multicol/multicol-fill-auto-001.xht.ini new file mode 100644 index 000000000000..d31f6d0eb395 --- /dev/null +++ b/testing/web-platform/meta/css/css-multicol/multicol-fill-auto-001.xht.ini @@ -0,0 +1,2 @@ +[multicol-fill-auto-001.xht] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-multicol/multicol-inherit-001.xht.ini b/testing/web-platform/meta/css/css-multicol/multicol-inherit-001.xht.ini new file mode 100644 index 000000000000..e4adb903deaf --- /dev/null +++ b/testing/web-platform/meta/css/css-multicol/multicol-inherit-001.xht.ini @@ -0,0 +1,2 @@ +[multicol-inherit-001.xht] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-multicol/multicol-overflow-000.xht.ini b/testing/web-platform/meta/css/css-multicol/multicol-overflow-000.xht.ini new file mode 100644 index 000000000000..aa3bf1095671 --- /dev/null +++ b/testing/web-platform/meta/css/css-multicol/multicol-overflow-000.xht.ini @@ -0,0 +1,2 @@ +[multicol-overflow-000.xht] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-position/position-absolute-percentage-height.html.ini b/testing/web-platform/meta/css/css-position/position-absolute-percentage-height.html.ini deleted file mode 100644 index 14533f4a2a85..000000000000 --- a/testing/web-platform/meta/css/css-position/position-absolute-percentage-height.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[position-absolute-percentage-height.html] - [#target height matches containing block height, and target parent width matches #target width after resize] - expected: FAIL - - [#target height matches containing block height, and target parent width matches #target width] - expected: FAIL - diff --git a/testing/web-platform/meta/css/css-position/position-sticky-hyperlink.html.ini b/testing/web-platform/meta/css/css-position/position-sticky-hyperlink.html.ini index 20b94c951a1a..de258dde2957 100644 --- a/testing/web-platform/meta/css/css-position/position-sticky-hyperlink.html.ini +++ b/testing/web-platform/meta/css/css-position/position-sticky-hyperlink.html.ini @@ -1,5 +1,5 @@ [position-sticky-hyperlink.html] expected: - if os == "win": FAIL - if os == "mac": FAIL - if os == "android": FAIL + if (os == "win"): FAIL + if (os == "mac"): FAIL + if (os == "android"): FAIL diff --git a/testing/web-platform/meta/css/css-pseudo/first-letter-003.html.ini b/testing/web-platform/meta/css/css-pseudo/first-letter-003.html.ini index 7189b18f3762..dc12f8c13ab1 100644 --- a/testing/web-platform/meta/css/css-pseudo/first-letter-003.html.ini +++ b/testing/web-platform/meta/css/css-pseudo/first-letter-003.html.ini @@ -1,4 +1,4 @@ [first-letter-003.html] expected: - if os == "win": FAIL - if os == "mac": FAIL + if (os == "win"): FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/css-scoping/css-scoping-shadow-host-rule.html.ini b/testing/web-platform/meta/css/css-scoping/css-scoping-shadow-host-rule.html.ini index 23a94e411d1f..51f3f0ec5f1d 100644 --- a/testing/web-platform/meta/css/css-scoping/css-scoping-shadow-host-rule.html.ini +++ b/testing/web-platform/meta/css/css-scoping/css-scoping-shadow-host-rule.html.ini @@ -1,4 +1,4 @@ [css-scoping-shadow-host-rule.html] expected: - if os == "win": FAIL - if os == "mac": FAIL + if (os == "win"): FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/css-scoping/css-scoping-shadow-root-hides-children.html.ini b/testing/web-platform/meta/css/css-scoping/css-scoping-shadow-root-hides-children.html.ini index a67d4f088c27..7ab9af8e0bf9 100644 --- a/testing/web-platform/meta/css/css-scoping/css-scoping-shadow-root-hides-children.html.ini +++ b/testing/web-platform/meta/css/css-scoping/css-scoping-shadow-root-hides-children.html.ini @@ -1,4 +1,4 @@ [css-scoping-shadow-root-hides-children.html] expected: - if os == "win": FAIL - if os == "mac": FAIL + if (os == "win"): FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/css-scoping/css-scoping-shadow-slotted-nested.html.ini b/testing/web-platform/meta/css/css-scoping/css-scoping-shadow-slotted-nested.html.ini index 1406b9a5babf..9b84130ea2a0 100644 --- a/testing/web-platform/meta/css/css-scoping/css-scoping-shadow-slotted-nested.html.ini +++ b/testing/web-platform/meta/css/css-scoping/css-scoping-shadow-slotted-nested.html.ini @@ -1,4 +1,4 @@ [css-scoping-shadow-slotted-nested.html] expected: - if os == "win": FAIL - if os == "mac": FAIL + if (os == "win"): FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/css-scoping/css-scoping-shadow-slotted-rule.html.ini b/testing/web-platform/meta/css/css-scoping/css-scoping-shadow-slotted-rule.html.ini index f463e9bbd5ad..1e1ea8c0a798 100644 --- a/testing/web-platform/meta/css/css-scoping/css-scoping-shadow-slotted-rule.html.ini +++ b/testing/web-platform/meta/css/css-scoping/css-scoping-shadow-slotted-rule.html.ini @@ -1,4 +1,4 @@ [css-scoping-shadow-slotted-rule.html] expected: - if os == "win": FAIL - if os == "mac": FAIL + if (os == "win"): FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/css-scoping/css-scoping-shadow-with-rules-no-style-leak.html.ini b/testing/web-platform/meta/css/css-scoping/css-scoping-shadow-with-rules-no-style-leak.html.ini index abfbf7a5a7a6..36d49c841719 100644 --- a/testing/web-platform/meta/css/css-scoping/css-scoping-shadow-with-rules-no-style-leak.html.ini +++ b/testing/web-platform/meta/css/css-scoping/css-scoping-shadow-with-rules-no-style-leak.html.ini @@ -1,4 +1,4 @@ [css-scoping-shadow-with-rules-no-style-leak.html] expected: - if os == "win": FAIL - if os == "mac": FAIL + if (os == "win"): FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/css-scoping/css-scoping-shadow-with-rules.html.ini b/testing/web-platform/meta/css/css-scoping/css-scoping-shadow-with-rules.html.ini index da790315ffa6..62043a280417 100644 --- a/testing/web-platform/meta/css/css-scoping/css-scoping-shadow-with-rules.html.ini +++ b/testing/web-platform/meta/css/css-scoping/css-scoping-shadow-with-rules.html.ini @@ -1,4 +1,4 @@ [css-scoping-shadow-with-rules.html] expected: - if os == "win": FAIL - if os == "mac": FAIL + if (os == "win"): FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/css-scroll-snap/scroll-snap-stop-always.html.ini b/testing/web-platform/meta/css/css-scroll-snap/scroll-snap-stop-always.html.ini deleted file mode 100644 index a3ef8de61b2c..000000000000 --- a/testing/web-platform/meta/css/css-scroll-snap/scroll-snap-stop-always.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[scroll-snap-stop-always.html] - [A scroll with intended direction and end position should not pass a snap area with scroll-snap-stop: always.] - expected: FAIL - - [A scroll with intended end position should always choose the closest snap position regardless of the scroll-snap-stop value.] - expected: FAIL - diff --git a/testing/web-platform/meta/css/css-scrollbars/textarea-scrollbar-width-none.html.ini b/testing/web-platform/meta/css/css-scrollbars/textarea-scrollbar-width-none.html.ini index 312fa5f4479d..752e3b778c1d 100644 --- a/testing/web-platform/meta/css/css-scrollbars/textarea-scrollbar-width-none.html.ini +++ b/testing/web-platform/meta/css/css-scrollbars/textarea-scrollbar-width-none.html.ini @@ -4,5 +4,5 @@ if (os == "win") and (processor == "aarch64"): PASS if (os == "win") and (version == "6.1.7601"): FAIL if not webrender and (os == "win") and (version == "10.0.17134"): FAIL - if os == "mac": FAIL - if os == "android": FAIL + if (os == "mac"): FAIL + if (os == "android"): FAIL \ No newline at end of file diff --git a/testing/web-platform/meta/css/css-sizing/intrinsic-percent-replaced-002.html.ini b/testing/web-platform/meta/css/css-sizing/intrinsic-percent-replaced-002.html.ini deleted file mode 100644 index b221184e338f..000000000000 --- a/testing/web-platform/meta/css/css-sizing/intrinsic-percent-replaced-002.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[intrinsic-percent-replaced-002.html] - expected: FAIL diff --git a/testing/web-platform/meta/css/css-sizing/intrinsic-percent-replaced-003.html.ini b/testing/web-platform/meta/css/css-sizing/intrinsic-percent-replaced-003.html.ini deleted file mode 100644 index 8a9dba35f553..000000000000 --- a/testing/web-platform/meta/css/css-sizing/intrinsic-percent-replaced-003.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[intrinsic-percent-replaced-003.html] - expected: FAIL diff --git a/testing/web-platform/meta/css/css-sizing/intrinsic-percent-replaced-004.html.ini b/testing/web-platform/meta/css/css-sizing/intrinsic-percent-replaced-004.html.ini deleted file mode 100644 index 5a3816e41300..000000000000 --- a/testing/web-platform/meta/css/css-sizing/intrinsic-percent-replaced-004.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[intrinsic-percent-replaced-004.html] - expected: FAIL diff --git a/testing/web-platform/meta/css/css-sizing/intrinsic-percent-replaced-005.html.ini b/testing/web-platform/meta/css/css-sizing/intrinsic-percent-replaced-005.html.ini deleted file mode 100644 index 70aa6872ad42..000000000000 --- a/testing/web-platform/meta/css/css-sizing/intrinsic-percent-replaced-005.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[intrinsic-percent-replaced-005.html] - expected: FAIL diff --git a/testing/web-platform/meta/css/css-sizing/intrinsic-percent-replaced-006.html.ini b/testing/web-platform/meta/css/css-sizing/intrinsic-percent-replaced-006.html.ini deleted file mode 100644 index de1b08ea8d1f..000000000000 --- a/testing/web-platform/meta/css/css-sizing/intrinsic-percent-replaced-006.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[intrinsic-percent-replaced-006.html] - expected: FAIL diff --git a/testing/web-platform/meta/css/css-tables/subpixel-collapsed-borders-003.html.ini b/testing/web-platform/meta/css/css-tables/subpixel-collapsed-borders-003.html.ini deleted file mode 100644 index cd3f1ae3a88d..000000000000 --- a/testing/web-platform/meta/css/css-tables/subpixel-collapsed-borders-003.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[subpixel-collapsed-borders-003.html] - expected: FAIL diff --git a/testing/web-platform/meta/css/css-text/boundary-shaping/boundary-shaping-010.html.ini b/testing/web-platform/meta/css/css-text/boundary-shaping/boundary-shaping-010.html.ini index 06b14e46445b..6d6a2318a2d1 100644 --- a/testing/web-platform/meta/css/css-text/boundary-shaping/boundary-shaping-010.html.ini +++ b/testing/web-platform/meta/css/css-text/boundary-shaping/boundary-shaping-010.html.ini @@ -1,4 +1,4 @@ [boundary-shaping-010.html] expected: - if os == "mac": FAIL - if os == "android": FAIL + if (os == "mac"): FAIL + if (os == "android"): FAIL diff --git a/testing/web-platform/meta/css/css-text/text-indent/text-indent-percentage-001.xht.ini b/testing/web-platform/meta/css/css-text/text-indent/text-indent-percentage-001.xht.ini index 75efae7aba4b..87ab0ba066d9 100644 --- a/testing/web-platform/meta/css/css-text/text-indent/text-indent-percentage-001.xht.ini +++ b/testing/web-platform/meta/css/css-text/text-indent/text-indent-percentage-001.xht.ini @@ -1,3 +1,3 @@ [text-indent-percentage-001.xht] expected: - if os == "android": FAIL + if (os == "android"): FAIL diff --git a/testing/web-platform/meta/css/css-text/text-transform/text-transform-capitalize-007.html.ini b/testing/web-platform/meta/css/css-text/text-transform/text-transform-capitalize-007.html.ini deleted file mode 100644 index 55b3e1dad770..000000000000 --- a/testing/web-platform/meta/css/css-text/text-transform/text-transform-capitalize-007.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[text-transform-capitalize-007.html] - expected: FAIL diff --git a/testing/web-platform/meta/css/css-text/white-space/text-space-collapse-preserve-breaks-001.xht.ini b/testing/web-platform/meta/css/css-text/white-space/text-space-collapse-preserve-breaks-001.xht.ini index 8d5e22ea76fb..0104ef2bf071 100644 --- a/testing/web-platform/meta/css/css-text/white-space/text-space-collapse-preserve-breaks-001.xht.ini +++ b/testing/web-platform/meta/css/css-text/white-space/text-space-collapse-preserve-breaks-001.xht.ini @@ -1,12 +1,5 @@ [text-space-collapse-preserve-breaks-001.xht] expected: if not debug and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL - if os == "win": FAIL - if os == "mac": FAIL - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL - if debug and webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): FAIL - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): FAIL - if not debug and webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): FAIL - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): FAIL - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL + if (os == "win"): FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/css-text/white-space/white-space-wrap-after-nowrap-001.html.ini b/testing/web-platform/meta/css/css-text/white-space/white-space-wrap-after-nowrap-001.html.ini deleted file mode 100644 index b54652e802f6..000000000000 --- a/testing/web-platform/meta/css/css-text/white-space/white-space-wrap-after-nowrap-001.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[white-space-wrap-after-nowrap-001.html] - expected: FAIL diff --git a/testing/web-platform/meta/css/css-text/word-break/word-break-break-all-004.html.ini b/testing/web-platform/meta/css/css-text/word-break/word-break-break-all-004.html.ini index 7b59379e296a..7e57e4caf720 100644 --- a/testing/web-platform/meta/css/css-text/word-break/word-break-break-all-004.html.ini +++ b/testing/web-platform/meta/css/css-text/word-break/word-break-break-all-004.html.ini @@ -1,3 +1,3 @@ [word-break-break-all-004.html] expected: - if os == "mac": FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/css-transforms/group/svg-transform-group-008.html.ini b/testing/web-platform/meta/css/css-transforms/group/svg-transform-group-008.html.ini index c601d7fa06c5..71d17d8841de 100644 --- a/testing/web-platform/meta/css/css-transforms/group/svg-transform-group-008.html.ini +++ b/testing/web-platform/meta/css/css-transforms/group/svg-transform-group-008.html.ini @@ -1,3 +1,3 @@ [svg-transform-group-008.html] expected: - if os == "mac": FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/css-transforms/group/svg-transform-group-009.html.ini b/testing/web-platform/meta/css/css-transforms/group/svg-transform-group-009.html.ini index 26e1f2973a08..37ba879cf42b 100644 --- a/testing/web-platform/meta/css/css-transforms/group/svg-transform-group-009.html.ini +++ b/testing/web-platform/meta/css/css-transforms/group/svg-transform-group-009.html.ini @@ -1,3 +1,3 @@ [svg-transform-group-009.html] expected: - if os == "mac": FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/css-transforms/group/svg-transform-nested-008.html.ini b/testing/web-platform/meta/css/css-transforms/group/svg-transform-nested-008.html.ini index 444416f0bdf9..398b20facd45 100644 --- a/testing/web-platform/meta/css/css-transforms/group/svg-transform-nested-008.html.ini +++ b/testing/web-platform/meta/css/css-transforms/group/svg-transform-nested-008.html.ini @@ -1,3 +1,3 @@ [svg-transform-nested-008.html] expected: - if os == "mac": FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/css-transforms/group/svg-transform-nested-009.html.ini b/testing/web-platform/meta/css/css-transforms/group/svg-transform-nested-009.html.ini index b337450a659d..3a66502c970b 100644 --- a/testing/web-platform/meta/css/css-transforms/group/svg-transform-nested-009.html.ini +++ b/testing/web-platform/meta/css/css-transforms/group/svg-transform-nested-009.html.ini @@ -1,7 +1,4 @@ [svg-transform-nested-009.html] expected: - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS + if webrender: PASS FAIL diff --git a/testing/web-platform/meta/css/css-transforms/matrix/svg-matrix-001.html.ini b/testing/web-platform/meta/css/css-transforms/matrix/svg-matrix-001.html.ini index 7492f8be2b47..902a5ce1e7c0 100644 --- a/testing/web-platform/meta/css/css-transforms/matrix/svg-matrix-001.html.ini +++ b/testing/web-platform/meta/css/css-transforms/matrix/svg-matrix-001.html.ini @@ -1,3 +1,3 @@ [svg-matrix-001.html] expected: - if os == "mac": FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/css-transforms/matrix/svg-matrix-002.html.ini b/testing/web-platform/meta/css/css-transforms/matrix/svg-matrix-002.html.ini index d14f7c814328..1525daa2d350 100644 --- a/testing/web-platform/meta/css/css-transforms/matrix/svg-matrix-002.html.ini +++ b/testing/web-platform/meta/css/css-transforms/matrix/svg-matrix-002.html.ini @@ -1,3 +1,3 @@ [svg-matrix-002.html] expected: - if os == "mac": FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/css-transforms/matrix/svg-matrix-003.html.ini b/testing/web-platform/meta/css/css-transforms/matrix/svg-matrix-003.html.ini index 563c859f63da..52b875ddee04 100644 --- a/testing/web-platform/meta/css/css-transforms/matrix/svg-matrix-003.html.ini +++ b/testing/web-platform/meta/css/css-transforms/matrix/svg-matrix-003.html.ini @@ -1,3 +1,3 @@ [svg-matrix-003.html] expected: - if os == "mac": FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/css-transforms/matrix/svg-matrix-004.html.ini b/testing/web-platform/meta/css/css-transforms/matrix/svg-matrix-004.html.ini index 6f2345908a94..081c0471d4f9 100644 --- a/testing/web-platform/meta/css/css-transforms/matrix/svg-matrix-004.html.ini +++ b/testing/web-platform/meta/css/css-transforms/matrix/svg-matrix-004.html.ini @@ -1,3 +1,3 @@ [svg-matrix-004.html] expected: - if os == "mac": FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/css-transforms/matrix/svg-matrix-005.html.ini b/testing/web-platform/meta/css/css-transforms/matrix/svg-matrix-005.html.ini index 1d67bdaaf65c..1fc6b98e372a 100644 --- a/testing/web-platform/meta/css/css-transforms/matrix/svg-matrix-005.html.ini +++ b/testing/web-platform/meta/css/css-transforms/matrix/svg-matrix-005.html.ini @@ -1,4 +1,2 @@ [svg-matrix-005.html] - expected: - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL + expected: FAIL diff --git a/testing/web-platform/meta/css/css-transforms/matrix/svg-matrix-006.html.ini b/testing/web-platform/meta/css/css-transforms/matrix/svg-matrix-006.html.ini index 3a7f903d203d..30fb7333f5d2 100644 --- a/testing/web-platform/meta/css/css-transforms/matrix/svg-matrix-006.html.ini +++ b/testing/web-platform/meta/css/css-transforms/matrix/svg-matrix-006.html.ini @@ -1,3 +1,3 @@ [svg-matrix-006.html] expected: - if os == "mac": FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/css-transforms/matrix/svg-matrix-007.html.ini b/testing/web-platform/meta/css/css-transforms/matrix/svg-matrix-007.html.ini index 9678d861cdaf..d4ed41ac28f6 100644 --- a/testing/web-platform/meta/css/css-transforms/matrix/svg-matrix-007.html.ini +++ b/testing/web-platform/meta/css/css-transforms/matrix/svg-matrix-007.html.ini @@ -1,3 +1,3 @@ [svg-matrix-007.html] expected: - if os == "mac": FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/css-transforms/matrix/svg-matrix-008.html.ini b/testing/web-platform/meta/css/css-transforms/matrix/svg-matrix-008.html.ini index d58065c8cf12..c3f26091912d 100644 --- a/testing/web-platform/meta/css/css-transforms/matrix/svg-matrix-008.html.ini +++ b/testing/web-platform/meta/css/css-transforms/matrix/svg-matrix-008.html.ini @@ -1,3 +1,3 @@ [svg-matrix-008.html] expected: - if os == "mac": FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/css-transforms/matrix/svg-matrix-009.html.ini b/testing/web-platform/meta/css/css-transforms/matrix/svg-matrix-009.html.ini index 3f423af78b88..f33f0eac98e9 100644 --- a/testing/web-platform/meta/css/css-transforms/matrix/svg-matrix-009.html.ini +++ b/testing/web-platform/meta/css/css-transforms/matrix/svg-matrix-009.html.ini @@ -1,3 +1,3 @@ [svg-matrix-009.html] expected: - if os == "mac": FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/css-transforms/matrix/svg-matrix-010.html.ini b/testing/web-platform/meta/css/css-transforms/matrix/svg-matrix-010.html.ini index 5994c64b71c0..d03023c8b2f4 100644 --- a/testing/web-platform/meta/css/css-transforms/matrix/svg-matrix-010.html.ini +++ b/testing/web-platform/meta/css/css-transforms/matrix/svg-matrix-010.html.ini @@ -1,3 +1,3 @@ [svg-matrix-010.html] expected: - if os == "mac": FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/css-transforms/matrix/svg-matrix-011.html.ini b/testing/web-platform/meta/css/css-transforms/matrix/svg-matrix-011.html.ini index aa7e14bbfa3f..26b35feee577 100644 --- a/testing/web-platform/meta/css/css-transforms/matrix/svg-matrix-011.html.ini +++ b/testing/web-platform/meta/css/css-transforms/matrix/svg-matrix-011.html.ini @@ -1,3 +1,3 @@ [svg-matrix-011.html] expected: - if os == "mac": FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/css-transforms/matrix/svg-matrix-012.html.ini b/testing/web-platform/meta/css/css-transforms/matrix/svg-matrix-012.html.ini index c5ba2d815d73..90aa4314c66b 100644 --- a/testing/web-platform/meta/css/css-transforms/matrix/svg-matrix-012.html.ini +++ b/testing/web-platform/meta/css/css-transforms/matrix/svg-matrix-012.html.ini @@ -1,3 +1,3 @@ [svg-matrix-012.html] expected: - if os == "mac": FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/css-transforms/matrix/svg-matrix-013.html.ini b/testing/web-platform/meta/css/css-transforms/matrix/svg-matrix-013.html.ini index d7a090c9684b..f224f2c66e90 100644 --- a/testing/web-platform/meta/css/css-transforms/matrix/svg-matrix-013.html.ini +++ b/testing/web-platform/meta/css/css-transforms/matrix/svg-matrix-013.html.ini @@ -1,3 +1,3 @@ [svg-matrix-013.html] expected: - if os == "mac": FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/css-transforms/matrix/svg-matrix-014.html.ini b/testing/web-platform/meta/css/css-transforms/matrix/svg-matrix-014.html.ini index 7f1ebcaf2c08..470ba556b8db 100644 --- a/testing/web-platform/meta/css/css-transforms/matrix/svg-matrix-014.html.ini +++ b/testing/web-platform/meta/css/css-transforms/matrix/svg-matrix-014.html.ini @@ -1,3 +1,3 @@ [svg-matrix-014.html] expected: - if os == "mac": FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/css-transforms/matrix/svg-matrix-015.html.ini b/testing/web-platform/meta/css/css-transforms/matrix/svg-matrix-015.html.ini index 35ad14011b95..b89b0cd8dc2f 100644 --- a/testing/web-platform/meta/css/css-transforms/matrix/svg-matrix-015.html.ini +++ b/testing/web-platform/meta/css/css-transforms/matrix/svg-matrix-015.html.ini @@ -1,3 +1,3 @@ [svg-matrix-015.html] expected: - if os == "mac": FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/css-transforms/patternTransform/svg-patternTransform-049.html.ini b/testing/web-platform/meta/css/css-transforms/patternTransform/svg-patternTransform-049.html.ini index 6742bbca728e..eee317a7bb31 100644 --- a/testing/web-platform/meta/css/css-transforms/patternTransform/svg-patternTransform-049.html.ini +++ b/testing/web-platform/meta/css/css-transforms/patternTransform/svg-patternTransform-049.html.ini @@ -1,3 +1,3 @@ [svg-patternTransform-049.html] expected: - if os == "mac": FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/css-transforms/scale/svg-scale-001.html.ini b/testing/web-platform/meta/css/css-transforms/scale/svg-scale-001.html.ini index 593cec1a64ef..188b482e1122 100644 --- a/testing/web-platform/meta/css/css-transforms/scale/svg-scale-001.html.ini +++ b/testing/web-platform/meta/css/css-transforms/scale/svg-scale-001.html.ini @@ -1,3 +1,3 @@ [svg-scale-001.html] expected: - if os == "mac": FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/css-transforms/scale/svg-scale-002.html.ini b/testing/web-platform/meta/css/css-transforms/scale/svg-scale-002.html.ini index d076dc5f31ce..422e8850668f 100644 --- a/testing/web-platform/meta/css/css-transforms/scale/svg-scale-002.html.ini +++ b/testing/web-platform/meta/css/css-transforms/scale/svg-scale-002.html.ini @@ -1,3 +1,3 @@ [svg-scale-002.html] expected: - if os == "mac": FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/css-transforms/scale/svg-scale-003.html.ini b/testing/web-platform/meta/css/css-transforms/scale/svg-scale-003.html.ini index 67eb64da24c4..89256bf9d3fd 100644 --- a/testing/web-platform/meta/css/css-transforms/scale/svg-scale-003.html.ini +++ b/testing/web-platform/meta/css/css-transforms/scale/svg-scale-003.html.ini @@ -1,3 +1,3 @@ [svg-scale-003.html] expected: - if os == "mac": FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/css-transforms/scale/svg-scale-004.html.ini b/testing/web-platform/meta/css/css-transforms/scale/svg-scale-004.html.ini index a033eab4f012..3a90aef157d5 100644 --- a/testing/web-platform/meta/css/css-transforms/scale/svg-scale-004.html.ini +++ b/testing/web-platform/meta/css/css-transforms/scale/svg-scale-004.html.ini @@ -1,3 +1,3 @@ [svg-scale-004.html] expected: - if os == "mac": FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/css-transforms/scale/svg-scale-005.html.ini b/testing/web-platform/meta/css/css-transforms/scale/svg-scale-005.html.ini index e11b736aec48..384ea4730c40 100644 --- a/testing/web-platform/meta/css/css-transforms/scale/svg-scale-005.html.ini +++ b/testing/web-platform/meta/css/css-transforms/scale/svg-scale-005.html.ini @@ -1,3 +1,3 @@ [svg-scale-005.html] expected: - if os == "mac": FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/css-transforms/scale/svg-scale-006.html.ini b/testing/web-platform/meta/css/css-transforms/scale/svg-scale-006.html.ini index 8ec52df32656..6d407c6e9ca2 100644 --- a/testing/web-platform/meta/css/css-transforms/scale/svg-scale-006.html.ini +++ b/testing/web-platform/meta/css/css-transforms/scale/svg-scale-006.html.ini @@ -1,3 +1,3 @@ [svg-scale-006.html] expected: - if os == "mac": FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/css-transforms/scale/svg-scale-007.html.ini b/testing/web-platform/meta/css/css-transforms/scale/svg-scale-007.html.ini index 5e1800b4337f..2996c9835928 100644 --- a/testing/web-platform/meta/css/css-transforms/scale/svg-scale-007.html.ini +++ b/testing/web-platform/meta/css/css-transforms/scale/svg-scale-007.html.ini @@ -1,3 +1,3 @@ [svg-scale-007.html] expected: - if os == "mac": FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/css-transforms/scale/svg-scale-008.html.ini b/testing/web-platform/meta/css/css-transforms/scale/svg-scale-008.html.ini index 610b281fc125..d6ec9d348bfe 100644 --- a/testing/web-platform/meta/css/css-transforms/scale/svg-scale-008.html.ini +++ b/testing/web-platform/meta/css/css-transforms/scale/svg-scale-008.html.ini @@ -1,3 +1,3 @@ [svg-scale-008.html] expected: - if os == "mac": FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/css-transforms/scale/svg-scale-009.html.ini b/testing/web-platform/meta/css/css-transforms/scale/svg-scale-009.html.ini index 5e7ea269472a..41b49cc60aa2 100644 --- a/testing/web-platform/meta/css/css-transforms/scale/svg-scale-009.html.ini +++ b/testing/web-platform/meta/css/css-transforms/scale/svg-scale-009.html.ini @@ -1,3 +1,3 @@ [svg-scale-009.html] expected: - if os == "mac": FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/css-transforms/scale/svg-scale-010.html.ini b/testing/web-platform/meta/css/css-transforms/scale/svg-scale-010.html.ini index f729b35c70e4..5a64720a129a 100644 --- a/testing/web-platform/meta/css/css-transforms/scale/svg-scale-010.html.ini +++ b/testing/web-platform/meta/css/css-transforms/scale/svg-scale-010.html.ini @@ -1,3 +1,3 @@ [svg-scale-010.html] expected: - if os == "mac": FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/css-transforms/scale/svg-scale-011.html.ini b/testing/web-platform/meta/css/css-transforms/scale/svg-scale-011.html.ini index a1a2623b02e8..088d5e45400e 100644 --- a/testing/web-platform/meta/css/css-transforms/scale/svg-scale-011.html.ini +++ b/testing/web-platform/meta/css/css-transforms/scale/svg-scale-011.html.ini @@ -1,3 +1,3 @@ [svg-scale-011.html] expected: - if os == "mac": FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/css-transforms/scale/svg-scale-012.html.ini b/testing/web-platform/meta/css/css-transforms/scale/svg-scale-012.html.ini index 4840fa2adf69..11ca44f0ac17 100644 --- a/testing/web-platform/meta/css/css-transforms/scale/svg-scale-012.html.ini +++ b/testing/web-platform/meta/css/css-transforms/scale/svg-scale-012.html.ini @@ -1,3 +1,3 @@ [svg-scale-012.html] expected: - if os == "mac": FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/css-transforms/scale/svg-scale-013.html.ini b/testing/web-platform/meta/css/css-transforms/scale/svg-scale-013.html.ini index 1a9109905754..79fc76ae00d6 100644 --- a/testing/web-platform/meta/css/css-transforms/scale/svg-scale-013.html.ini +++ b/testing/web-platform/meta/css/css-transforms/scale/svg-scale-013.html.ini @@ -1,3 +1,3 @@ [svg-scale-013.html] expected: - if os == "mac": FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/css-transforms/scale/svg-scale-014.html.ini b/testing/web-platform/meta/css/css-transforms/scale/svg-scale-014.html.ini index c37dd5b6cb24..654626f5c952 100644 --- a/testing/web-platform/meta/css/css-transforms/scale/svg-scale-014.html.ini +++ b/testing/web-platform/meta/css/css-transforms/scale/svg-scale-014.html.ini @@ -1,3 +1,3 @@ [svg-scale-014.html] expected: - if os == "mac": FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/css-transforms/scale/svg-scale-015.html.ini b/testing/web-platform/meta/css/css-transforms/scale/svg-scale-015.html.ini index 21468f4565ad..5a642a60a442 100644 --- a/testing/web-platform/meta/css/css-transforms/scale/svg-scale-015.html.ini +++ b/testing/web-platform/meta/css/css-transforms/scale/svg-scale-015.html.ini @@ -1,3 +1,3 @@ [svg-scale-015.html] expected: - if os == "mac": FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/css-transforms/scale/svg-scale-016.html.ini b/testing/web-platform/meta/css/css-transforms/scale/svg-scale-016.html.ini index 391e85e35d65..9c990b970291 100644 --- a/testing/web-platform/meta/css/css-transforms/scale/svg-scale-016.html.ini +++ b/testing/web-platform/meta/css/css-transforms/scale/svg-scale-016.html.ini @@ -1,3 +1,3 @@ [svg-scale-016.html] expected: - if os == "mac": FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/css-transforms/scale/svg-scale-017.html.ini b/testing/web-platform/meta/css/css-transforms/scale/svg-scale-017.html.ini index 1e9b280b69f1..29e903896538 100644 --- a/testing/web-platform/meta/css/css-transforms/scale/svg-scale-017.html.ini +++ b/testing/web-platform/meta/css/css-transforms/scale/svg-scale-017.html.ini @@ -1,3 +1,3 @@ [svg-scale-017.html] expected: - if os == "mac": FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/css-transforms/scale/svg-scalex-003.html.ini b/testing/web-platform/meta/css/css-transforms/scale/svg-scalex-003.html.ini index fef3df9a86e9..785ef47e3298 100644 --- a/testing/web-platform/meta/css/css-transforms/scale/svg-scalex-003.html.ini +++ b/testing/web-platform/meta/css/css-transforms/scale/svg-scalex-003.html.ini @@ -1,3 +1,3 @@ [svg-scalex-003.html] expected: - if os == "mac": FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/css-transforms/scale/svg-scaley-003.html.ini b/testing/web-platform/meta/css/css-transforms/scale/svg-scaley-003.html.ini index d0301fefd956..834b1d361315 100644 --- a/testing/web-platform/meta/css/css-transforms/scale/svg-scaley-003.html.ini +++ b/testing/web-platform/meta/css/css-transforms/scale/svg-scaley-003.html.ini @@ -1,3 +1,3 @@ [svg-scaley-003.html] expected: - if os == "mac": FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/css-transforms/skewX/svg-skewx-001.html.ini b/testing/web-platform/meta/css/css-transforms/skewX/svg-skewx-001.html.ini index f37be1337812..250b0d47b238 100644 --- a/testing/web-platform/meta/css/css-transforms/skewX/svg-skewx-001.html.ini +++ b/testing/web-platform/meta/css/css-transforms/skewX/svg-skewx-001.html.ini @@ -1,3 +1,3 @@ [svg-skewx-001.html] expected: - if os == "mac": FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/css-transforms/skewX/svg-skewx-006.html.ini b/testing/web-platform/meta/css/css-transforms/skewX/svg-skewx-006.html.ini index 357037fb713e..dec35421b114 100644 --- a/testing/web-platform/meta/css/css-transforms/skewX/svg-skewx-006.html.ini +++ b/testing/web-platform/meta/css/css-transforms/skewX/svg-skewx-006.html.ini @@ -1,3 +1,3 @@ [svg-skewx-006.html] expected: - if os == "mac": FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/css-transforms/skewX/svg-skewx-011.html.ini b/testing/web-platform/meta/css/css-transforms/skewX/svg-skewx-011.html.ini index 5ff8097bd92d..5b0d6a690aa1 100644 --- a/testing/web-platform/meta/css/css-transforms/skewX/svg-skewx-011.html.ini +++ b/testing/web-platform/meta/css/css-transforms/skewX/svg-skewx-011.html.ini @@ -1,3 +1,3 @@ [svg-skewx-011.html] expected: - if os == "mac": FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/css-transforms/skewX/svg-skewx-016.html.ini b/testing/web-platform/meta/css/css-transforms/skewX/svg-skewx-016.html.ini index dc9e6c5a80b1..01d63b943115 100644 --- a/testing/web-platform/meta/css/css-transforms/skewX/svg-skewx-016.html.ini +++ b/testing/web-platform/meta/css/css-transforms/skewX/svg-skewx-016.html.ini @@ -1,3 +1,3 @@ [svg-skewx-016.html] expected: - if os == "mac": FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/css-transforms/skewX/svg-skewx-021.html.ini b/testing/web-platform/meta/css/css-transforms/skewX/svg-skewx-021.html.ini index 1ed5155f14a1..136c2c5ad145 100644 --- a/testing/web-platform/meta/css/css-transforms/skewX/svg-skewx-021.html.ini +++ b/testing/web-platform/meta/css/css-transforms/skewX/svg-skewx-021.html.ini @@ -1,3 +1,3 @@ [svg-skewx-021.html] expected: - if os == "mac": FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/css-transforms/skewY/svg-skewy-001.html.ini b/testing/web-platform/meta/css/css-transforms/skewY/svg-skewy-001.html.ini index 408c2e71d672..8bc6a070282a 100644 --- a/testing/web-platform/meta/css/css-transforms/skewY/svg-skewy-001.html.ini +++ b/testing/web-platform/meta/css/css-transforms/skewY/svg-skewy-001.html.ini @@ -1,3 +1,3 @@ [svg-skewy-001.html] expected: - if os == "mac": FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/css-transforms/skewY/svg-skewy-006.html.ini b/testing/web-platform/meta/css/css-transforms/skewY/svg-skewy-006.html.ini index 1788a1a23a47..c719792530f6 100644 --- a/testing/web-platform/meta/css/css-transforms/skewY/svg-skewy-006.html.ini +++ b/testing/web-platform/meta/css/css-transforms/skewY/svg-skewy-006.html.ini @@ -1,3 +1,3 @@ [svg-skewy-006.html] expected: - if os == "mac": FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/css-transforms/skewY/svg-skewy-011.html.ini b/testing/web-platform/meta/css/css-transforms/skewY/svg-skewy-011.html.ini index 3f78b251c6b1..bcf9ea46ce47 100644 --- a/testing/web-platform/meta/css/css-transforms/skewY/svg-skewy-011.html.ini +++ b/testing/web-platform/meta/css/css-transforms/skewY/svg-skewy-011.html.ini @@ -1,3 +1,3 @@ [svg-skewy-011.html] expected: - if os == "mac": FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/css-transforms/skewY/svg-skewy-016.html.ini b/testing/web-platform/meta/css/css-transforms/skewY/svg-skewy-016.html.ini index c33dbfb92b56..fa88e4f0d326 100644 --- a/testing/web-platform/meta/css/css-transforms/skewY/svg-skewy-016.html.ini +++ b/testing/web-platform/meta/css/css-transforms/skewY/svg-skewy-016.html.ini @@ -1,3 +1,3 @@ [svg-skewy-016.html] expected: - if os == "mac": FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/css-transforms/skewY/svg-skewy-021.html.ini b/testing/web-platform/meta/css/css-transforms/skewY/svg-skewy-021.html.ini index fb4165f01c52..0524b7597a6b 100644 --- a/testing/web-platform/meta/css/css-transforms/skewY/svg-skewy-021.html.ini +++ b/testing/web-platform/meta/css/css-transforms/skewY/svg-skewy-021.html.ini @@ -1,3 +1,3 @@ [svg-skewy-021.html] expected: - if os == "mac": FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/css-transforms/transform-box/fill-box-mutation.html.ini b/testing/web-platform/meta/css/css-transforms/transform-box/fill-box-mutation.html.ini index cb11173f93e3..19a9ad0a63ad 100644 --- a/testing/web-platform/meta/css/css-transforms/transform-box/fill-box-mutation.html.ini +++ b/testing/web-platform/meta/css/css-transforms/transform-box/fill-box-mutation.html.ini @@ -1,3 +1,3 @@ [fill-box-mutation.html] expected: - if os == "mac": FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/css-transforms/transform-box/fill-box.html.ini b/testing/web-platform/meta/css/css-transforms/transform-box/fill-box.html.ini index 2cfe797fa473..1a6df14bef6b 100644 --- a/testing/web-platform/meta/css/css-transforms/transform-box/fill-box.html.ini +++ b/testing/web-platform/meta/css/css-transforms/transform-box/fill-box.html.ini @@ -1,3 +1,3 @@ [fill-box.html] expected: - if os == "mac": FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/css-transforms/transform-box/value-changed.html.ini b/testing/web-platform/meta/css/css-transforms/transform-box/value-changed.html.ini index aa5fede5c888..3b8018c4e36b 100644 --- a/testing/web-platform/meta/css/css-transforms/transform-box/value-changed.html.ini +++ b/testing/web-platform/meta/css/css-transforms/transform-box/value-changed.html.ini @@ -1,3 +1,3 @@ [value-changed.html] expected: - if os == "mac": FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/css-transforms/transform-box/view-box-mutation.html.ini b/testing/web-platform/meta/css/css-transforms/transform-box/view-box-mutation.html.ini index 79174624852e..04ef4d466b99 100644 --- a/testing/web-platform/meta/css/css-transforms/transform-box/view-box-mutation.html.ini +++ b/testing/web-platform/meta/css/css-transforms/transform-box/view-box-mutation.html.ini @@ -1,3 +1,3 @@ [view-box-mutation.html] expected: - if os == "mac": FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/css-transforms/transform-box/view-box-nested.html.ini b/testing/web-platform/meta/css/css-transforms/transform-box/view-box-nested.html.ini index e1132fd87945..cb076cf27ff7 100644 --- a/testing/web-platform/meta/css/css-transforms/transform-box/view-box-nested.html.ini +++ b/testing/web-platform/meta/css/css-transforms/transform-box/view-box-nested.html.ini @@ -1,3 +1,3 @@ [view-box-nested.html] expected: - if os == "mac": FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/css-transforms/transform-box/view-box-viewbox-nested.html.ini b/testing/web-platform/meta/css/css-transforms/transform-box/view-box-viewbox-nested.html.ini index 45941746a486..ff81fd567e9c 100644 --- a/testing/web-platform/meta/css/css-transforms/transform-box/view-box-viewbox-nested.html.ini +++ b/testing/web-platform/meta/css/css-transforms/transform-box/view-box-viewbox-nested.html.ini @@ -1,3 +1,3 @@ [view-box-viewbox-nested.html] expected: - if os == "mac": FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/css-transforms/transform-box/view-box-viewbox.html.ini b/testing/web-platform/meta/css/css-transforms/transform-box/view-box-viewbox.html.ini index 13d16c81e8e4..9617ea4a70c2 100644 --- a/testing/web-platform/meta/css/css-transforms/transform-box/view-box-viewbox.html.ini +++ b/testing/web-platform/meta/css/css-transforms/transform-box/view-box-viewbox.html.ini @@ -1,3 +1,3 @@ [view-box-viewbox.html] expected: - if os == "mac": FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/css-transforms/transform-box/view-box.html.ini b/testing/web-platform/meta/css/css-transforms/transform-box/view-box.html.ini index 3bb163de8692..308511239c60 100644 --- a/testing/web-platform/meta/css/css-transforms/transform-box/view-box.html.ini +++ b/testing/web-platform/meta/css/css-transforms/transform-box/view-box.html.ini @@ -1,3 +1,3 @@ [view-box.html] expected: - if os == "mac": FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/css-transforms/transform-inherit-001.html.ini b/testing/web-platform/meta/css/css-transforms/transform-inherit-001.html.ini new file mode 100644 index 000000000000..b56235815669 --- /dev/null +++ b/testing/web-platform/meta/css/css-transforms/transform-inherit-001.html.ini @@ -0,0 +1,3 @@ +[transform-inherit-001.html] + expected: + if (os == "android"): FAIL diff --git a/testing/web-platform/meta/css/css-ui/parsing/user-select-valid.html.ini b/testing/web-platform/meta/css/css-ui/parsing/user-select-valid.html.ini deleted file mode 100644 index cd251188365f..000000000000 --- a/testing/web-platform/meta/css/css-ui/parsing/user-select-valid.html.ini +++ /dev/null @@ -1,16 +0,0 @@ -[user-select-valid.html] - [e.style['user-select'\] = "contain" should set the property value] - expected: FAIL - - [e.style['user-select'\] = "all" should set the property value] - expected: FAIL - - [e.style['user-select'\] = "none" should set the property value] - expected: FAIL - - [e.style['user-select'\] = "text" should set the property value] - expected: FAIL - - [e.style['user-select'\] = "auto" should set the property value] - expected: FAIL - diff --git a/testing/web-platform/meta/css/css-values/calc-serialization-002.html.ini b/testing/web-platform/meta/css/css-values/calc-serialization-002.html.ini deleted file mode 100644 index 30e9a093c565..000000000000 --- a/testing/web-platform/meta/css/css-values/calc-serialization-002.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[calc-serialization-002.html] - [testing calc(1em + 1.27cm + 13% + 3em)] - expected: FAIL - - [testing calc(25.4q + 1vh + 12%)] - expected: FAIL - diff --git a/testing/web-platform/meta/css/css-values/calc-z-index-fractions-001.html.ini b/testing/web-platform/meta/css/css-values/calc-z-index-fractions-001.html.ini deleted file mode 100644 index 2c78ebfac3db..000000000000 --- a/testing/web-platform/meta/css/css-values/calc-z-index-fractions-001.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[calc-z-index-fractions-001.html] - [testing z-index: calc(-3 / 2)] - expected: FAIL - diff --git a/testing/web-platform/meta/css/css-values/ch-unit-001.html.ini b/testing/web-platform/meta/css/css-values/ch-unit-001.html.ini index bbbfc53150f4..041887c7f5a3 100644 --- a/testing/web-platform/meta/css/css-values/ch-unit-001.html.ini +++ b/testing/web-platform/meta/css/css-values/ch-unit-001.html.ini @@ -1,3 +1,3 @@ [ch-unit-001.html] expected: - if os == "mac": FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/css-values/ch-unit-002.html.ini b/testing/web-platform/meta/css/css-values/ch-unit-002.html.ini index f1c817de6a29..dd7c831e6254 100644 --- a/testing/web-platform/meta/css/css-values/ch-unit-002.html.ini +++ b/testing/web-platform/meta/css/css-values/ch-unit-002.html.ini @@ -1,3 +1,3 @@ [ch-unit-002.html] expected: - if os == "mac": FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/css-values/ch-unit-004.html.ini b/testing/web-platform/meta/css/css-values/ch-unit-004.html.ini index 0b73d4661d4c..eafd6d9214e5 100644 --- a/testing/web-platform/meta/css/css-values/ch-unit-004.html.ini +++ b/testing/web-platform/meta/css/css-values/ch-unit-004.html.ini @@ -1,3 +1,3 @@ [ch-unit-004.html] expected: - if os == "mac": FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-icb-vlr-021.xht.ini b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-icb-vlr-021.xht.ini index 30ca68d3109e..63230525aca3 100644 --- a/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-icb-vlr-021.xht.ini +++ b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-icb-vlr-021.xht.ini @@ -1,3 +1,3 @@ [abs-pos-non-replaced-icb-vlr-021.xht] disabled: - if os == "win": https://bugzilla.mozilla.org/show_bug.cgi?id=1500276 + if (os == "win"): https://bugzilla.mozilla.org/show_bug.cgi?id=1500276 diff --git a/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-007.xht.ini b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-007.xht.ini new file mode 100644 index 000000000000..41d0fcbf4613 --- /dev/null +++ b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-007.xht.ini @@ -0,0 +1,2 @@ +[abs-pos-non-replaced-vlr-007.xht] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-013.xht.ini b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-013.xht.ini index e79cadf78b0e..4ce606461568 100644 --- a/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-013.xht.ini +++ b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-013.xht.ini @@ -1,19 +1,2 @@ [abs-pos-non-replaced-vlr-013.xht] - expected: - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if not debug and webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - FAIL + expected: FAIL diff --git a/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-019.xht.ini b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-019.xht.ini index 5693b9e6c1c1..874e5682fbc8 100644 --- a/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-019.xht.ini +++ b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-019.xht.ini @@ -1,19 +1,2 @@ [abs-pos-non-replaced-vlr-019.xht] - expected: - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if not debug and webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - FAIL + expected: FAIL diff --git a/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-025.xht.ini b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-025.xht.ini index 2a6c6b2f9db3..c79e0a743459 100644 --- a/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-025.xht.ini +++ b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-025.xht.ini @@ -1,17 +1,2 @@ [abs-pos-non-replaced-vlr-025.xht] - expected: - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS + expected: FAIL diff --git a/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-031.xht.ini b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-031.xht.ini new file mode 100644 index 000000000000..7f16bfbb5f7d --- /dev/null +++ b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-031.xht.ini @@ -0,0 +1,2 @@ +[abs-pos-non-replaced-vlr-031.xht] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-037.xht.ini b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-037.xht.ini index 477efbc8cb5b..36f6a3e56411 100644 --- a/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-037.xht.ini +++ b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-037.xht.ini @@ -1,19 +1,2 @@ [abs-pos-non-replaced-vlr-037.xht] - expected: - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if not debug and webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - FAIL + expected: FAIL diff --git a/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-043.xht.ini b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-043.xht.ini index 68ac12fc3771..6a6568ae6fc1 100644 --- a/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-043.xht.ini +++ b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-043.xht.ini @@ -1,16 +1,2 @@ [abs-pos-non-replaced-vlr-043.xht] - expected: - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS + expected: FAIL diff --git a/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-049.xht.ini b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-049.xht.ini index c706121a71c0..8ce7a7764636 100644 --- a/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-049.xht.ini +++ b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-049.xht.ini @@ -1,16 +1,2 @@ [abs-pos-non-replaced-vlr-049.xht] - expected: - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS + expected: FAIL diff --git a/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-055.xht.ini b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-055.xht.ini new file mode 100644 index 000000000000..d024c1d4ec18 --- /dev/null +++ b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-055.xht.ini @@ -0,0 +1,2 @@ +[abs-pos-non-replaced-vlr-055.xht] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-061.xht.ini b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-061.xht.ini index 8cd1f11f5a85..3f298822c21c 100644 --- a/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-061.xht.ini +++ b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-061.xht.ini @@ -1,19 +1,2 @@ [abs-pos-non-replaced-vlr-061.xht] - expected: - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if not debug and webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - FAIL + expected: FAIL diff --git a/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-067.xht.ini b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-067.xht.ini index eb212cb7fe2b..8b5ff706313c 100644 --- a/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-067.xht.ini +++ b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-067.xht.ini @@ -1,19 +1,2 @@ [abs-pos-non-replaced-vlr-067.xht] - expected: - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if not debug and webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - FAIL + expected: FAIL diff --git a/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-073.xht.ini b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-073.xht.ini index a60a4172ca3d..9747a6a1f1d7 100644 --- a/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-073.xht.ini +++ b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-073.xht.ini @@ -1,17 +1,2 @@ [abs-pos-non-replaced-vlr-073.xht] - expected: - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS + expected: FAIL diff --git a/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-079.xht.ini b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-079.xht.ini new file mode 100644 index 000000000000..601b1f1477d4 --- /dev/null +++ b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-079.xht.ini @@ -0,0 +1,2 @@ +[abs-pos-non-replaced-vlr-079.xht] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-085.xht.ini b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-085.xht.ini new file mode 100644 index 000000000000..66d0bd18265c --- /dev/null +++ b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-085.xht.ini @@ -0,0 +1,2 @@ +[abs-pos-non-replaced-vlr-085.xht] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-091.xht.ini b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-091.xht.ini index 919336497e6e..e368c1defdf4 100644 --- a/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-091.xht.ini +++ b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-091.xht.ini @@ -1,16 +1,2 @@ [abs-pos-non-replaced-vlr-091.xht] - expected: - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS + expected: FAIL diff --git a/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-097.xht.ini b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-097.xht.ini new file mode 100644 index 000000000000..ca301d4b2044 --- /dev/null +++ b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-097.xht.ini @@ -0,0 +1,2 @@ +[abs-pos-non-replaced-vlr-097.xht] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-107.xht.ini b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-107.xht.ini new file mode 100644 index 000000000000..a66662b03199 --- /dev/null +++ b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-107.xht.ini @@ -0,0 +1,2 @@ +[abs-pos-non-replaced-vlr-107.xht] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-115.xht.ini b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-115.xht.ini index 0a452785b177..b0a094ffbd5d 100644 --- a/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-115.xht.ini +++ b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-115.xht.ini @@ -1,19 +1,2 @@ [abs-pos-non-replaced-vlr-115.xht] - expected: - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if not debug and webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - FAIL + expected: FAIL diff --git a/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-123.xht.ini b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-123.xht.ini new file mode 100644 index 000000000000..3e3d139272f5 --- /dev/null +++ b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-123.xht.ini @@ -0,0 +1,2 @@ +[abs-pos-non-replaced-vlr-123.xht] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-131.xht.ini b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-131.xht.ini new file mode 100644 index 000000000000..3c7ddec6209c --- /dev/null +++ b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-131.xht.ini @@ -0,0 +1,2 @@ +[abs-pos-non-replaced-vlr-131.xht] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-139.xht.ini b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-139.xht.ini new file mode 100644 index 000000000000..d2444b92e948 --- /dev/null +++ b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-139.xht.ini @@ -0,0 +1,2 @@ +[abs-pos-non-replaced-vlr-139.xht] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-147.xht.ini b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-147.xht.ini new file mode 100644 index 000000000000..d6b52af44768 --- /dev/null +++ b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-147.xht.ini @@ -0,0 +1,2 @@ +[abs-pos-non-replaced-vlr-147.xht] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-155.xht.ini b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-155.xht.ini index af358114b68b..4bffe444f9ec 100644 --- a/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-155.xht.ini +++ b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-155.xht.ini @@ -1,19 +1,2 @@ [abs-pos-non-replaced-vlr-155.xht] - expected: - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if not debug and webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - FAIL + expected: FAIL diff --git a/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-163.xht.ini b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-163.xht.ini new file mode 100644 index 000000000000..32a29d5b6447 --- /dev/null +++ b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-163.xht.ini @@ -0,0 +1,2 @@ +[abs-pos-non-replaced-vlr-163.xht] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-171.xht.ini b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-171.xht.ini index 80a2660315c8..13bd649b54ef 100644 --- a/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-171.xht.ini +++ b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-171.xht.ini @@ -1,19 +1,2 @@ [abs-pos-non-replaced-vlr-171.xht] - expected: - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if not debug and webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - FAIL + expected: FAIL diff --git a/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-179.xht.ini b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-179.xht.ini new file mode 100644 index 000000000000..35d46c74d567 --- /dev/null +++ b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-179.xht.ini @@ -0,0 +1,2 @@ +[abs-pos-non-replaced-vlr-179.xht] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-187.xht.ini b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-187.xht.ini new file mode 100644 index 000000000000..0cd9cfdb6d49 --- /dev/null +++ b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-187.xht.ini @@ -0,0 +1,2 @@ +[abs-pos-non-replaced-vlr-187.xht] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-195.xht.ini b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-195.xht.ini index 1843bf901859..0763b2681865 100644 --- a/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-195.xht.ini +++ b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-195.xht.ini @@ -1,19 +1,2 @@ [abs-pos-non-replaced-vlr-195.xht] - expected: - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if not debug and webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - FAIL + expected: FAIL diff --git a/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-203.xht.ini b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-203.xht.ini new file mode 100644 index 000000000000..5e3b6b6071d0 --- /dev/null +++ b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-203.xht.ini @@ -0,0 +1,2 @@ +[abs-pos-non-replaced-vlr-203.xht] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-211.xht.ini b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-211.xht.ini index 5560a4025a06..c9979ce93cea 100644 --- a/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-211.xht.ini +++ b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-211.xht.ini @@ -1,19 +1,2 @@ [abs-pos-non-replaced-vlr-211.xht] - expected: - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if not debug and webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - FAIL + expected: FAIL diff --git a/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-219.xht.ini b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-219.xht.ini new file mode 100644 index 000000000000..1b8744df073b --- /dev/null +++ b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-219.xht.ini @@ -0,0 +1,2 @@ +[abs-pos-non-replaced-vlr-219.xht] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-227.xht.ini b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-227.xht.ini index db2a6c470738..815ecfec97bf 100644 --- a/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-227.xht.ini +++ b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vlr-227.xht.ini @@ -1,19 +1,2 @@ [abs-pos-non-replaced-vlr-227.xht] - expected: - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if not debug and webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - FAIL + expected: FAIL diff --git a/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vrl-006.xht.ini b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vrl-006.xht.ini new file mode 100644 index 000000000000..8af2e38a9577 --- /dev/null +++ b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vrl-006.xht.ini @@ -0,0 +1,2 @@ +[abs-pos-non-replaced-vrl-006.xht] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vrl-012.xht.ini b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vrl-012.xht.ini new file mode 100644 index 000000000000..62678be00cf2 --- /dev/null +++ b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vrl-012.xht.ini @@ -0,0 +1,2 @@ +[abs-pos-non-replaced-vrl-012.xht] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vrl-018.xht.ini b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vrl-018.xht.ini index 70fb369df4fb..04ce5902c4bd 100644 --- a/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vrl-018.xht.ini +++ b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vrl-018.xht.ini @@ -1,19 +1,2 @@ [abs-pos-non-replaced-vrl-018.xht] - expected: - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if not debug and webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - FAIL + expected: FAIL diff --git a/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vrl-024.xht.ini b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vrl-024.xht.ini index 1ae9fefe6e0d..10f9b909e639 100644 --- a/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vrl-024.xht.ini +++ b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vrl-024.xht.ini @@ -1,19 +1,2 @@ [abs-pos-non-replaced-vrl-024.xht] - expected: - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if not debug and webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - FAIL + expected: FAIL diff --git a/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vrl-030.xht.ini b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vrl-030.xht.ini new file mode 100644 index 000000000000..1d042345fdef --- /dev/null +++ b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vrl-030.xht.ini @@ -0,0 +1,2 @@ +[abs-pos-non-replaced-vrl-030.xht] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vrl-036.xht.ini b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vrl-036.xht.ini new file mode 100644 index 000000000000..02a84e2d0e12 --- /dev/null +++ b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vrl-036.xht.ini @@ -0,0 +1,2 @@ +[abs-pos-non-replaced-vrl-036.xht] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vrl-042.xht.ini b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vrl-042.xht.ini index 6c40a6e5ca66..046586bcfbc4 100644 --- a/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vrl-042.xht.ini +++ b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vrl-042.xht.ini @@ -1,19 +1,2 @@ [abs-pos-non-replaced-vrl-042.xht] - expected: - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if not debug and webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - FAIL + expected: FAIL diff --git a/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vrl-048.xht.ini b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vrl-048.xht.ini index 450cd0d19a5e..2db487b3a38c 100644 --- a/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vrl-048.xht.ini +++ b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vrl-048.xht.ini @@ -1,17 +1,2 @@ [abs-pos-non-replaced-vrl-048.xht] - expected: - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if not debug and webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS + expected: FAIL diff --git a/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vrl-054.xht.ini b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vrl-054.xht.ini new file mode 100644 index 000000000000..46f5b52e7cfe --- /dev/null +++ b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vrl-054.xht.ini @@ -0,0 +1,2 @@ +[abs-pos-non-replaced-vrl-054.xht] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vrl-060.xht.ini b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vrl-060.xht.ini new file mode 100644 index 000000000000..8cbf00e22d14 --- /dev/null +++ b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vrl-060.xht.ini @@ -0,0 +1,2 @@ +[abs-pos-non-replaced-vrl-060.xht] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vrl-066.xht.ini b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vrl-066.xht.ini new file mode 100644 index 000000000000..768a8c8de49c --- /dev/null +++ b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vrl-066.xht.ini @@ -0,0 +1,2 @@ +[abs-pos-non-replaced-vrl-066.xht] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vrl-072.xht.ini b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vrl-072.xht.ini index 83e7d3511970..226fedceef5e 100644 --- a/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vrl-072.xht.ini +++ b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vrl-072.xht.ini @@ -1,17 +1,2 @@ [abs-pos-non-replaced-vrl-072.xht] - expected: - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if not debug and webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS + expected: FAIL diff --git a/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vrl-078.xht.ini b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vrl-078.xht.ini new file mode 100644 index 000000000000..bc45bcefce0e --- /dev/null +++ b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vrl-078.xht.ini @@ -0,0 +1,2 @@ +[abs-pos-non-replaced-vrl-078.xht] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vrl-084.xht.ini b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vrl-084.xht.ini index 0ded046d39b5..2799c97c689b 100644 --- a/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vrl-084.xht.ini +++ b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vrl-084.xht.ini @@ -1,8 +1,2 @@ [abs-pos-non-replaced-vrl-084.xht] - expected: - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS + expected: FAIL diff --git a/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vrl-090.xht.ini b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vrl-090.xht.ini new file mode 100644 index 000000000000..9fdd89820240 --- /dev/null +++ b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vrl-090.xht.ini @@ -0,0 +1,2 @@ +[abs-pos-non-replaced-vrl-090.xht] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vrl-096.xht.ini b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vrl-096.xht.ini new file mode 100644 index 000000000000..41f7f3637a43 --- /dev/null +++ b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vrl-096.xht.ini @@ -0,0 +1,2 @@ +[abs-pos-non-replaced-vrl-096.xht] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vrl-106.xht.ini b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vrl-106.xht.ini index 59b27462ee1d..80dbf4a27636 100644 --- a/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vrl-106.xht.ini +++ b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vrl-106.xht.ini @@ -1,19 +1,2 @@ [abs-pos-non-replaced-vrl-106.xht] - expected: - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if not debug and webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - FAIL + expected: FAIL diff --git a/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vrl-114.xht.ini b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vrl-114.xht.ini new file mode 100644 index 000000000000..e082d0e76419 --- /dev/null +++ b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vrl-114.xht.ini @@ -0,0 +1,2 @@ +[abs-pos-non-replaced-vrl-114.xht] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vrl-122.xht.ini b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vrl-122.xht.ini new file mode 100644 index 000000000000..f0a66aa54655 --- /dev/null +++ b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vrl-122.xht.ini @@ -0,0 +1,2 @@ +[abs-pos-non-replaced-vrl-122.xht] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vrl-130.xht.ini b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vrl-130.xht.ini new file mode 100644 index 000000000000..2ecf305f72c7 --- /dev/null +++ b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vrl-130.xht.ini @@ -0,0 +1,2 @@ +[abs-pos-non-replaced-vrl-130.xht] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vrl-138.xht.ini b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vrl-138.xht.ini index deab82172cc6..d8ac5e87ccff 100644 --- a/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vrl-138.xht.ini +++ b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vrl-138.xht.ini @@ -1,19 +1,2 @@ [abs-pos-non-replaced-vrl-138.xht] - expected: - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if not debug and webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - FAIL + expected: FAIL diff --git a/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vrl-146.xht.ini b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vrl-146.xht.ini new file mode 100644 index 000000000000..5119a9ee2ea1 --- /dev/null +++ b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vrl-146.xht.ini @@ -0,0 +1,2 @@ +[abs-pos-non-replaced-vrl-146.xht] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vrl-154.xht.ini b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vrl-154.xht.ini index baf9b5b9913d..0f80c8bf32c0 100644 --- a/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vrl-154.xht.ini +++ b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vrl-154.xht.ini @@ -1,19 +1,2 @@ [abs-pos-non-replaced-vrl-154.xht] - expected: - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if not debug and webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - FAIL + expected: FAIL diff --git a/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vrl-162.xht.ini b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vrl-162.xht.ini new file mode 100644 index 000000000000..570249f85cef --- /dev/null +++ b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vrl-162.xht.ini @@ -0,0 +1,2 @@ +[abs-pos-non-replaced-vrl-162.xht] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vrl-170.xht.ini b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vrl-170.xht.ini index 3e5e43d19726..dc542522d677 100644 --- a/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vrl-170.xht.ini +++ b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vrl-170.xht.ini @@ -1,19 +1,2 @@ [abs-pos-non-replaced-vrl-170.xht] - expected: - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if not debug and webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - FAIL + expected: FAIL diff --git a/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vrl-178.xht.ini b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vrl-178.xht.ini new file mode 100644 index 000000000000..7eedc3777762 --- /dev/null +++ b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vrl-178.xht.ini @@ -0,0 +1,2 @@ +[abs-pos-non-replaced-vrl-178.xht] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vrl-186.xht.ini b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vrl-186.xht.ini new file mode 100644 index 000000000000..1961346abb21 --- /dev/null +++ b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vrl-186.xht.ini @@ -0,0 +1,2 @@ +[abs-pos-non-replaced-vrl-186.xht] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vrl-194.xht.ini b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vrl-194.xht.ini new file mode 100644 index 000000000000..3b7fdf3aa4b5 --- /dev/null +++ b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vrl-194.xht.ini @@ -0,0 +1,2 @@ +[abs-pos-non-replaced-vrl-194.xht] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vrl-202.xht.ini b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vrl-202.xht.ini index c59f05a81a47..a095882af7eb 100644 --- a/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vrl-202.xht.ini +++ b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vrl-202.xht.ini @@ -1,19 +1,2 @@ [abs-pos-non-replaced-vrl-202.xht] - expected: - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if not debug and webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): PASS - FAIL + expected: FAIL diff --git a/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vrl-210.xht.ini b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vrl-210.xht.ini new file mode 100644 index 000000000000..64061e3adcd4 --- /dev/null +++ b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vrl-210.xht.ini @@ -0,0 +1,2 @@ +[abs-pos-non-replaced-vrl-210.xht] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vrl-218.xht.ini b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vrl-218.xht.ini new file mode 100644 index 000000000000..aaeb22fc80b3 --- /dev/null +++ b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vrl-218.xht.ini @@ -0,0 +1,2 @@ +[abs-pos-non-replaced-vrl-218.xht] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vrl-226.xht.ini b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vrl-226.xht.ini new file mode 100644 index 000000000000..25d4646c228c --- /dev/null +++ b/testing/web-platform/meta/css/css-writing-modes/abs-pos-non-replaced-vrl-226.xht.ini @@ -0,0 +1,2 @@ +[abs-pos-non-replaced-vrl-226.xht] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-writing-modes/box-offsets-rel-pos-vlr-005.xht.ini b/testing/web-platform/meta/css/css-writing-modes/box-offsets-rel-pos-vlr-005.xht.ini index 7ee2fd655d3b..41377c9c2584 100644 --- a/testing/web-platform/meta/css/css-writing-modes/box-offsets-rel-pos-vlr-005.xht.ini +++ b/testing/web-platform/meta/css/css-writing-modes/box-offsets-rel-pos-vlr-005.xht.ini @@ -1,4 +1,2 @@ [box-offsets-rel-pos-vlr-005.xht] - expected: - if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL - if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL + expected: FAIL diff --git a/testing/web-platform/meta/css/css-writing-modes/box-offsets-rel-pos-vrl-004.xht.ini b/testing/web-platform/meta/css/css-writing-modes/box-offsets-rel-pos-vrl-004.xht.ini index 4d4ef740076b..4f81a4ee7b9c 100644 --- a/testing/web-platform/meta/css/css-writing-modes/box-offsets-rel-pos-vrl-004.xht.ini +++ b/testing/web-platform/meta/css/css-writing-modes/box-offsets-rel-pos-vrl-004.xht.ini @@ -1,17 +1,2 @@ [box-offsets-rel-pos-vrl-004.xht] - expected: - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): PASS - if not debug and webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - FAIL + expected: FAIL diff --git a/testing/web-platform/meta/css/css-writing-modes/caption-side-vlr-003.xht.ini b/testing/web-platform/meta/css/css-writing-modes/caption-side-vlr-003.xht.ini index ec82135076f0..d204d5f7de9b 100644 --- a/testing/web-platform/meta/css/css-writing-modes/caption-side-vlr-003.xht.ini +++ b/testing/web-platform/meta/css/css-writing-modes/caption-side-vlr-003.xht.ini @@ -1,3 +1,3 @@ [caption-side-vlr-003.xht] expected: - if os == "mac": FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/css-writing-modes/caption-side-vlr-005.xht.ini b/testing/web-platform/meta/css/css-writing-modes/caption-side-vlr-005.xht.ini index 194c7eed1147..45cd3fe7c62d 100644 --- a/testing/web-platform/meta/css/css-writing-modes/caption-side-vlr-005.xht.ini +++ b/testing/web-platform/meta/css/css-writing-modes/caption-side-vlr-005.xht.ini @@ -1,3 +1,3 @@ [caption-side-vlr-005.xht] expected: - if os == "mac": FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/css-writing-modes/caption-side-vrl-002.xht.ini b/testing/web-platform/meta/css/css-writing-modes/caption-side-vrl-002.xht.ini index d265707208ec..6012afc316a3 100644 --- a/testing/web-platform/meta/css/css-writing-modes/caption-side-vrl-002.xht.ini +++ b/testing/web-platform/meta/css/css-writing-modes/caption-side-vrl-002.xht.ini @@ -1,3 +1,3 @@ [caption-side-vrl-002.xht] expected: - if os == "mac": FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/css-writing-modes/caption-side-vrl-004.xht.ini b/testing/web-platform/meta/css/css-writing-modes/caption-side-vrl-004.xht.ini index e702158a784e..215f8280cc77 100644 --- a/testing/web-platform/meta/css/css-writing-modes/caption-side-vrl-004.xht.ini +++ b/testing/web-platform/meta/css/css-writing-modes/caption-side-vrl-004.xht.ini @@ -1,3 +1,3 @@ [caption-side-vrl-004.xht] expected: - if os == "mac": FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/css-writing-modes/clearance-calculations-vrl-008.xht.ini b/testing/web-platform/meta/css/css-writing-modes/clearance-calculations-vrl-008.xht.ini new file mode 100644 index 000000000000..500837cdc6e3 --- /dev/null +++ b/testing/web-platform/meta/css/css-writing-modes/clearance-calculations-vrl-008.xht.ini @@ -0,0 +1,2 @@ +[clearance-calculations-vrl-008.xht] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-writing-modes/ortho-htb-alongside-vrl-floats-006.xht.ini b/testing/web-platform/meta/css/css-writing-modes/ortho-htb-alongside-vrl-floats-006.xht.ini new file mode 100644 index 000000000000..2d046a8222ac --- /dev/null +++ b/testing/web-platform/meta/css/css-writing-modes/ortho-htb-alongside-vrl-floats-006.xht.ini @@ -0,0 +1,2 @@ +[ortho-htb-alongside-vrl-floats-006.xht] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-writing-modes/ortho-htb-alongside-vrl-floats-010.xht.ini b/testing/web-platform/meta/css/css-writing-modes/ortho-htb-alongside-vrl-floats-010.xht.ini index 80b0e9a5d38a..480f3127c7c0 100644 --- a/testing/web-platform/meta/css/css-writing-modes/ortho-htb-alongside-vrl-floats-010.xht.ini +++ b/testing/web-platform/meta/css/css-writing-modes/ortho-htb-alongside-vrl-floats-010.xht.ini @@ -1,8 +1,2 @@ [ortho-htb-alongside-vrl-floats-010.xht] - expected: - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS + expected: FAIL diff --git a/testing/web-platform/meta/css/css-writing-modes/outline-inline-block-vrl-006.html.ini b/testing/web-platform/meta/css/css-writing-modes/outline-inline-block-vrl-006.html.ini index 4a42923c95e8..820121351d1e 100644 --- a/testing/web-platform/meta/css/css-writing-modes/outline-inline-block-vrl-006.html.ini +++ b/testing/web-platform/meta/css/css-writing-modes/outline-inline-block-vrl-006.html.ini @@ -1,3 +1,3 @@ [outline-inline-block-vrl-006.html] expected: - if os == "mac": FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/css-writing-modes/outline-inline-vlr-006.html.ini b/testing/web-platform/meta/css/css-writing-modes/outline-inline-vlr-006.html.ini index 4916f03bdb67..765c5bad58b5 100644 --- a/testing/web-platform/meta/css/css-writing-modes/outline-inline-vlr-006.html.ini +++ b/testing/web-platform/meta/css/css-writing-modes/outline-inline-vlr-006.html.ini @@ -1,3 +1,3 @@ [outline-inline-vlr-006.html] expected: - if os == "mac": FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/css-writing-modes/outline-inline-vrl-006.html.ini b/testing/web-platform/meta/css/css-writing-modes/outline-inline-vrl-006.html.ini index 3e9f2022ad85..cecb91a3ad84 100644 --- a/testing/web-platform/meta/css/css-writing-modes/outline-inline-vrl-006.html.ini +++ b/testing/web-platform/meta/css/css-writing-modes/outline-inline-vrl-006.html.ini @@ -1,3 +1,3 @@ [outline-inline-vrl-006.html] expected: - if os == "mac": FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/css-writing-modes/sizing-orthog-htb-in-vlr-007.xht.ini b/testing/web-platform/meta/css/css-writing-modes/sizing-orthog-htb-in-vlr-007.xht.ini new file mode 100644 index 000000000000..fa1fa911f9e3 --- /dev/null +++ b/testing/web-platform/meta/css/css-writing-modes/sizing-orthog-htb-in-vlr-007.xht.ini @@ -0,0 +1,2 @@ +[sizing-orthog-htb-in-vlr-007.xht] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-writing-modes/sizing-orthog-htb-in-vlr-008.xht.ini b/testing/web-platform/meta/css/css-writing-modes/sizing-orthog-htb-in-vlr-008.xht.ini index 2fbb256aa0e9..a339db49570b 100644 --- a/testing/web-platform/meta/css/css-writing-modes/sizing-orthog-htb-in-vlr-008.xht.ini +++ b/testing/web-platform/meta/css/css-writing-modes/sizing-orthog-htb-in-vlr-008.xht.ini @@ -1,8 +1,2 @@ [sizing-orthog-htb-in-vlr-008.xht] - expected: - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS + expected: FAIL diff --git a/testing/web-platform/meta/css/css-writing-modes/sizing-orthog-htb-in-vrl-008.xht.ini b/testing/web-platform/meta/css/css-writing-modes/sizing-orthog-htb-in-vrl-008.xht.ini new file mode 100644 index 000000000000..486c85daac67 --- /dev/null +++ b/testing/web-platform/meta/css/css-writing-modes/sizing-orthog-htb-in-vrl-008.xht.ini @@ -0,0 +1,2 @@ +[sizing-orthog-htb-in-vrl-008.xht] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-writing-modes/sizing-orthog-htb-in-vrl-011.xht.ini b/testing/web-platform/meta/css/css-writing-modes/sizing-orthog-htb-in-vrl-011.xht.ini new file mode 100644 index 000000000000..97aba695abf3 --- /dev/null +++ b/testing/web-platform/meta/css/css-writing-modes/sizing-orthog-htb-in-vrl-011.xht.ini @@ -0,0 +1,6 @@ +[sizing-orthog-htb-in-vrl-011.xht] + expected: + if (os == "win"): PASS + if (os == "mac"): PASS + if (os == "android"): PASS + FAIL diff --git a/testing/web-platform/meta/css/css-writing-modes/sizing-orthog-htb-in-vrl-020.xht.ini b/testing/web-platform/meta/css/css-writing-modes/sizing-orthog-htb-in-vrl-020.xht.ini index dadc3e5f6046..b337dac053d2 100644 --- a/testing/web-platform/meta/css/css-writing-modes/sizing-orthog-htb-in-vrl-020.xht.ini +++ b/testing/web-platform/meta/css/css-writing-modes/sizing-orthog-htb-in-vrl-020.xht.ini @@ -1,5 +1,6 @@ [sizing-orthog-htb-in-vrl-020.xht] expected: - if os == "mac": PASS - if os == "win": PASS - if os == "android": PASS + if (os == "mac"): PASS + if (os == "win"): PASS + if (os == "android"): PASS + FAIL diff --git a/testing/web-platform/meta/css/css-writing-modes/sizing-orthog-prct-htb-in-vrl-001.xht.ini b/testing/web-platform/meta/css/css-writing-modes/sizing-orthog-prct-htb-in-vrl-001.xht.ini new file mode 100644 index 000000000000..cfc86a52a663 --- /dev/null +++ b/testing/web-platform/meta/css/css-writing-modes/sizing-orthog-prct-htb-in-vrl-001.xht.ini @@ -0,0 +1,2 @@ +[sizing-orthog-prct-htb-in-vrl-001.xht] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-writing-modes/text-indent-vlr-011.xht.ini b/testing/web-platform/meta/css/css-writing-modes/text-indent-vlr-011.xht.ini new file mode 100644 index 000000000000..13cbb15e1445 --- /dev/null +++ b/testing/web-platform/meta/css/css-writing-modes/text-indent-vlr-011.xht.ini @@ -0,0 +1,2 @@ +[text-indent-vlr-011.xht] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-writing-modes/text-indent-vlr-013.xht.ini b/testing/web-platform/meta/css/css-writing-modes/text-indent-vlr-013.xht.ini index bca4353a6568..0785e44962d8 100644 --- a/testing/web-platform/meta/css/css-writing-modes/text-indent-vlr-013.xht.ini +++ b/testing/web-platform/meta/css/css-writing-modes/text-indent-vlr-013.xht.ini @@ -1,8 +1,2 @@ [text-indent-vlr-013.xht] - expected: - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and not e10s and (os == "android") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): PASS + expected: FAIL diff --git a/testing/web-platform/meta/css/css-writing-modes/text-indent-vrl-010.xht.ini b/testing/web-platform/meta/css/css-writing-modes/text-indent-vrl-010.xht.ini new file mode 100644 index 000000000000..907c6e3d61df --- /dev/null +++ b/testing/web-platform/meta/css/css-writing-modes/text-indent-vrl-010.xht.ini @@ -0,0 +1,2 @@ +[text-indent-vrl-010.xht] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-writing-modes/text-indent-vrl-012.xht.ini b/testing/web-platform/meta/css/css-writing-modes/text-indent-vrl-012.xht.ini new file mode 100644 index 000000000000..892705bbffdd --- /dev/null +++ b/testing/web-platform/meta/css/css-writing-modes/text-indent-vrl-012.xht.ini @@ -0,0 +1,2 @@ +[text-indent-vrl-012.xht] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-writing-modes/text-orientation-016.xht.ini b/testing/web-platform/meta/css/css-writing-modes/text-orientation-016.xht.ini index d1a5c7382120..16b647713287 100644 --- a/testing/web-platform/meta/css/css-writing-modes/text-orientation-016.xht.ini +++ b/testing/web-platform/meta/css/css-writing-modes/text-orientation-016.xht.ini @@ -1,3 +1,3 @@ [text-orientation-016.xht] expected: - if os == "mac": FAIL + if (os == "mac"): FAIL diff --git a/testing/web-platform/meta/css/cssom/CSSStyleSheet-constructable.html.ini b/testing/web-platform/meta/css/cssom/CSSStyleSheet-constructable.html.ini index e4aa05465a54..2aabcbe418eb 100644 --- a/testing/web-platform/meta/css/cssom/CSSStyleSheet-constructable.html.ini +++ b/testing/web-platform/meta/css/cssom/CSSStyleSheet-constructable.html.ini @@ -59,12 +59,3 @@ [Adopting a shadow host will empty adoptedStyleSheets if adopting to a different document] expected: FAIL - [Re-attaching shadow host with adopted stylesheets work] - expected: FAIL - - [Attaching a shadow root that already has adopted stylesheets work] - expected: FAIL - - [Re-attaching shadow host and updating attributes work] - expected: FAIL - diff --git a/testing/web-platform/meta/css/mediaqueries/device-aspect-ratio-003.html.ini b/testing/web-platform/meta/css/mediaqueries/device-aspect-ratio-003.html.ini index e3442e17d450..b359dec052c1 100644 --- a/testing/web-platform/meta/css/mediaqueries/device-aspect-ratio-003.html.ini +++ b/testing/web-platform/meta/css/mediaqueries/device-aspect-ratio-003.html.ini @@ -1,3 +1,3 @@ [device-aspect-ratio-003.html] expected: - if os == "android": FAIL + if (os == "android"): FAIL diff --git a/testing/web-platform/meta/css/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-justify-content-vert-004.xhtml.ini b/testing/web-platform/meta/css/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-justify-content-vert-004.xhtml.ini new file mode 100644 index 000000000000..a53ba9778e73 --- /dev/null +++ b/testing/web-platform/meta/css/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-justify-content-vert-004.xhtml.ini @@ -0,0 +1,2 @@ +[flexbox-justify-content-vert-004.xhtml] + expected: FAIL diff --git a/testing/web-platform/meta/css/vendor-imports/mozilla/mozilla-central-reftests/images3/object-fit-cover-png-001c.html.ini b/testing/web-platform/meta/css/vendor-imports/mozilla/mozilla-central-reftests/images3/object-fit-cover-png-001c.html.ini index 21f86d883bef..62d0922d3480 100644 --- a/testing/web-platform/meta/css/vendor-imports/mozilla/mozilla-central-reftests/images3/object-fit-cover-png-001c.html.ini +++ b/testing/web-platform/meta/css/vendor-imports/mozilla/mozilla-central-reftests/images3/object-fit-cover-png-001c.html.ini @@ -1,7 +1,4 @@ [object-fit-cover-png-001c.html] expected: - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS + if webrender: PASS FAIL diff --git a/testing/web-platform/meta/css/vendor-imports/mozilla/mozilla-central-reftests/images3/object-fit-cover-png-001e.html.ini b/testing/web-platform/meta/css/vendor-imports/mozilla/mozilla-central-reftests/images3/object-fit-cover-png-001e.html.ini index 7cee8e28812a..7dde307b2061 100644 --- a/testing/web-platform/meta/css/vendor-imports/mozilla/mozilla-central-reftests/images3/object-fit-cover-png-001e.html.ini +++ b/testing/web-platform/meta/css/vendor-imports/mozilla/mozilla-central-reftests/images3/object-fit-cover-png-001e.html.ini @@ -1,8 +1,5 @@ [object-fit-cover-png-001e.html] expected: - if os == "android": PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS + if webrender: PASS + if (os == "android"): PASS FAIL diff --git a/testing/web-platform/meta/css/vendor-imports/mozilla/mozilla-central-reftests/images3/object-fit-cover-png-001i.html.ini b/testing/web-platform/meta/css/vendor-imports/mozilla/mozilla-central-reftests/images3/object-fit-cover-png-001i.html.ini index 2a0d8abaab70..dac9cc9c1cde 100644 --- a/testing/web-platform/meta/css/vendor-imports/mozilla/mozilla-central-reftests/images3/object-fit-cover-png-001i.html.ini +++ b/testing/web-platform/meta/css/vendor-imports/mozilla/mozilla-central-reftests/images3/object-fit-cover-png-001i.html.ini @@ -1,8 +1,5 @@ [object-fit-cover-png-001i.html] expected: - if os == "android": PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS + if webrender: PASS + if (os == "android"): PASS FAIL diff --git a/testing/web-platform/meta/css/vendor-imports/mozilla/mozilla-central-reftests/images3/object-fit-cover-png-001o.html.ini b/testing/web-platform/meta/css/vendor-imports/mozilla/mozilla-central-reftests/images3/object-fit-cover-png-001o.html.ini index 12c7eed6dd76..ec6eb5f74d99 100644 --- a/testing/web-platform/meta/css/vendor-imports/mozilla/mozilla-central-reftests/images3/object-fit-cover-png-001o.html.ini +++ b/testing/web-platform/meta/css/vendor-imports/mozilla/mozilla-central-reftests/images3/object-fit-cover-png-001o.html.ini @@ -1,8 +1,5 @@ [object-fit-cover-png-001o.html] expected: - if os == "android": PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS + if webrender: PASS + if (os == "android"): PASS FAIL diff --git a/testing/web-platform/meta/css/vendor-imports/mozilla/mozilla-central-reftests/images3/object-fit-cover-png-001p.html.ini b/testing/web-platform/meta/css/vendor-imports/mozilla/mozilla-central-reftests/images3/object-fit-cover-png-001p.html.ini index 96327c6e2fe8..c1bea42ae683 100644 --- a/testing/web-platform/meta/css/vendor-imports/mozilla/mozilla-central-reftests/images3/object-fit-cover-png-001p.html.ini +++ b/testing/web-platform/meta/css/vendor-imports/mozilla/mozilla-central-reftests/images3/object-fit-cover-png-001p.html.ini @@ -1,8 +1,5 @@ [object-fit-cover-png-001p.html] expected: - if os == "android": PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS + if webrender: PASS + if (os == "android"): PASS FAIL diff --git a/testing/web-platform/meta/css/vendor-imports/mozilla/mozilla-central-reftests/images3/object-fit-cover-png-002c.html.ini b/testing/web-platform/meta/css/vendor-imports/mozilla/mozilla-central-reftests/images3/object-fit-cover-png-002c.html.ini index 071132bdf689..bc9cb8fb7858 100644 --- a/testing/web-platform/meta/css/vendor-imports/mozilla/mozilla-central-reftests/images3/object-fit-cover-png-002c.html.ini +++ b/testing/web-platform/meta/css/vendor-imports/mozilla/mozilla-central-reftests/images3/object-fit-cover-png-002c.html.ini @@ -1,7 +1,4 @@ [object-fit-cover-png-002c.html] expected: - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS + if webrender: PASS FAIL diff --git a/testing/web-platform/meta/css/vendor-imports/mozilla/mozilla-central-reftests/images3/object-fit-cover-png-002e.html.ini b/testing/web-platform/meta/css/vendor-imports/mozilla/mozilla-central-reftests/images3/object-fit-cover-png-002e.html.ini index 5e2926a3f0c4..84bcc85c62a5 100644 --- a/testing/web-platform/meta/css/vendor-imports/mozilla/mozilla-central-reftests/images3/object-fit-cover-png-002e.html.ini +++ b/testing/web-platform/meta/css/vendor-imports/mozilla/mozilla-central-reftests/images3/object-fit-cover-png-002e.html.ini @@ -1,8 +1,5 @@ [object-fit-cover-png-002e.html] expected: - if os == "android": PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS + if webrender: PASS + if (os == "android"): PASS FAIL diff --git a/testing/web-platform/meta/css/vendor-imports/mozilla/mozilla-central-reftests/images3/object-fit-cover-png-002i.html.ini b/testing/web-platform/meta/css/vendor-imports/mozilla/mozilla-central-reftests/images3/object-fit-cover-png-002i.html.ini index 70df5b9441dc..fb5f5dbb7578 100644 --- a/testing/web-platform/meta/css/vendor-imports/mozilla/mozilla-central-reftests/images3/object-fit-cover-png-002i.html.ini +++ b/testing/web-platform/meta/css/vendor-imports/mozilla/mozilla-central-reftests/images3/object-fit-cover-png-002i.html.ini @@ -1,8 +1,5 @@ [object-fit-cover-png-002i.html] expected: - if os == "android": PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS + if webrender: PASS + if (os == "android"): PASS FAIL diff --git a/testing/web-platform/meta/css/vendor-imports/mozilla/mozilla-central-reftests/images3/object-fit-cover-png-002o.html.ini b/testing/web-platform/meta/css/vendor-imports/mozilla/mozilla-central-reftests/images3/object-fit-cover-png-002o.html.ini index 1f927f676dde..b377ac9c0a02 100644 --- a/testing/web-platform/meta/css/vendor-imports/mozilla/mozilla-central-reftests/images3/object-fit-cover-png-002o.html.ini +++ b/testing/web-platform/meta/css/vendor-imports/mozilla/mozilla-central-reftests/images3/object-fit-cover-png-002o.html.ini @@ -1,8 +1,5 @@ [object-fit-cover-png-002o.html] expected: - if os == "android": PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS + if webrender: PASS + if (os == "android"): PASS FAIL diff --git a/testing/web-platform/meta/css/vendor-imports/mozilla/mozilla-central-reftests/images3/object-fit-cover-png-002p.html.ini b/testing/web-platform/meta/css/vendor-imports/mozilla/mozilla-central-reftests/images3/object-fit-cover-png-002p.html.ini index 825a86e2607c..da688f390b55 100644 --- a/testing/web-platform/meta/css/vendor-imports/mozilla/mozilla-central-reftests/images3/object-fit-cover-png-002p.html.ini +++ b/testing/web-platform/meta/css/vendor-imports/mozilla/mozilla-central-reftests/images3/object-fit-cover-png-002p.html.ini @@ -1,8 +1,5 @@ [object-fit-cover-png-002p.html] expected: - if os == "android": PASS - if debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if debug and webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS - if not debug and webrender and e10s and (os == "win") and (version == "10.0.17134") and (processor == "x86_64") and (bits == 64): PASS - if not debug and webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): PASS + if webrender: PASS + if (os == "android"): PASS FAIL diff --git a/testing/web-platform/meta/css/vendor-imports/mozilla/mozilla-central-reftests/ui3/box-sizing-replaced-003.xht.ini b/testing/web-platform/meta/css/vendor-imports/mozilla/mozilla-central-reftests/ui3/box-sizing-replaced-003.xht.ini index ad7602912206..081bfbc09851 100644 --- a/testing/web-platform/meta/css/vendor-imports/mozilla/mozilla-central-reftests/ui3/box-sizing-replaced-003.xht.ini +++ b/testing/web-platform/meta/css/vendor-imports/mozilla/mozilla-central-reftests/ui3/box-sizing-replaced-003.xht.ini @@ -1,3 +1,3 @@ [box-sizing-replaced-003.xht] disabled: - if os == "mac": https://bugzilla.mozilla.org/show_bug.cgi?id=1383454 + if (os == "mac"): https://bugzilla.mozilla.org/show_bug.cgi?id=1383454 diff --git a/testing/web-platform/meta/custom-elements/CustomElementRegistry.html.ini b/testing/web-platform/meta/custom-elements/CustomElementRegistry.html.ini index dad2c84e96ed..4dd67b110a53 100644 --- a/testing/web-platform/meta/custom-elements/CustomElementRegistry.html.ini +++ b/testing/web-platform/meta/custom-elements/CustomElementRegistry.html.ini @@ -11,15 +11,3 @@ [customElements.define must get "observedAttributes" property on the constructor prototype when "attributeChangedCallback" is present] expected: FAIL - [customElements.define must rethrow an exception thrown while retrieving Symbol.iterator on disabledFeatures] - expected: FAIL - - [customElements.define must rethrow an exception thrown while getting disabledFeatures on the constructor prototype] - expected: FAIL - - [customElements.define must rethrow an exception thrown while iterating over disabledFeatures to sequence] - expected: FAIL - - [customElements.define must rethrow an exception thrown while converting the value of disabledFeatures to sequence] - expected: FAIL - diff --git a/testing/web-platform/meta/custom-elements/HTMLElement-attachInternals.html.ini b/testing/web-platform/meta/custom-elements/HTMLElement-attachInternals.html.ini deleted file mode 100644 index 247b2807fd61..000000000000 --- a/testing/web-platform/meta/custom-elements/HTMLElement-attachInternals.html.ini +++ /dev/null @@ -1,13 +0,0 @@ -[HTMLElement-attachInternals.html] - [Successful attachInternals() and the second call.] - expected: FAIL - - [attachInternals() throws a NotSupportedError if it is called for a customized built-in element] - expected: FAIL - - [If a custom element definition for the local name of the element has disable internals flag, throw a NotSupportedError] - expected: FAIL - - [If a custom element definition for the local name of the element doesn't exist, throw an InvalidStateError] - expected: FAIL - diff --git a/testing/web-platform/meta/custom-elements/reactions/HTMLButtonElement.html.ini b/testing/web-platform/meta/custom-elements/reactions/HTMLButtonElement.html.ini new file mode 100644 index 000000000000..a09dcca3095f --- /dev/null +++ b/testing/web-platform/meta/custom-elements/reactions/HTMLButtonElement.html.ini @@ -0,0 +1,19 @@ +[HTMLButtonElement.html] + [autofocus on HTMLButtonElement must enqueue an attributeChanged reaction when adding autofocus content attribute] + expected: FAIL + + [autofocus on HTMLButtonElement must enqueue an attributeChanged reaction when replacing an existing attribute] + expected: FAIL + + [disabled on HTMLButtonElement must enqueue an attributeChanged reaction when adding disabled content attribute] + expected: FAIL + + [disabled on HTMLButtonElement must enqueue an attributeChanged reaction when replacing an existing attribute] + expected: FAIL + + [formNoValidate on HTMLButtonElement must enqueue an attributeChanged reaction when adding a new attribute] + expected: FAIL + + [formNoValidate on HTMLButtonElement must enqueue an attributeChanged reaction when replacing an existing attribute] + expected: FAIL + diff --git a/testing/web-platform/tests/import-maps/resources/empty.js b/testing/web-platform/meta/dom/nodes/__dir__.ini similarity index 100% rename from testing/web-platform/tests/import-maps/resources/empty.js rename to testing/web-platform/meta/dom/nodes/__dir__.ini diff --git a/testing/web-platform/meta/domparsing/XMLSerializer-serializeToString.html.ini b/testing/web-platform/meta/domparsing/XMLSerializer-serializeToString.html.ini index 7f23d7f26f40..102d2d596c76 100644 --- a/testing/web-platform/meta/domparsing/XMLSerializer-serializeToString.html.ini +++ b/testing/web-platform/meta/domparsing/XMLSerializer-serializeToString.html.ini @@ -11,27 +11,3 @@ [Check if attribute serialization takes into account of the same prefix declared in an ancestor element] expected: FAIL - [Check if inconsistent xmlns="..." is dropped.] - expected: FAIL - - [Check if start tag serialization drops element prefix if the namespace is same as inherited default namespace.] - expected: FAIL - - [Check if no special handling for XLink namespace unlike HTML serializer.] - expected: FAIL - - [Check if the prefix of an attribute is NOT preserved in a case where neither its prefix nor its namespace URI is not already used.] - expected: FAIL - - [Check if the prefix of an attribute is replaced with a generated one in a case where the prefix is already mapped to a different namespace URI.] - expected: FAIL - - [Check if start tag serialization applied the original prefix even if it is declared in an ancestor element.] - expected: FAIL - - [Check if start tag serialization takes into account of its xmlns:* attributes] - expected: FAIL - - [Check if an attribute with namespace and no prefix is serialized with the nearest-declared prefix even if the prefix is assigned to another namespace.] - expected: FAIL - diff --git a/testing/web-platform/meta/element-timing/observe-svg-image.html.ini b/testing/web-platform/meta/element-timing/observe-svg-image.html.ini deleted file mode 100644 index cfb65499f94d..000000000000 --- a/testing/web-platform/meta/element-timing/observe-svg-image.html.ini +++ /dev/null @@ -1,5 +0,0 @@ -[observe-svg-image.html] - expected: TIMEOUT - [Able to observe svg image.] - expected: TIMEOUT - diff --git a/testing/web-platform/meta/encoding/legacy-mb-tchinese/big5/big5-encode-form-x-x-big5.html.ini b/testing/web-platform/meta/encoding/legacy-mb-tchinese/big5/big5-encode-form-x-x-big5.html.ini deleted file mode 100644 index 64dbd4fc8fe8..000000000000 --- a/testing/web-platform/meta/encoding/legacy-mb-tchinese/big5/big5-encode-form-x-x-big5.html.ini +++ /dev/null @@ -1,32 +0,0 @@ -[big5-encode-form-x-x-big5.html?13001-14000] - -[big5-encode-form-x-x-big5.html?5001-6000] - -[big5-encode-form-x-x-big5.html?14001-last] - -[big5-encode-form-x-x-big5.html?2001-3000] - -[big5-encode-form-x-x-big5.html?10001-11000] - -[big5-encode-form-x-x-big5.html?1001-2000] - -[big5-encode-form-x-x-big5.html?7001-8000] - -[big5-encode-form-x-x-big5.html?9001-10000] - -[big5-encode-form-x-x-big5.html?4001-5000] - [x-x-big5 encoding (form)] - expected: FAIL - - -[big5-encode-form-x-x-big5.html?1-1000] - -[big5-encode-form-x-x-big5.html?6001-7000] - -[big5-encode-form-x-x-big5.html?8001-9000] - -[big5-encode-form-x-x-big5.html?12001-13000] - -[big5-encode-form-x-x-big5.html?11001-12000] - -[big5-encode-form-x-x-big5.html?3001-4000] diff --git a/testing/web-platform/meta/encrypted-media/clearkey-mp4-playback-temporary-multikey.https.html.ini b/testing/web-platform/meta/encrypted-media/clearkey-mp4-playback-temporary-multikey.https.html.ini index 9735ecf3eee1..732bf3ed5b48 100644 --- a/testing/web-platform/meta/encrypted-media/clearkey-mp4-playback-temporary-multikey.https.html.ini +++ b/testing/web-platform/meta/encrypted-media/clearkey-mp4-playback-temporary-multikey.https.html.ini @@ -1,6 +1,5 @@ [clearkey-mp4-playback-temporary-multikey.https.html] [org.w3.clearkey, temporary, mp4, playback, multikey audio/video] expected: - if os == "android": FAIL - if (os == "win") and (processor == "aarch64"): FAIL - + if (os == "android"): FAIL + if (os == "win" and processor == "aarch64"): FAIL diff --git a/testing/web-platform/meta/fetch/sec-metadata/fetch.tentative.https.sub.html.ini b/testing/web-platform/meta/fetch/sec-metadata/fetch.tentative.https.sub.html.ini index 70f3a453c27c..3a72c7d6b848 100644 --- a/testing/web-platform/meta/fetch/sec-metadata/fetch.tentative.https.sub.html.ini +++ b/testing/web-platform/meta/fetch/sec-metadata/fetch.tentative.https.sub.html.ini @@ -8,12 +8,3 @@ [Cross-site fetch] expected: FAIL - [Same-origin mode] - expected: FAIL - - [no-CORS mode] - expected: FAIL - - [CORS mode] - expected: FAIL - diff --git a/testing/web-platform/meta/fetch/sec-metadata/script.tentative.https.sub.html.ini b/testing/web-platform/meta/fetch/sec-metadata/script.tentative.https.sub.html.ini index eb77e8c6c3dd..ecf13666b3d6 100644 --- a/testing/web-platform/meta/fetch/sec-metadata/script.tentative.https.sub.html.ini +++ b/testing/web-platform/meta/fetch/sec-metadata/script.tentative.https.sub.html.ini @@ -8,6 +8,3 @@ [Cross-site script] expected: FAIL - [Same-origin CORS script] - expected: FAIL - diff --git a/testing/web-platform/meta/fetch/sec-metadata/style.tentative.https.sub.html.ini b/testing/web-platform/meta/fetch/sec-metadata/style.tentative.https.sub.html.ini index 0eefdddf9f19..ad5f0ca7f3ab 100644 --- a/testing/web-platform/meta/fetch/sec-metadata/style.tentative.https.sub.html.ini +++ b/testing/web-platform/meta/fetch/sec-metadata/style.tentative.https.sub.html.ini @@ -9,6 +9,3 @@ [Same-Origin style] expected: TIMEOUT - [Same-Origin, cors style] - expected: NOTRUN - diff --git a/testing/web-platform/meta/fetch/sec-metadata/track.tentative.https.sub.html.ini b/testing/web-platform/meta/fetch/sec-metadata/track.tentative.https.sub.html.ini index 19e213d59be8..fdab1f6cdac6 100644 --- a/testing/web-platform/meta/fetch/sec-metadata/track.tentative.https.sub.html.ini +++ b/testing/web-platform/meta/fetch/sec-metadata/track.tentative.https.sub.html.ini @@ -9,6 +9,3 @@ [Cross-Site track] expected: NOTRUN - [Same-Origin, CORS track] - expected: NOTRUN - diff --git a/testing/web-platform/meta/fetch/stale-while-revalidate/stale-css.tentative.html.ini b/testing/web-platform/meta/fetch/stale-while-revalidate/stale-css.tentative.html.ini index e48d5638e12e..1c8951b7a672 100644 --- a/testing/web-platform/meta/fetch/stale-while-revalidate/stale-css.tentative.html.ini +++ b/testing/web-platform/meta/fetch/stale-while-revalidate/stale-css.tentative.html.ini @@ -1,5 +1,5 @@ [stale-css.tentative.html] - expected: TIMEOUT + expected: ERROR [Cache returns stale resource] expected: TIMEOUT diff --git a/testing/web-platform/meta/fetch/stale-while-revalidate/stale-image.tentative.html.ini b/testing/web-platform/meta/fetch/stale-while-revalidate/stale-image.tentative.html.ini index cb2dea79a885..3cafa2962f47 100644 --- a/testing/web-platform/meta/fetch/stale-while-revalidate/stale-image.tentative.html.ini +++ b/testing/web-platform/meta/fetch/stale-while-revalidate/stale-image.tentative.html.ini @@ -1,4 +1,5 @@ [stale-image.tentative.html] + expected: ERROR [Cache returns stale resource] - expected: FAIL + expected: TIMEOUT diff --git a/testing/web-platform/meta/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/open-features-tokenization-noreferrer.html.ini b/testing/web-platform/meta/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/open-features-tokenization-noreferrer.html.ini deleted file mode 100644 index 0e8b21457803..000000000000 --- a/testing/web-platform/meta/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/open-features-tokenization-noreferrer.html.ini +++ /dev/null @@ -1,19 +0,0 @@ -[open-features-tokenization-noreferrer.html] - [Tokenizing "noreferrer" should ignore window feature separators except "," after initial "=" and before value] - expected: FAIL - - [Tokenizing "noreferrer" should read characters until first window feature separator as `value`] - expected: FAIL - - [After "noreferrer", tokenization should skip window features separators that are not "=" or ","] - expected: FAIL - - [Integer values other than 0 should activate the feature] - expected: FAIL - - [Tokenization of "noreferrer" should skip window features separators before feature] - expected: FAIL - - [Feature "noreferrer" should be converted to ASCII lowercase] - expected: FAIL - diff --git a/testing/web-platform/meta/html/browsers/the-window-object/window-open-noreferrer.html.ini b/testing/web-platform/meta/html/browsers/the-window-object/window-open-noreferrer.html.ini deleted file mode 100644 index ba7f8d69f1de..000000000000 --- a/testing/web-platform/meta/html/browsers/the-window-object/window-open-noreferrer.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[window-open-noreferrer.html] - [window.open() with "noreferrer" tests] - expected: FAIL - diff --git a/testing/web-platform/meta/html/browsers/windows/nested-browsing-contexts/name-attribute.window.js.ini b/testing/web-platform/meta/html/browsers/windows/nested-browsing-contexts/name-attribute.window.js.ini deleted file mode 100644 index a49eed8faa77..000000000000 --- a/testing/web-platform/meta/html/browsers/windows/nested-browsing-contexts/name-attribute.window.js.ini +++ /dev/null @@ -1,37 +0,0 @@ -[name-attribute.window.html] - [cross-origin ] - expected: FAIL - - [same-origin ] - expected: FAIL - - [cross-origin diff --git a/testing/web-platform/tests/fetch/stale-while-revalidate/stale-script.py b/testing/web-platform/tests/fetch/stale-while-revalidate/stale-script.py index 0f91a9b83486..c17528d8e631 100644 --- a/testing/web-platform/tests/fetch/stale-while-revalidate/stale-script.py +++ b/testing/web-platform/tests/fetch/stale-while-revalidate/stale-script.py @@ -1,15 +1,14 @@ import random, string, datetime -def id_token(): +def token(): letters = string.ascii_lowercase return ''.join(random.choice(letters) for i in range(20)) def main(request, response): - token = request.GET.first("token", None) - value = request.server.stash.take(token) + cookie = request.cookies.first("Count", None) count = 0 - if value != None: - count = int(value) + if cookie != None: + count = int(cookie.value) if request.GET.first("query", None) != None: headers = [("Count", count)] content = "" @@ -17,10 +16,10 @@ def main(request, response): else: count = count + 1 - unique_id = id_token() + unique_id = token() headers = [("Content-Type", "text/javascript"), - ("Cache-Control", "private, max-age=0, stale-while-revalidate=60"), - ("Unique-Id", unique_id)] + ("Cache-Control", "private, max-age=0, stale-while-revalidate=10"), + ("Set-Cookie", "Count={}".format(count)), + ("Token", unique_id)] content = "report('{}')".format(unique_id) - request.server.stash.put(token, count) return 200, headers, content diff --git a/testing/web-platform/tests/fetch/stale-while-revalidate/stale-script.tentative.html b/testing/web-platform/tests/fetch/stale-while-revalidate/stale-script.tentative.html index 8cbb54b7dab3..2e04e3905780 100644 --- a/testing/web-platform/tests/fetch/stale-while-revalidate/stale-script.tentative.html +++ b/testing/web-platform/tests/fetch/stale-while-revalidate/stale-script.tentative.html @@ -7,12 +7,10 @@ https://github.com/whatwg/fetch/pull/853 Tests Stale While Revalidate works for scripts - diff --git a/testing/web-platform/tests/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/open-features-tokenization-noopener.html b/testing/web-platform/tests/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/open-features-tokenization-noopener.html index c955e677899e..c31e75fdf57e 100644 --- a/testing/web-platform/tests/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/open-features-tokenization-noopener.html +++ b/testing/web-platform/tests/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/open-features-tokenization-noopener.html @@ -5,7 +5,158 @@ - diff --git a/testing/web-platform/tests/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/open-features-tokenization-noreferrer.html b/testing/web-platform/tests/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/open-features-tokenization-noreferrer.html deleted file mode 100644 index 4807f634fdac..000000000000 --- a/testing/web-platform/tests/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/open-features-tokenization-noreferrer.html +++ /dev/null @@ -1,11 +0,0 @@ - - -HTML: window.open `features`: tokenization -- `noreferrer` - - - - - - diff --git a/testing/web-platform/tests/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/resources/tokenization-noopener-noreferrer.js b/testing/web-platform/tests/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/resources/tokenization-noopener-noreferrer.js deleted file mode 100644 index a9d42e26dea1..000000000000 --- a/testing/web-platform/tests/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/resources/tokenization-noopener-noreferrer.js +++ /dev/null @@ -1,152 +0,0 @@ -function booleanTests(feature) { - const windowURL = 'resources/close-self.html'; - // Tests for how windows features are tokenized into 'name', 'value' - // window features separators are ASCII whitespace, '=' and ',' - - const featureUpper = feature.toUpperCase(), - featureSplitBegin = feature.slice(0, 2), - featureSplitEnd = feature.slice(2), - featureMixedCase = featureSplitBegin.toUpperCase() + featureSplitEnd; - featureMixedCase2 = featureSplitBegin + featureSplitEnd.toUpperCase(); - - test (t => { - // Tokenizing `name`: initial window features separators are ignored - // Each of these variants should tokenize to (`${feature}`, '') - [ - ` ${feature}`, - `=${feature}`, - `,,${feature}`, - `,=, ${feature}`, - `\n=${feature}=`, - `\t${feature}`, - `\r,,,=${feature}`, - `\u000C${feature}` - ].forEach(variant => { - const win = window.open(windowURL, "", variant); - assert_equals(win, null, `"${variant}" should activate feature "${feature}"`); - }); - }, `Tokenization of "${feature}" should skip window features separators before feature`); - - test (t => { - // Tokenizing `name`: lowercase conversion - // Each of these variants should tokenize as feature (`${feature}`, '') - // except where indicated - // Note also that `value` is lowercased during tokenization - [ - `${featureUpper}`, - `${featureMixedCase}`, - ` ${featureMixedCase2}`, - `=${featureUpper}`, - `${featureUpper}=1`, - `${featureUpper}=1`, - `${featureUpper}=yes`, - `${feature}=YES`, - ].forEach(variant => { - const win = window.open(windowURL, '', variant); - assert_equals(win, null, `"${variant}" should activate feature "${feature}"`); - }); - }, `Feature "${feature}" should be converted to ASCII lowercase`); - - test (t => { - // After `name` has been collected, ignore any window features separators until '=' - // except ',' OR a non-window-features-separator — break in those cases - // i.e. ignore whitespace until '=' unless a ',' is encountered first - // Each of these variants should tokenize as feature ('noopener', '') - [ - `${feature}`, - ` ${feature}\r`, - `${feature}\n =`, - `${feature},`, - `${feature} =,`, - `, ${feature} =`, - `${feature},=`, - `${feature} foo`, - `foo ${feature}=1`, - `foo=\u000Cbar\u000C${feature}` - ].forEach(variant => { - const win = window.open(windowURL, '', variant); - assert_equals(win, null, `"${variant}" should activate feature "${feature}"`); - }); - }, `After "${feature}", tokenization should skip window features separators that are not "=" or ","`); - - test (t => { - // After initial '=', tokenizing should ignore all separators except ',' - // before collecting `value` - // Each of these variants should tokenize as feature ('noopener', '') - // Except where indicated - [ - `${feature}= yes`, - `${feature}==,`, - `${feature}=\n ,`, - `${feature} = \t ,`, - `${feature}\n=\r 1,`, - `${feature}=,yes`, - `${feature}= yes=,`, - `${feature} = \u000Cyes` - ].forEach(variant => { - const win = window.open(windowURL, '', variant); - assert_equals(win, null, `"${variant}" should activate feature "${feature}"`); - }); - }, `Tokenizing "${feature}" should ignore window feature separators except "," after initial "=" and before value`); - - test (t => { - // Tokenizing `value` should collect any non-separator code points until first separator - [ - `${feature}=1`, - `${feature}=yes`, - `${feature} = yes ,`, - `${feature}=\nyes ,`, - `${feature}=yes yes`, - `${feature}=yes\ts`, - `${feature}==`, - `${feature}=1\n,`, - `==${feature}===`, - `${feature}==\u000C` - ].forEach(variant => { - const win = window.open(windowURL, '', variant); - assert_equals(win, null, `"${variant}" should set "${feature}"`); - }); - }, `Tokenizing "${feature}" should read characters until first window feature separator as \`value\``); - - test (t => { - [ - `${feature}=1`, - `${feature}=2`, - `${feature}=12345`, - `${feature}=1.5`, - `${feature}=-1`, - ].forEach(variant => { - const win = window.open(windowURL, '', variant); - assert_equals(win, null, `"${variant}" should activate feature "${feature}"`); - }); - }, 'Integer values other than 0 should activate the feature'); - - test (t => { - [ - `${feature}=0`, - `${feature}=0.5`, - `${feature}=error`, - ].forEach(variant => { - const win = window.open(windowURL, '', variant); - assert_not_equals(win, null, `"${variant}" should NOT activate feature "${feature}"`); - }); - }, `Integer value of 0 should not activate "${feature}"`); - - test (t => { - [ - `-${feature}`, - `${featureUpper}RRR`, - `${featureMixedCase}R`, - `${featureSplitBegin}_${featureSplitEnd}`, - ` ${featureSplitBegin} ${featureSplitEnd}`, - `${featureSplitBegin}\n${featureSplitEnd}`, - `${featureSplitBegin},${featureSplitEnd}`, - `\0${feature}`, - `${feature}\u0000=yes`, - `foo=\u000C${feature}` - ].forEach(variant => { - const win = window.open(windowURL, '', variant); - assert_not_equals(win, null, `"${variant}" should NOT activate feature "${feature}"`); - }); - }, `Invalid feature names should not tokenize as "${feature}"`); -} diff --git a/testing/web-platform/tests/html/browsers/the-window-object/focus.window.js b/testing/web-platform/tests/html/browsers/the-window-object/focus.window.js deleted file mode 100644 index 6ec7feee281e..000000000000 --- a/testing/web-platform/tests/html/browsers/the-window-object/focus.window.js +++ /dev/null @@ -1,15 +0,0 @@ -async_test(t => { - const input = document.body.appendChild(document.createElement("input")); - input.onfocus = t.step_func(() => { - const frame = document.body.appendChild(document.createElement("iframe")), - frameW = frame.contentWindow; - frameW.onfocus = t.unreached_func(); - frame.remove(); - frameW.focus(); - t.step_timeout(() => { - assert_equals(document.activeElement, input); - t.done(); - }, 100); - }); - input.focus(); -}); diff --git a/testing/web-platform/tests/html/browsers/the-window-object/length-attribute.window.js b/testing/web-platform/tests/html/browsers/the-window-object/length-attribute.window.js deleted file mode 100644 index d56e1e469280..000000000000 --- a/testing/web-platform/tests/html/browsers/the-window-object/length-attribute.window.js +++ /dev/null @@ -1,24 +0,0 @@ -async_test(t => { - const frame = document.createElement("iframe"); - frame.srcdoc = ""; - frame.onload = t.step_func_done(() => { - const frameW = frame.contentWindow; - assert_equals(frameW.length, 2); - assert_not_equals(frameW.x, undefined); - assert_not_equals(frameW.y, undefined); - assert_equals(frameW.z, undefined); - assert_equals(frameW.x, frameW[0]); - assert_equals(frameW.y, frameW[1]); - const xFrameW = frameW.x; - assert_equals(xFrameW.length, 1); - assert_not_equals(xFrameW.z, undefined); - assert_equals(xFrameW.z, xFrameW[0]); - frame.remove(); - assert_equals(frameW.length, 0); - assert_equals(frameW.x, undefined); - assert_equals(frameW[0], undefined); - assert_equals(xFrameW.length, 0); - assert_equals(xFrameW.z, undefined); - }); - document.body.append(frame); -}, "Window object's length IDL attribute (and named access)"); diff --git a/testing/web-platform/tests/html/browsers/the-window-object/name-attribute.window.js b/testing/web-platform/tests/html/browsers/the-window-object/name-attribute.window.js deleted file mode 100644 index f266dd7acb96..000000000000 --- a/testing/web-platform/tests/html/browsers/the-window-object/name-attribute.window.js +++ /dev/null @@ -1,18 +0,0 @@ -test(() => { - const frame = document.createElement("iframe"), - name = "A", - name2 = "B"; - frame.setAttribute("name", name); - document.body.append(frame); - const frameW = frame.contentWindow; - assert_equals(frameW.name, name); - frameW.name = name2; - assert_equals(frame.getAttribute("name"), name); - assert_equals(frameW.name, name2); - frame.remove(); - assert_equals(frame.getAttribute("name"), name); - assert_equals(frameW.name, ""); - frameW.name = name2; - assert_equals(frame.getAttribute("name"), name); - assert_equals(frameW.name, ""); -}, "Window object's name IDL attribute"); diff --git a/testing/web-platform/tests/html/browsers/the-window-object/support/noreferrer-target.html b/testing/web-platform/tests/html/browsers/the-window-object/support/noreferrer-target.html deleted file mode 100644 index c2446c6fe958..000000000000 --- a/testing/web-platform/tests/html/browsers/the-window-object/support/noreferrer-target.html +++ /dev/null @@ -1,13 +0,0 @@ - diff --git a/testing/web-platform/tests/html/browsers/the-window-object/window-open-noreferrer.html b/testing/web-platform/tests/html/browsers/the-window-object/window-open-noreferrer.html deleted file mode 100644 index 92b72cdb5f1e..000000000000 --- a/testing/web-platform/tests/html/browsers/the-window-object/window-open-noreferrer.html +++ /dev/null @@ -1,20 +0,0 @@ - - -window.open() with "noreferrer" tests - - - diff --git a/testing/web-platform/tests/html/browsers/windows/embedded-opener-remove-frame.html b/testing/web-platform/tests/html/browsers/windows/embedded-opener-remove-frame.html deleted file mode 100644 index 9bce93f0888e..000000000000 --- a/testing/web-platform/tests/html/browsers/windows/embedded-opener-remove-frame.html +++ /dev/null @@ -1,46 +0,0 @@ - -opener and "removed" embedded documents - - -
- - diff --git a/testing/web-platform/tests/html/browsers/windows/nested-browsing-contexts/name-attribute.window.js b/testing/web-platform/tests/html/browsers/windows/nested-browsing-contexts/name-attribute.window.js deleted file mode 100644 index 69908af71b72..000000000000 --- a/testing/web-platform/tests/html/browsers/windows/nested-browsing-contexts/name-attribute.window.js +++ /dev/null @@ -1,58 +0,0 @@ -// META: script=/common/get-host-info.sub.js - -[ - "frame", // This works without , so great - "iframe", - "object", - "embed", -].forEach(element => { - [ - null, - "", - "initialvalue" - ].forEach(initialNameValue => { - [ - "same-origin", - "cross-origin" - ].forEach(originType => { - async_test(t => { - const ident = element + initialNameValue + originType, - file = `${new URL("resources/post-to-parent.html", location.href).pathname}?ident=${ident}`, - child = originType === "same-origin" ? file : `${get_host_info().HTTP_REMOTE_ORIGIN}${file}`, - frame = document.createElement(element), - expectedNameValue = initialNameValue || ""; - let state = "set"; - const listener = t.step_func(e => { - if (e.data.ident === ident) { - assert_equals(e.data.name, expectedNameValue); // This check is always the same - if (state === "set") { - frame.setAttribute("name", "meh"); - state = "remove" - e.source.postMessage(null, "*"); - return; - } - if (state === "remove") { - frame.removeAttribute("name"); - state = "done"; - e.source.postMessage(null, "*"); - return; - } - if (state === "done") { - t.done(); - } - } - }); - frame.setAttribute(element === "object" ? "data" : "src", child); - if (initialNameValue !== null) { - frame.setAttribute("name", initialNameValue); - } - t.add_cleanup(() => { - self.removeEventListener("message", listener); - frame.remove(); - }); - self.addEventListener("message", listener); - document.body.append(frame); - }, `${originType} <${element}${initialNameValue !== null ? ' name=' + initialNameValue : ''}>`); - }); - }); -}); diff --git a/testing/web-platform/tests/html/browsers/windows/nested-browsing-contexts/resources/post-to-parent.html b/testing/web-platform/tests/html/browsers/windows/nested-browsing-contexts/resources/post-to-parent.html deleted file mode 100644 index 302e9d9cc12b..000000000000 --- a/testing/web-platform/tests/html/browsers/windows/nested-browsing-contexts/resources/post-to-parent.html +++ /dev/null @@ -1,6 +0,0 @@ - diff --git a/testing/web-platform/tests/html/semantics/embedded-content/media-elements/track/track-element/track-cue-rendering-empty-cue-ref.html b/testing/web-platform/tests/html/semantics/embedded-content/media-elements/track/track-element/track-cue-rendering-empty-cue-ref.html deleted file mode 100644 index 837c4fd7833d..000000000000 --- a/testing/web-platform/tests/html/semantics/embedded-content/media-elements/track/track-element/track-cue-rendering-empty-cue-ref.html +++ /dev/null @@ -1,27 +0,0 @@ - - -Reference for track rendering with empty cue - - -
- -
- \ No newline at end of file diff --git a/testing/web-platform/tests/html/semantics/embedded-content/media-elements/track/track-element/track-cue-rendering-empty-cue.html b/testing/web-platform/tests/html/semantics/embedded-content/media-elements/track/track-element/track-cue-rendering-empty-cue.html index c2d300999eea..427189f6fc78 100644 --- a/testing/web-platform/tests/html/semantics/embedded-content/media-elements/track/track-element/track-cue-rendering-empty-cue.html +++ b/testing/web-platform/tests/html/semantics/embedded-content/media-elements/track/track-element/track-cue-rendering-empty-cue.html @@ -1,26 +1,16 @@ - -Track rendering with empty cue - - - - - \ No newline at end of file +}); + \ No newline at end of file diff --git a/testing/web-platform/tests/html/semantics/embedded-content/media-elements/track/track-element/track-cue-rendering-line-doesnt-fit-ref.html b/testing/web-platform/tests/html/semantics/embedded-content/media-elements/track/track-element/track-cue-rendering-line-doesnt-fit-ref.html index c4c14bc2a394..8354041eb2a0 100644 --- a/testing/web-platform/tests/html/semantics/embedded-content/media-elements/track/track-element/track-cue-rendering-line-doesnt-fit-ref.html +++ b/testing/web-platform/tests/html/semantics/embedded-content/media-elements/track/track-element/track-cue-rendering-line-doesnt-fit-ref.html @@ -20,6 +20,7 @@ background: green; color: green; font-size: 120px; + padding: 2px; }
diff --git a/testing/web-platform/tests/html/semantics/embedded-content/media-elements/track/track-element/track-cue-rendering-transformed-video-ref.html b/testing/web-platform/tests/html/semantics/embedded-content/media-elements/track/track-element/track-cue-rendering-transformed-video-ref.html index c3ee804c485b..39461350b089 100644 --- a/testing/web-platform/tests/html/semantics/embedded-content/media-elements/track/track-element/track-cue-rendering-transformed-video-ref.html +++ b/testing/web-platform/tests/html/semantics/embedded-content/media-elements/track/track-element/track-cue-rendering-transformed-video-ref.html @@ -22,6 +22,7 @@ background: green; color: green; font-size: 50px; + padding: 2px; }
diff --git a/testing/web-platform/tests/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_anchor_download_allow_downloads_without_user_activation.sub.tentative.html b/testing/web-platform/tests/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_anchor_download_allow_downloads_without_user_activation.sub.tentative.html deleted file mode 100644 index 32409f220f0a..000000000000 --- a/testing/web-platform/tests/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_anchor_download_allow_downloads_without_user_activation.sub.tentative.html +++ /dev/null @@ -1,31 +0,0 @@ - - -<a download> triggered download in sandbox is allowed by allow-downloads-without-user-activation. - - - - - - - - diff --git a/testing/web-platform/tests/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_anchor_download_block_downloads_without_user_activation.sub.tentative.html b/testing/web-platform/tests/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_anchor_download_block_downloads_without_user_activation.sub.tentative.html deleted file mode 100644 index abd4d7c5e0d7..000000000000 --- a/testing/web-platform/tests/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_anchor_download_block_downloads_without_user_activation.sub.tentative.html +++ /dev/null @@ -1,31 +0,0 @@ - - -<a download> triggered download in sandbox is blocked. - - - - - - - - diff --git a/testing/web-platform/tests/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_navigation_download_allow_downloads_without_user_activation.sub.tentative.html b/testing/web-platform/tests/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_navigation_download_allow_downloads_without_user_activation.sub.tentative.html deleted file mode 100644 index 4fee27f9ba92..000000000000 --- a/testing/web-platform/tests/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_navigation_download_allow_downloads_without_user_activation.sub.tentative.html +++ /dev/null @@ -1,33 +0,0 @@ - - -Navigation resulted download in sandbox is allowed by allow-downloads-without-user-activation. - - - - - - - - diff --git a/testing/web-platform/tests/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_navigation_download_block_downloads_without_user_activation.sub.tentative.html b/testing/web-platform/tests/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_navigation_download_block_downloads_without_user_activation.sub.tentative.html deleted file mode 100644 index 9b9246c393ec..000000000000 --- a/testing/web-platform/tests/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_navigation_download_block_downloads_without_user_activation.sub.tentative.html +++ /dev/null @@ -1,33 +0,0 @@ - - -Navigation resulted download in sandbox is blocked. - - - - - - - - diff --git a/testing/web-platform/tests/html/semantics/embedded-content/the-iframe-element/support/download_stash.py b/testing/web-platform/tests/html/semantics/embedded-content/the-iframe-element/support/download_stash.py deleted file mode 100644 index 24e1dfd58f76..000000000000 --- a/testing/web-platform/tests/html/semantics/embedded-content/the-iframe-element/support/download_stash.py +++ /dev/null @@ -1,28 +0,0 @@ -import time - -def main(request, response): - token = request.GET["token"] - response.status = 200 - response.headers.append("Content-Type", "text/html") - if "verify-token" in request.GET: - if request.server.stash.take(token): - return 'TOKEN_SET' - return 'TOKEN_NOT_SET' - - if "finish-delay" not in request.GET: - # - request.server.stash.put(token, True) - return - - # navigation to download - response.headers.append("Content-Disposition", "attachment") - response.write_status_headers() - finish_delay = float(request.GET["finish-delay"]) / 1E3 - count = 10 - single_delay = finish_delay / count - for i in range(count): # pylint: disable=unused-variable - time.sleep(single_delay) - response.writer.write_content("\n") - if not response.writer.flush(): - return - request.server.stash.put(token, True) diff --git a/testing/web-platform/tests/html/semantics/embedded-content/the-iframe-element/support/iframe_sandbox_download_helper.js b/testing/web-platform/tests/html/semantics/embedded-content/the-iframe-element/support/iframe_sandbox_download_helper.js deleted file mode 100644 index 7090e7662ca8..000000000000 --- a/testing/web-platform/tests/html/semantics/embedded-content/the-iframe-element/support/iframe_sandbox_download_helper.js +++ /dev/null @@ -1,37 +0,0 @@ -function StreamDownloadFinishDelay() { - return 1000; -} - -function DownloadVerifyDelay() { - return 1000; -} - -function VerifyDownload(test_obj, token, timeout, expect_download) { - var verify_token = test_obj.step_func(function () { - var xhr = new XMLHttpRequest(); - xhr.open('GET', 'support/download_stash.py?verify-token&token=' + token); - xhr.onload = test_obj.step_func(function(e) { - if (expect_download) { - if (xhr.response != "TOKEN_SET") { - // Always retry, and rely on the test timeout to conclude that - // download didn't happen and to fail the test. - test_obj.step_timeout(verify_token, DownloadVerifyDelay()); - return; - } - } else { - assert_equals(xhr.response, "TOKEN_NOT_SET", "Expect no download to happen, but got one."); - } - test_obj.done(); - }); - xhr.send(); - }); - test_obj.step_timeout(verify_token, timeout); -} - -function AssertDownloadSuccess(test_obj, token, timeout) { - VerifyDownload(test_obj, token, timeout, true); -} - -function AssertDownloadFailure(test_obj, token, timeout) { - VerifyDownload(test_obj, token, timeout, false); -} diff --git a/testing/web-platform/tests/html/semantics/forms/form-submission-target/rel-base-target.html b/testing/web-platform/tests/html/semantics/forms/form-submission-target/rel-base-target.html deleted file mode 100644 index 222be95d2e8a..000000000000 --- a/testing/web-platform/tests/html/semantics/forms/form-submission-target/rel-base-target.html +++ /dev/null @@ -1,13 +0,0 @@ - -<form rel> with <base target> - - - - -
-
- diff --git a/testing/web-platform/tests/html/semantics/forms/form-submission-target/rel-button-target.html b/testing/web-platform/tests/html/semantics/forms/form-submission-target/rel-button-target.html deleted file mode 100644 index 76fa8685905a..000000000000 --- a/testing/web-platform/tests/html/semantics/forms/form-submission-target/rel-button-target.html +++ /dev/null @@ -1,12 +0,0 @@ - -<form rel> with <button formtarget> - - - -
-