Navigation Menu

Skip to content

Commit

Permalink
Update web-platform-tests to revision 370aa82342355b99fff0b45448ac956…
Browse files Browse the repository at this point in the history
…36ec11861
  • Loading branch information
servo-wpt-sync committed Sep 29, 2019
1 parent 269fb48 commit be4d54e
Show file tree
Hide file tree
Showing 25 changed files with 50 additions and 67 deletions.
@@ -1,16 +1,20 @@
[url-in-tags-revoke.window.html]
expected: TIMEOUT
[Fetching a blob URL immediately before revoking it works in an iframe.]
expected: FAIL

[Fetching a blob URL immediately before revoking it works in an iframe navigation.]
expected: FAIL

[Opening a blob URL in a new window immediately before revoking it works.]
expected: FAIL
expected: TIMEOUT

[Opening a blob URL in a noopener about:blank window immediately before revoking it works.]
expected: FAIL

[Opening a blob URL in a new window by clicking an <a> tag works immediately before revoking the URL.]
expected: FAIL

[Fetching a blob URL immediately before revoking it works in <script> tags.]
expected: TIMEOUT

2 changes: 1 addition & 1 deletion tests/wpt/metadata/MANIFEST.json
Expand Up @@ -649436,7 +649436,7 @@
"support"
],
"interfaces/accelerometer.idl": [
"35b09b8d521640b9b4519d665247a3c48d649386",
"f4187b601763a4f96ce9103ed49011e950bd97de",
"support"
],
"interfaces/ambient-light.idl": [
Expand Down
@@ -0,0 +1,2 @@
[mix-blend-mode-animation.html]
expected: FAIL

This file was deleted.

11 changes: 4 additions & 7 deletions tests/wpt/metadata/fetch/content-type/response.window.js.ini
Expand Up @@ -312,18 +312,15 @@
[<iframe>: separate response Content-Type: */* text/html]
expected: FAIL

[<iframe>: separate response Content-Type: text/plain */*]
expected: FAIL

[<iframe>: combined response Content-Type: text/html;x=" text/plain]
[<iframe>: combined response Content-Type: */* text/html]
expected: FAIL

[<iframe>: combined response Content-Type: */* text/html]
[<iframe>: combined response Content-Type: text/html;charset=gbk text/plain text/html]
expected: FAIL

[<iframe>: separate response Content-Type: text/html;x=" text/plain]
[<iframe>: combined response Content-Type: text/html */*]
expected: FAIL

[<iframe>: separate response Content-Type: text/html;" \\" text/plain]
[<iframe>: separate response Content-Type: text/html */*]
expected: FAIL

9 changes: 0 additions & 9 deletions tests/wpt/metadata/fetch/content-type/script.window.js.ini
Expand Up @@ -53,12 +53,3 @@
[combined text/javascript ]
expected: FAIL

[separate text/javascript x/x]
expected: FAIL

[separate text/javascript;charset=windows-1252 text/javascript]
expected: FAIL

[separate text/javascript;charset=windows-1252 error text/javascript]
expected: FAIL

Expand Up @@ -11,9 +11,3 @@
[X-Content-Type-Options%3A%20nosniff%0C]
expected: FAIL

[X-Content-Type-Options%3A%20%22nosniFF%22]
expected: FAIL

[X-Content-Type-Options%3A%20no%0D%0AX-Content-Type-Options%3A%20nosniff]
expected: FAIL

@@ -0,0 +1,4 @@
[navigation-unload-same-origin-fragment.html]
[Tests that a fragment navigation in the unload handler will not block the initial navigation]
expected: FAIL

This file was deleted.

@@ -1,4 +1,4 @@
[traverse_the_history_3.html]
[traverse_the_history_2.html]
[Multiple history traversals, last would be aborted]
expected: FAIL

@@ -1,24 +1,5 @@
[open-features-negative-screenx-screeny.html]
type: testharness
expected: TIMEOUT
[HTML: window.open `features`: negative values for legacy `screenx`, `screeny`]
expected: FAIL

[features "screenx=-204" should NOT set "left=204"]
expected: TIMEOUT

[features "screeny=-204" should NOT set "top=204"]
expected: TIMEOUT

[features "screeny=-204.5" should NOT set "top=204"]
expected: TIMEOUT

[features "screeny=-0" should NOT set "top=204"]
expected: TIMEOUT

[features "screenx=-0" should NOT set "left=204"]
expected: TIMEOUT

[features "screenx=-204.5" should NOT set "left=204"]
expected: TIMEOUT

@@ -0,0 +1,5 @@
[opener-setter.html]
expected: TIMEOUT
[Auxiliary browsing context created via `window.open` and setting `window.opener` to `null` should report `window.opener` `null`]
expected: TIMEOUT

@@ -1,4 +1,5 @@
[embedded-opener-remove-frame.html]
expected: CRASH
[opener and "removed" embedded documents]
expected: FAIL

Expand Down
@@ -0,0 +1,4 @@
[media_fragment_seek.html]
[Video should seek to time specified in media fragment syntax]
expected: FAIL

@@ -1,5 +1,4 @@
[iframe_sandbox_popups_escaping-2.html]
expected: TIMEOUT
[Check that popups from a sandboxed iframe escape the sandbox if\n allow-popups-to-escape-sandbox is used]
expected: TIMEOUT
expected: FAIL

@@ -1,6 +1,5 @@
[iframe_sandbox_popups_escaping-3.html]
type: testharness
expected: TIMEOUT
[Check that popups from a sandboxed iframe escape the sandbox if\n allow-popups-to-escape-sandbox is used]
expected: TIMEOUT
expected: FAIL

@@ -1,6 +1,5 @@
[iframe_sandbox_popups_nonescaping-3.html]
type: testharness
expected: TIMEOUT
[Check that popups from a sandboxed iframe do not escape the sandbox]
expected: NOTRUN
expected: FAIL

@@ -1,4 +1,8 @@
[skip-document-with-fragment.html]
expected: TIMEOUT
[Autofocus elements in iframed documents with URL fragments should be skipped.]
expected: FAIL

[Autofocus elements in top-level browsing context's documents with URI fragments should be skipped.]
expected: TIMEOUT
@@ -0,0 +1,7 @@
[toggleEvent.html]
[Calling open twice on 'details' fires only one toggle event]
expected: FAIL

[Setting open=true to opened 'details' element should not fire a toggle event at the 'details' element]
expected: FAIL

This file was deleted.

@@ -1,5 +1,5 @@
[nested-context-navigations-iframe.html]
expected: TIMEOUT
expected: CRASH
[Test that iframe navigations are not observable by the parent, even after history navigations by the parent]
expected: FAIL

Expand Down
@@ -1,5 +1,4 @@
[import-in-moduleworker.html]
expected: ERROR
[Base URL in module dedicated workers: import]
expected: FAIL

@@ -0,0 +1,2 @@
[Worker-constructor.html]
expected: ERROR
12 changes: 6 additions & 6 deletions tests/wpt/web-platform-tests/interfaces/accelerometer.idl
Expand Up @@ -3,9 +3,9 @@
// (https://github.com/tidoust/reffy-reports)
// Source: Accelerometer (https://w3c.github.io/accelerometer/)

[Constructor(optional AccelerometerSensorOptions options = {}), SecureContext,
Exposed=Window]
[SecureContext, Exposed=Window]
interface Accelerometer : Sensor {
constructor(optional AccelerometerSensorOptions options = {});
readonly attribute double? x;
readonly attribute double? y;
readonly attribute double? z;
Expand All @@ -17,14 +17,14 @@ dictionary AccelerometerSensorOptions : SensorOptions {
AccelerometerLocalCoordinateSystem referenceFrame = "device";
};

[Constructor(optional AccelerometerSensorOptions options = {}), SecureContext,
Exposed=Window]
[SecureContext, Exposed=Window]
interface LinearAccelerationSensor : Accelerometer {
constructor(optional AccelerometerSensorOptions options = {});
};

[Constructor(optional AccelerometerSensorOptions options = {}), SecureContext,
Exposed=Window]
[SecureContext, Exposed=Window]
interface GravitySensor : Accelerometer {
constructor(optional AccelerometerSensorOptions options = {});
};

dictionary AccelerometerReadingValues {
Expand Down
@@ -1,5 +1,4 @@
[canvas-resizing-with-pbo-bound.html]
expected: TIMEOUT
[WebGL test #0: Unable to fetch WebGL rendering context for Canvas]
expected: FAIL

Expand Down

0 comments on commit be4d54e

Please sign in to comment.