From 48a55af2cf9caaff195671349b5190c730a3276d Mon Sep 17 00:00:00 2001 From: Anthony Ramine Date: Mon, 12 Mar 2018 09:37:58 +0100 Subject: [PATCH 1/7] Fix expectation for border_radius_elliptical_a.html (#14229, #19271) --- tests/wpt/mozilla/meta/css/border_radius_elliptical_a.html.ini | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 tests/wpt/mozilla/meta/css/border_radius_elliptical_a.html.ini diff --git a/tests/wpt/mozilla/meta/css/border_radius_elliptical_a.html.ini b/tests/wpt/mozilla/meta/css/border_radius_elliptical_a.html.ini deleted file mode 100644 index 030543a5009..00000000000 --- a/tests/wpt/mozilla/meta/css/border_radius_elliptical_a.html.ini +++ /dev/null @@ -1,3 +0,0 @@ -[border_radius_elliptical_a.html] - bug: https://github.com/servo/servo/issues/19271 - expected: FAIL From 4fe554cb73eb1c27c25657d48dede242312b8a04 Mon Sep 17 00:00:00 2001 From: Anthony Ramine Date: Mon, 12 Mar 2018 09:38:53 +0100 Subject: [PATCH 2/7] Fix expectation for transition_calc_implicit.html.ini (#17417) --- tests/wpt/mozilla/meta/css/transition_calc_implicit.html.ini | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 tests/wpt/mozilla/meta/css/transition_calc_implicit.html.ini diff --git a/tests/wpt/mozilla/meta/css/transition_calc_implicit.html.ini b/tests/wpt/mozilla/meta/css/transition_calc_implicit.html.ini deleted file mode 100644 index dbea4f293ad..00000000000 --- a/tests/wpt/mozilla/meta/css/transition_calc_implicit.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[transition_calc_implicit.html] - expected: TIMEOUT From e5ba3dfd43b09035bda9630083cdc7cbe6163e5d Mon Sep 17 00:00:00 2001 From: Anthony Ramine Date: Mon, 12 Mar 2018 09:43:17 +0100 Subject: [PATCH 3/7] Fix expectation for parser-sets-attributes-and-children.html It now always crashes consistently on Linux. --- .../parser/parser-sets-attributes-and-children.html.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/wpt/metadata/custom-elements/parser/parser-sets-attributes-and-children.html.ini b/tests/wpt/metadata/custom-elements/parser/parser-sets-attributes-and-children.html.ini index 24282dc421e..775fd656cf1 100644 --- a/tests/wpt/metadata/custom-elements/parser/parser-sets-attributes-and-children.html.ini +++ b/tests/wpt/metadata/custom-elements/parser/parser-sets-attributes-and-children.html.ini @@ -1,4 +1,4 @@ [parser-sets-attributes-and-children.html] expected: if os == "mac": TIMEOUT - if os == "linux": TIMEOUT + if os == "linux": CRASH From 8013e7801e65aefc0489bf0722f8e6b4d238f657 Mon Sep 17 00:00:00 2001 From: Anthony Ramine Date: Mon, 12 Mar 2018 11:45:45 +0100 Subject: [PATCH 4/7] Properly pref-gate the VR WebIDL interface --- components/script/dom/webidls/VR.webidl | 1 + 1 file changed, 1 insertion(+) diff --git a/components/script/dom/webidls/VR.webidl b/components/script/dom/webidls/VR.webidl index af256286523..a1092cdb734 100644 --- a/components/script/dom/webidls/VR.webidl +++ b/components/script/dom/webidls/VR.webidl @@ -5,6 +5,7 @@ // https://w3c.github.io/webvr/#interface-navigator [NoInterfaceObject] interface VR { + [Pref="dom.webvr.enabled"] Promise> getDisplays(); //readonly attribute FrozenArray activeVRDisplays; }; From 887367e2e62983ead950f43447303a2c40f5b068 Mon Sep 17 00:00:00 2001 From: Anthony Ramine Date: Sun, 11 Mar 2018 23:34:28 +0100 Subject: [PATCH 5/7] Enable /webvr/ tests --- tests/wpt/include.ini | 2 + .../metadata/webvr/idlharness.https.html.ini | 256 ++++++++++++++++++ ...abled-by-feature-policy.https.sub.html.ini | 11 + ...ribute-redirect-on-load.https.sub.html.ini | 7 + ...eature-policy-attribute.https.sub.html.ini | 7 + ...abled-by-feature-policy.https.sub.html.ini | 11 + ...rigin-by-feature-policy.https.sub.html.ini | 11 + 7 files changed, 305 insertions(+) create mode 100644 tests/wpt/metadata/webvr/idlharness.https.html.ini create mode 100644 tests/wpt/metadata/webvr/webvr-disabled-by-feature-policy.https.sub.html.ini create mode 100644 tests/wpt/metadata/webvr/webvr-enabled-by-feature-policy-attribute-redirect-on-load.https.sub.html.ini create mode 100644 tests/wpt/metadata/webvr/webvr-enabled-by-feature-policy-attribute.https.sub.html.ini create mode 100644 tests/wpt/metadata/webvr/webvr-enabled-by-feature-policy.https.sub.html.ini create mode 100644 tests/wpt/metadata/webvr/webvr-enabled-on-self-origin-by-feature-policy.https.sub.html.ini diff --git a/tests/wpt/include.ini b/tests/wpt/include.ini index 9daccd9d3f0..ecc822918a6 100644 --- a/tests/wpt/include.ini +++ b/tests/wpt/include.ini @@ -103,6 +103,8 @@ skip: true skip: false [webgl] skip: false +[webvr] + skip: false [WebIDL] skip: false [websockets] diff --git a/tests/wpt/metadata/webvr/idlharness.https.html.ini b/tests/wpt/metadata/webvr/idlharness.https.html.ini new file mode 100644 index 00000000000..ad4eaab2e38 --- /dev/null +++ b/tests/wpt/metadata/webvr/idlharness.https.html.ini @@ -0,0 +1,256 @@ +[idlharness.https.html] + [Navigator interface: operation getVRDisplays()] + expected: FAIL + + [Navigator interface: attribute activeVRDisplays] + expected: FAIL + + [Navigator interface: attribute vrEnabled] + expected: FAIL + + [HTMLIFrameElement interface: attribute allowvr] + expected: FAIL + + [Gamepad interface: attribute displayId] + expected: FAIL + + [VRDisplay interface: existence and properties of interface object] + expected: FAIL + + [VRDisplay interface object length] + expected: FAIL + + [VRDisplay interface object name] + expected: FAIL + + [VRDisplay interface: existence and properties of interface prototype object] + expected: FAIL + + [VRDisplay interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [VRDisplay interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [VRDisplay interface: attribute isPresenting] + expected: FAIL + + [VRDisplay interface: attribute capabilities] + expected: FAIL + + [VRDisplay interface: attribute stageParameters] + expected: FAIL + + [VRDisplay interface: operation getEyeParameters(VREye)] + expected: FAIL + + [VRDisplay interface: attribute displayId] + expected: FAIL + + [VRDisplay interface: attribute displayName] + expected: FAIL + + [VRDisplay interface: operation getFrameData(VRFrameData)] + expected: FAIL + + [VRDisplay interface: attribute depthNear] + expected: FAIL + + [VRDisplay interface: attribute depthFar] + expected: FAIL + + [VRDisplay interface: operation requestAnimationFrame(FrameRequestCallback)] + expected: FAIL + + [VRDisplay interface: operation cancelAnimationFrame(long)] + expected: FAIL + + [VRDisplay interface: operation requestPresent([object Object\])] + expected: FAIL + + [VRDisplay interface: operation exitPresent()] + expected: FAIL + + [VRDisplay interface: operation getLayers()] + expected: FAIL + + [VRDisplay interface: operation submitFrame()] + expected: FAIL + + [VRDisplayCapabilities interface: existence and properties of interface object] + expected: FAIL + + [VRDisplayCapabilities interface object length] + expected: FAIL + + [VRDisplayCapabilities interface object name] + expected: FAIL + + [VRDisplayCapabilities interface: existence and properties of interface prototype object] + expected: FAIL + + [VRDisplayCapabilities interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [VRDisplayCapabilities interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [VRDisplayCapabilities interface: attribute hasPosition] + expected: FAIL + + [VRDisplayCapabilities interface: attribute hasExternalDisplay] + expected: FAIL + + [VRDisplayCapabilities interface: attribute canPresent] + expected: FAIL + + [VRDisplayCapabilities interface: attribute maxLayers] + expected: FAIL + + [VRPose interface: existence and properties of interface object] + expected: FAIL + + [VRPose interface object length] + expected: FAIL + + [VRPose interface object name] + expected: FAIL + + [VRPose interface: existence and properties of interface prototype object] + expected: FAIL + + [VRPose interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [VRPose interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [VRPose interface: attribute position] + expected: FAIL + + [VRPose interface: attribute linearVelocity] + expected: FAIL + + [VRPose interface: attribute linearAcceleration] + expected: FAIL + + [VRPose interface: attribute orientation] + expected: FAIL + + [VRPose interface: attribute angularVelocity] + expected: FAIL + + [VRPose interface: attribute angularAcceleration] + expected: FAIL + + [VRFrameData interface: existence and properties of interface object] + expected: FAIL + + [VRFrameData interface object length] + expected: FAIL + + [VRFrameData interface object name] + expected: FAIL + + [VRFrameData interface: existence and properties of interface prototype object] + expected: FAIL + + [VRFrameData interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [VRFrameData interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [VRFrameData interface: attribute leftProjectionMatrix] + expected: FAIL + + [VRFrameData interface: attribute leftViewMatrix] + expected: FAIL + + [VRFrameData interface: attribute rightProjectionMatrix] + expected: FAIL + + [VRFrameData interface: attribute rightViewMatrix] + expected: FAIL + + [VRFrameData interface: attribute pose] + expected: FAIL + + [VREyeParameters interface: existence and properties of interface object] + expected: FAIL + + [VREyeParameters interface object length] + expected: FAIL + + [VREyeParameters interface object name] + expected: FAIL + + [VREyeParameters interface: existence and properties of interface prototype object] + expected: FAIL + + [VREyeParameters interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [VREyeParameters interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [VREyeParameters interface: attribute offset] + expected: FAIL + + [VREyeParameters interface: attribute renderWidth] + expected: FAIL + + [VREyeParameters interface: attribute renderHeight] + expected: FAIL + + [VRStageParameters interface: existence and properties of interface object] + expected: FAIL + + [VRStageParameters interface object length] + expected: FAIL + + [VRStageParameters interface object name] + expected: FAIL + + [VRStageParameters interface: existence and properties of interface prototype object] + expected: FAIL + + [VRStageParameters interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [VRStageParameters interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [VRStageParameters interface: attribute sittingToStandingTransform] + expected: FAIL + + [VRStageParameters interface: attribute sizeX] + expected: FAIL + + [VRStageParameters interface: attribute sizeZ] + expected: FAIL + + [VRDisplayEvent interface: existence and properties of interface object] + expected: FAIL + + [VRDisplayEvent interface object length] + expected: FAIL + + [VRDisplayEvent interface object name] + expected: FAIL + + [VRDisplayEvent interface: existence and properties of interface prototype object] + expected: FAIL + + [VRDisplayEvent interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [VRDisplayEvent interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [VRDisplayEvent interface: attribute display] + expected: FAIL + + [VRDisplayEvent interface: attribute reason] + expected: FAIL + diff --git a/tests/wpt/metadata/webvr/webvr-disabled-by-feature-policy.https.sub.html.ini b/tests/wpt/metadata/webvr/webvr-disabled-by-feature-policy.https.sub.html.ini new file mode 100644 index 00000000000..a55dd4fa48d --- /dev/null +++ b/tests/wpt/metadata/webvr/webvr-disabled-by-feature-policy.https.sub.html.ini @@ -0,0 +1,11 @@ +[webvr-disabled-by-feature-policy.https.sub.html] + expected: TIMEOUT + [Feature-Policy header vr "none" disallows the top-level document.] + expected: FAIL + + [Feature-Policy header vr "none" disallows same-origin iframes.] + expected: TIMEOUT + + [Feature-Policy header vr "none" disallows cross-origin iframes.] + expected: TIMEOUT + diff --git a/tests/wpt/metadata/webvr/webvr-enabled-by-feature-policy-attribute-redirect-on-load.https.sub.html.ini b/tests/wpt/metadata/webvr/webvr-enabled-by-feature-policy-attribute-redirect-on-load.https.sub.html.ini new file mode 100644 index 00000000000..f62af3274ab --- /dev/null +++ b/tests/wpt/metadata/webvr/webvr-enabled-by-feature-policy-attribute-redirect-on-load.https.sub.html.ini @@ -0,0 +1,7 @@ +[webvr-enabled-by-feature-policy-attribute-redirect-on-load.https.sub.html] + [Feature-Policy allow="vr" attribute allows same-origin relocation] + expected: FAIL + + [Feature-Policy allow="vr" attribute disallows cross-origin relocation] + expected: FAIL + diff --git a/tests/wpt/metadata/webvr/webvr-enabled-by-feature-policy-attribute.https.sub.html.ini b/tests/wpt/metadata/webvr/webvr-enabled-by-feature-policy-attribute.https.sub.html.ini new file mode 100644 index 00000000000..eefc44081c1 --- /dev/null +++ b/tests/wpt/metadata/webvr/webvr-enabled-by-feature-policy-attribute.https.sub.html.ini @@ -0,0 +1,7 @@ +[webvr-enabled-by-feature-policy-attribute.https.sub.html] + [Feature-Policy allow="vr" attribute allows same-origin iframe] + expected: FAIL + + [Feature-Policy allow="vr" attribute allows cross-origin iframe] + expected: FAIL + diff --git a/tests/wpt/metadata/webvr/webvr-enabled-by-feature-policy.https.sub.html.ini b/tests/wpt/metadata/webvr/webvr-enabled-by-feature-policy.https.sub.html.ini new file mode 100644 index 00000000000..68ed346587c --- /dev/null +++ b/tests/wpt/metadata/webvr/webvr-enabled-by-feature-policy.https.sub.html.ini @@ -0,0 +1,11 @@ +[webvr-enabled-by-feature-policy.https.sub.html] + expected: TIMEOUT + [Feature-Policy header vr * allows the top-level document.] + expected: FAIL + + [Feature-Policy header vr * allows same-origin iframes.] + expected: TIMEOUT + + [Feature-Policy header vr * allows cross-origin iframes.] + expected: TIMEOUT + diff --git a/tests/wpt/metadata/webvr/webvr-enabled-on-self-origin-by-feature-policy.https.sub.html.ini b/tests/wpt/metadata/webvr/webvr-enabled-on-self-origin-by-feature-policy.https.sub.html.ini new file mode 100644 index 00000000000..8a36618dedb --- /dev/null +++ b/tests/wpt/metadata/webvr/webvr-enabled-on-self-origin-by-feature-policy.https.sub.html.ini @@ -0,0 +1,11 @@ +[webvr-enabled-on-self-origin-by-feature-policy.https.sub.html] + expected: TIMEOUT + [Feature-Policy header vr "self" allows the top-level document.] + expected: FAIL + + [Feature-Policy header vr "self" allows same-origin iframes.] + expected: TIMEOUT + + [Feature-Policy header vr "self" disallows cross-origin iframes.] + expected: TIMEOUT + From 7a09b2fe40b629095f4b7ba86a4e1d8c1cb8d39c Mon Sep 17 00:00:00 2001 From: Anthony Ramine Date: Mon, 12 Mar 2018 15:21:31 +0100 Subject: [PATCH 6/7] Properly enable WebVR when running WebVR tests --- tests/wpt/metadata/webvr/__dir__.ini | 1 + .../metadata/webvr/idlharness.https.html.ini | 234 ------------------ ...abled-by-feature-policy.https.sub.html.ini | 3 - ...rigin-by-feature-policy.https.sub.html.ini | 3 - 4 files changed, 1 insertion(+), 240 deletions(-) create mode 100644 tests/wpt/metadata/webvr/__dir__.ini diff --git a/tests/wpt/metadata/webvr/__dir__.ini b/tests/wpt/metadata/webvr/__dir__.ini new file mode 100644 index 00000000000..da93113793b --- /dev/null +++ b/tests/wpt/metadata/webvr/__dir__.ini @@ -0,0 +1 @@ +prefs: ["dom.webvr.enabled:true"] diff --git a/tests/wpt/metadata/webvr/idlharness.https.html.ini b/tests/wpt/metadata/webvr/idlharness.https.html.ini index ad4eaab2e38..74bf11b2015 100644 --- a/tests/wpt/metadata/webvr/idlharness.https.html.ini +++ b/tests/wpt/metadata/webvr/idlharness.https.html.ini @@ -14,243 +14,9 @@ [Gamepad interface: attribute displayId] expected: FAIL - [VRDisplay interface: existence and properties of interface object] - expected: FAIL - - [VRDisplay interface object length] - expected: FAIL - - [VRDisplay interface object name] - expected: FAIL - - [VRDisplay interface: existence and properties of interface prototype object] - expected: FAIL - - [VRDisplay interface: existence and properties of interface prototype object's "constructor" property] - expected: FAIL - - [VRDisplay interface: existence and properties of interface prototype object's @@unscopables property] - expected: FAIL - - [VRDisplay interface: attribute isPresenting] - expected: FAIL - - [VRDisplay interface: attribute capabilities] - expected: FAIL - - [VRDisplay interface: attribute stageParameters] - expected: FAIL - - [VRDisplay interface: operation getEyeParameters(VREye)] - expected: FAIL - - [VRDisplay interface: attribute displayId] - expected: FAIL - - [VRDisplay interface: attribute displayName] - expected: FAIL - - [VRDisplay interface: operation getFrameData(VRFrameData)] - expected: FAIL - - [VRDisplay interface: attribute depthNear] - expected: FAIL - - [VRDisplay interface: attribute depthFar] - expected: FAIL - - [VRDisplay interface: operation requestAnimationFrame(FrameRequestCallback)] - expected: FAIL - - [VRDisplay interface: operation cancelAnimationFrame(long)] - expected: FAIL - [VRDisplay interface: operation requestPresent([object Object\])] expected: FAIL [VRDisplay interface: operation exitPresent()] expected: FAIL - [VRDisplay interface: operation getLayers()] - expected: FAIL - - [VRDisplay interface: operation submitFrame()] - expected: FAIL - - [VRDisplayCapabilities interface: existence and properties of interface object] - expected: FAIL - - [VRDisplayCapabilities interface object length] - expected: FAIL - - [VRDisplayCapabilities interface object name] - expected: FAIL - - [VRDisplayCapabilities interface: existence and properties of interface prototype object] - expected: FAIL - - [VRDisplayCapabilities interface: existence and properties of interface prototype object's "constructor" property] - expected: FAIL - - [VRDisplayCapabilities interface: existence and properties of interface prototype object's @@unscopables property] - expected: FAIL - - [VRDisplayCapabilities interface: attribute hasPosition] - expected: FAIL - - [VRDisplayCapabilities interface: attribute hasExternalDisplay] - expected: FAIL - - [VRDisplayCapabilities interface: attribute canPresent] - expected: FAIL - - [VRDisplayCapabilities interface: attribute maxLayers] - expected: FAIL - - [VRPose interface: existence and properties of interface object] - expected: FAIL - - [VRPose interface object length] - expected: FAIL - - [VRPose interface object name] - expected: FAIL - - [VRPose interface: existence and properties of interface prototype object] - expected: FAIL - - [VRPose interface: existence and properties of interface prototype object's "constructor" property] - expected: FAIL - - [VRPose interface: existence and properties of interface prototype object's @@unscopables property] - expected: FAIL - - [VRPose interface: attribute position] - expected: FAIL - - [VRPose interface: attribute linearVelocity] - expected: FAIL - - [VRPose interface: attribute linearAcceleration] - expected: FAIL - - [VRPose interface: attribute orientation] - expected: FAIL - - [VRPose interface: attribute angularVelocity] - expected: FAIL - - [VRPose interface: attribute angularAcceleration] - expected: FAIL - - [VRFrameData interface: existence and properties of interface object] - expected: FAIL - - [VRFrameData interface object length] - expected: FAIL - - [VRFrameData interface object name] - expected: FAIL - - [VRFrameData interface: existence and properties of interface prototype object] - expected: FAIL - - [VRFrameData interface: existence and properties of interface prototype object's "constructor" property] - expected: FAIL - - [VRFrameData interface: existence and properties of interface prototype object's @@unscopables property] - expected: FAIL - - [VRFrameData interface: attribute leftProjectionMatrix] - expected: FAIL - - [VRFrameData interface: attribute leftViewMatrix] - expected: FAIL - - [VRFrameData interface: attribute rightProjectionMatrix] - expected: FAIL - - [VRFrameData interface: attribute rightViewMatrix] - expected: FAIL - - [VRFrameData interface: attribute pose] - expected: FAIL - - [VREyeParameters interface: existence and properties of interface object] - expected: FAIL - - [VREyeParameters interface object length] - expected: FAIL - - [VREyeParameters interface object name] - expected: FAIL - - [VREyeParameters interface: existence and properties of interface prototype object] - expected: FAIL - - [VREyeParameters interface: existence and properties of interface prototype object's "constructor" property] - expected: FAIL - - [VREyeParameters interface: existence and properties of interface prototype object's @@unscopables property] - expected: FAIL - - [VREyeParameters interface: attribute offset] - expected: FAIL - - [VREyeParameters interface: attribute renderWidth] - expected: FAIL - - [VREyeParameters interface: attribute renderHeight] - expected: FAIL - - [VRStageParameters interface: existence and properties of interface object] - expected: FAIL - - [VRStageParameters interface object length] - expected: FAIL - - [VRStageParameters interface object name] - expected: FAIL - - [VRStageParameters interface: existence and properties of interface prototype object] - expected: FAIL - - [VRStageParameters interface: existence and properties of interface prototype object's "constructor" property] - expected: FAIL - - [VRStageParameters interface: existence and properties of interface prototype object's @@unscopables property] - expected: FAIL - - [VRStageParameters interface: attribute sittingToStandingTransform] - expected: FAIL - - [VRStageParameters interface: attribute sizeX] - expected: FAIL - - [VRStageParameters interface: attribute sizeZ] - expected: FAIL - - [VRDisplayEvent interface: existence and properties of interface object] - expected: FAIL - - [VRDisplayEvent interface object length] - expected: FAIL - - [VRDisplayEvent interface object name] - expected: FAIL - - [VRDisplayEvent interface: existence and properties of interface prototype object] - expected: FAIL - - [VRDisplayEvent interface: existence and properties of interface prototype object's "constructor" property] - expected: FAIL - - [VRDisplayEvent interface: existence and properties of interface prototype object's @@unscopables property] - expected: FAIL - - [VRDisplayEvent interface: attribute display] - expected: FAIL - - [VRDisplayEvent interface: attribute reason] - expected: FAIL - diff --git a/tests/wpt/metadata/webvr/webvr-enabled-by-feature-policy.https.sub.html.ini b/tests/wpt/metadata/webvr/webvr-enabled-by-feature-policy.https.sub.html.ini index 68ed346587c..8a363f316bd 100644 --- a/tests/wpt/metadata/webvr/webvr-enabled-by-feature-policy.https.sub.html.ini +++ b/tests/wpt/metadata/webvr/webvr-enabled-by-feature-policy.https.sub.html.ini @@ -1,8 +1,5 @@ [webvr-enabled-by-feature-policy.https.sub.html] expected: TIMEOUT - [Feature-Policy header vr * allows the top-level document.] - expected: FAIL - [Feature-Policy header vr * allows same-origin iframes.] expected: TIMEOUT diff --git a/tests/wpt/metadata/webvr/webvr-enabled-on-self-origin-by-feature-policy.https.sub.html.ini b/tests/wpt/metadata/webvr/webvr-enabled-on-self-origin-by-feature-policy.https.sub.html.ini index 8a36618dedb..bb968ef6d8d 100644 --- a/tests/wpt/metadata/webvr/webvr-enabled-on-self-origin-by-feature-policy.https.sub.html.ini +++ b/tests/wpt/metadata/webvr/webvr-enabled-on-self-origin-by-feature-policy.https.sub.html.ini @@ -1,8 +1,5 @@ [webvr-enabled-on-self-origin-by-feature-policy.https.sub.html] expected: TIMEOUT - [Feature-Policy header vr "self" allows the top-level document.] - expected: FAIL - [Feature-Policy header vr "self" allows same-origin iframes.] expected: TIMEOUT From 9af2082b2d35902fe6158b81a62cbd2790df158a Mon Sep 17 00:00:00 2001 From: Anthony Ramine Date: Mon, 12 Mar 2018 15:21:57 +0100 Subject: [PATCH 7/7] Fix the expectation for wbr-element.html --- .../the-wbr-element/wbr-element.html.ini | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/wpt/metadata/html/semantics/text-level-semantics/the-wbr-element/wbr-element.html.ini b/tests/wpt/metadata/html/semantics/text-level-semantics/the-wbr-element/wbr-element.html.ini index 160398681b4..0d9db9d707d 100644 --- a/tests/wpt/metadata/html/semantics/text-level-semantics/the-wbr-element/wbr-element.html.ini +++ b/tests/wpt/metadata/html/semantics/text-level-semantics/the-wbr-element/wbr-element.html.ini @@ -1,8 +1,3 @@ -[wbr-element.html] - type: reftest - reftype: != - refurl: /html/semantics/text-level-semantics/the-wbr-element/wbr-element-notref.html - [wbr-element.html] type: reftest reftype: ==