Skip to content

Commit

Permalink
Auto merge of #26318 - servo-wpt-sync:wpt_update_25-04-2020, r=jdm
Browse files Browse the repository at this point in the history
Sync WPT with upstream (25-04-2020)

Automated downstream sync of changes from upstream as of 25-04-2020.
[no-wpt-sync]
r? @servo-wpt-sync
  • Loading branch information
bors-servo committed Apr 25, 2020
2 parents 537e575 + 25476c8 commit e5a8316
Show file tree
Hide file tree
Showing 365 changed files with 10,280 additions and 1,999 deletions.
@@ -0,0 +1,2 @@
[drawImage-from-blob.tentative.html]
expected: TIMEOUT
Expand Up @@ -4,7 +4,7 @@
expected: TIMEOUT

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

[Fetching a blob URL immediately before revoking it works in an iframe.]
expected: FAIL
Expand Down
@@ -0,0 +1,33 @@
[class-string-interface.any.html]
[Object.prototype.toString applied to the prototype]
expected: FAIL

[Object.prototype.toString applied to a null-prototype instance]
expected: FAIL

[Object.prototype.toString applied after modifying the prototype's @@toStringTag]
expected: FAIL
[Object.prototype.toString applied after deleting @@toStringTag]
expected: FAIL
[@@toStringTag exists on the prototype with the appropriate descriptor]
expected: FAIL
[class-string-interface.any.worker.html]
[Object.prototype.toString applied to the prototype]
expected: FAIL
[Object.prototype.toString applied to a null-prototype instance]
expected: FAIL
[Object.prototype.toString applied after modifying the prototype's @@toStringTag]
expected: FAIL

[Object.prototype.toString applied after deleting @@toStringTag]
expected: FAIL

[@@toStringTag exists on the prototype with the appropriate descriptor]
expected: FAIL

@@ -0,0 +1,33 @@
[class-string-iterator-prototype-object.any.html]
[Object.prototype.toString]
expected: FAIL

[Object.prototype.toString applied after deleting @@toStringTag]
expected: FAIL

[@@toStringTag exists with the appropriate descriptor]
expected: FAIL

[Object.prototype.toString applied after modifying @@toStringTag]
expected: FAIL

[Object.prototype.toString applied after nulling the prototype]
expected: FAIL


[class-string-iterator-prototype-object.any.worker.html]
[Object.prototype.toString]
expected: FAIL

[Object.prototype.toString applied after deleting @@toStringTag]
expected: FAIL

[@@toStringTag exists with the appropriate descriptor]
expected: FAIL

[Object.prototype.toString applied after modifying @@toStringTag]
expected: FAIL

[Object.prototype.toString applied after nulling the prototype]
expected: FAIL

@@ -0,0 +1,13 @@
[class-string-named-properties-object.window.html]
[Object.prototype.toString applied after modifying @@toStringTag]
expected: FAIL

[Object.prototype.toString applied after deleting @@toStringTag]
expected: FAIL

[@@toStringTag exists with the appropriate descriptor]
expected: FAIL

[Object.prototype.toString]
expected: FAIL

@@ -0,0 +1,4 @@
[hit-test-floats-002.html]
[Hit test float]
expected: FAIL

@@ -0,0 +1,4 @@
[hit-test-floats-003.html]
[Miss float below something else]
expected: FAIL

@@ -0,0 +1,2 @@
[background-margin-root.html]
expected: FAIL
@@ -0,0 +1,2 @@
[background-margin-transformed-root.html]
expected: FAIL
@@ -1,2 +1,2 @@
[fill-box.html]
[gap-011.html]
expected: FAIL
@@ -0,0 +1,2 @@
[gap-012.html]
expected: FAIL
@@ -0,0 +1,2 @@
[gap-013.html]
expected: FAIL
@@ -0,0 +1,2 @@
[gap-014.html]
expected: FAIL
@@ -0,0 +1,2 @@
[gap-015.html]
expected: FAIL
@@ -0,0 +1,2 @@
[gap-016.html]
expected: FAIL
@@ -0,0 +1,2 @@
[backface-visibility-hidden-animated.html]
expected: TIMEOUT
@@ -0,0 +1,2 @@
[fill-box-001.html]
expected: FAIL
@@ -0,0 +1,2 @@
[fill-box-002.html]
expected: FAIL
@@ -0,0 +1,2 @@
[transform-percent-010.html]
expected: FAIL
Expand Up @@ -2,6 +2,3 @@
[Hit test intersecting scaled box]
expected: FAIL

[Hit test within unscaled box]
expected: FAIL

0 comments on commit e5a8316

Please sign in to comment.