Update web-platform-tests to revision b'e5e7dab5e72edd352b17105acce2b8f443face10' (#35174)

Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
Servo WPT Sync 2025-01-26 14:36:52 +01:00 committed by GitHub
parent 37695c8c8c
commit 7045630fee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
621 changed files with 18766 additions and 8474 deletions

View file

@ -0,0 +1,3 @@
[2d.composite.canvas.clear.html]
[Canvas test: 2d.composite.canvas.clear]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.composite.canvas.copy.html]
[Canvas test: 2d.composite.canvas.copy]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.composite.canvas.destination-atop.html]
[Canvas test: 2d.composite.canvas.destination-atop]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.composite.canvas.destination-in.html]
[Canvas test: 2d.composite.canvas.destination-in]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.composite.canvas.destination-out.html]
[Canvas test: 2d.composite.canvas.destination-out]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.composite.canvas.destination-over.html]
[Canvas test: 2d.composite.canvas.destination-over]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.composite.canvas.lighter.html]
[Canvas test: 2d.composite.canvas.lighter]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.composite.canvas.source-atop.html]
[Canvas test: 2d.composite.canvas.source-atop]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.composite.canvas.source-in.html]
[Canvas test: 2d.composite.canvas.source-in]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.composite.canvas.source-out.html]
[Canvas test: 2d.composite.canvas.source-out]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.composite.canvas.source-over.html]
[Canvas test: 2d.composite.canvas.source-over]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.composite.canvas.xor.html]
[Canvas test: 2d.composite.canvas.xor]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.composite.image.clear.html]
[Canvas test: 2d.composite.image.clear]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.composite.image.copy.html]
[Canvas test: 2d.composite.image.copy]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.composite.image.destination-atop.html]
[Canvas test: 2d.composite.image.destination-atop]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.composite.image.destination-in.html]
[Canvas test: 2d.composite.image.destination-in]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.composite.image.destination-out.html]
[Canvas test: 2d.composite.image.destination-out]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.composite.image.destination-over.html]
[Canvas test: 2d.composite.image.destination-over]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.composite.image.lighter.html]
[Canvas test: 2d.composite.image.lighter]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.composite.image.source-atop.html]
[Canvas test: 2d.composite.image.source-atop]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.composite.image.source-in.html]
[Canvas test: 2d.composite.image.source-in]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.composite.image.source-out.html]
[Canvas test: 2d.composite.image.source-out]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.composite.image.source-over.html]
[Canvas test: 2d.composite.image.source-over]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.composite.image.xor.html]
[Canvas test: 2d.composite.image.xor]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.composite.uncovered.image.copy.html]
[drawImage() draws pixels not covered by the source object as (0,0,0,0), and does not leave the pixels unchanged.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.composite.uncovered.image.destination-atop.html]
[drawImage() draws pixels not covered by the source object as (0,0,0,0), and does not leave the pixels unchanged.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.composite.uncovered.image.destination-in.html]
[drawImage() draws pixels not covered by the source object as (0,0,0,0), and does not leave the pixels unchanged.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.composite.uncovered.image.source-in.html]
[drawImage() draws pixels not covered by the source object as (0,0,0,0), and does not leave the pixels unchanged.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.composite.uncovered.image.source-out.html]
[drawImage() draws pixels not covered by the source object as (0,0,0,0), and does not leave the pixels unchanged.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.composite.uncovered.pattern.copy.html]
[Pattern fill() draws pixels not covered by the source object as (0,0,0,0), and does not leave the pixels unchanged.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.composite.uncovered.pattern.destination-atop.html]
[Pattern fill() draws pixels not covered by the source object as (0,0,0,0), and does not leave the pixels unchanged.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.composite.uncovered.pattern.destination-in.html]
[Pattern fill() draws pixels not covered by the source object as (0,0,0,0), and does not leave the pixels unchanged.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.composite.uncovered.pattern.source-in.html]
[Pattern fill() draws pixels not covered by the source object as (0,0,0,0), and does not leave the pixels unchanged.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.composite.uncovered.pattern.source-out.html]
[Pattern fill() draws pixels not covered by the source object as (0,0,0,0), and does not leave the pixels unchanged.]
expected: FAIL