Enable more DOM preferences for unofficial WPT test runs (#34116)

* Enable some DOM prefs for all WPT tests.

Signed-off-by: Josh Matthews <josh@joshmatthews.net>

* Update expected results.

Signed-off-by: Josh Matthews <josh@joshmatthews.net>

---------

Signed-off-by: Josh Matthews <josh@joshmatthews.net>
This commit is contained in:
Josh Matthews 2024-11-03 10:36:13 -05:00 committed by GitHub
parent 2a6d480cd8
commit a2af619009
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
1331 changed files with 667 additions and 6946 deletions

View file

@ -1,4 +0,0 @@
[2d.clearRect.basic.html]
[clearRect clears to transparent black]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.clearRect.basic.worker.html]
[clearRect clears to transparent black]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.clearRect.clip.html]
[clearRect is affected by clipping regions]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.clearRect.clip.worker.html]
[clearRect is affected by clipping regions]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.clearRect.globalalpha.html]
[clearRect is not affected by globalAlpha]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.clearRect.globalalpha.worker.html]
[clearRect is not affected by globalAlpha]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.clearRect.globalcomposite.html]
[clearRect is not affected by globalCompositeOperation]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.clearRect.globalcomposite.worker.html]
[clearRect is not affected by globalCompositeOperation]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.clearRect.negative.html]
[clearRect of negative sizes works]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.clearRect.negative.worker.html]
[clearRect of negative sizes works]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.clearRect.nonfinite.html]
[clearRect() with Infinity/NaN is ignored]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.clearRect.nonfinite.worker.html]
[clearRect() with Infinity/NaN is ignored]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.clearRect.path.html]
[clearRect does not affect the current path]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.clearRect.path.worker.html]
[clearRect does not affect the current path]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.clearRect.shadow.html]
[clearRect does not draw shadows]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.clearRect.shadow.worker.html]
[clearRect does not draw shadows]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.clearRect.transform.html]
[clearRect is affected by transforms]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.clearRect.transform.worker.html]
[clearRect is affected by transforms]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.clearRect.zero.html]
[clearRect of zero pixels has no effect]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.clearRect.zero.worker.html]
[clearRect of zero pixels has no effect]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.fillRect.basic.html]
[fillRect works]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.fillRect.basic.worker.html]
[fillRect works]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.fillRect.clip.html]
[fillRect is affected by clipping regions]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.fillRect.clip.worker.html]
[fillRect is affected by clipping regions]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.fillRect.negative.html]
[fillRect of negative sizes works]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.fillRect.negative.worker.html]
[fillRect of negative sizes works]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.fillRect.nonfinite.html]
[fillRect() with Infinity/NaN is ignored]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.fillRect.nonfinite.worker.html]
[fillRect() with Infinity/NaN is ignored]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.fillRect.path.html]
[fillRect does not affect the current path]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.fillRect.path.worker.html]
[fillRect does not affect the current path]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.fillRect.transform.html]
[fillRect is affected by transforms]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.fillRect.transform.worker.html]
[fillRect is affected by transforms]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.fillRect.zero.html]
[fillRect of zero pixels has no effect]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.fillRect.zero.worker.html]
[fillRect of zero pixels has no effect]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.strokeRect.basic.html]
[strokeRect works]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.strokeRect.basic.worker.html]
[strokeRect works]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.strokeRect.clip.html]
[strokeRect is affected by clipping regions]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.strokeRect.clip.worker.html]
[strokeRect is affected by clipping regions]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.strokeRect.globalalpha.html]
[strokeRect is affected by globalAlpha]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.strokeRect.globalalpha.worker.html]
[strokeRect is affected by globalAlpha]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.strokeRect.globalcomposite.html]
[strokeRect is not affected by globalCompositeOperation]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.strokeRect.globalcomposite.worker.html]
[strokeRect is not affected by globalCompositeOperation]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.strokeRect.negative.html]
[strokeRect of negative sizes works]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.strokeRect.negative.worker.html]
[strokeRect of negative sizes works]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.strokeRect.nonfinite.html]
[strokeRect() with Infinity/NaN is ignored]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.strokeRect.nonfinite.worker.html]
[strokeRect() with Infinity/NaN is ignored]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.strokeRect.path.html]
[strokeRect does not affect the current path]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.strokeRect.path.worker.html]
[strokeRect does not affect the current path]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.strokeRect.transform.html]
[fillRect is affected by transforms]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.strokeRect.transform.worker.html]
[fillRect is affected by transforms]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.strokeRect.zero.1.html]
[strokeRect of 0x0 pixels draws nothing]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.strokeRect.zero.1.worker.html]
[strokeRect of 0x0 pixels draws nothing]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.strokeRect.zero.2.html]
[strokeRect of 0x0 pixels draws nothing, including caps and joins]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.strokeRect.zero.2.worker.html]
[strokeRect of 0x0 pixels draws nothing, including caps and joins]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.strokeRect.zero.3.html]
[strokeRect of Nx0 pixels draws a straight line]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.strokeRect.zero.3.worker.html]
[strokeRect of Nx0 pixels draws a straight line]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.strokeRect.zero.4.html]
[strokeRect of Nx0 pixels draws a closed line with no caps]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.strokeRect.zero.4.worker.html]
[strokeRect of Nx0 pixels draws a closed line with no caps]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.strokeRect.zero.5.html]
[strokeRect of Nx0 pixels draws a closed line with joins]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.strokeRect.zero.5.worker.html]
[strokeRect of Nx0 pixels draws a closed line with joins]
expected: FAIL