Run same tests for layout-2020 and layout-2013 (#30092)

Most tests were only being run for layout-2013, not for layout-2020.
This wasn't great since layout-2020 is now the default.

So this patch unifies the lists of included tests for both layouts.
For layout-2013 this implies adding css/css-content/, css/css-logical/
and css/css-masking/clip/.
For layout-2020 this implies adding several additional css tests, and
also tests like dom/, js/, html/, etc.
This commit is contained in:
Oriol Brufau 2023-08-15 02:28:32 +02:00 committed by GitHub
parent 78c7011240
commit 963104e5fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4797 changed files with 679983 additions and 5390 deletions

View file

@ -0,0 +1,21 @@
[ctor-delay.html]
[Executing "default constructor"]
expected: FAIL
[Executing "test AudioNodeOptions"]
expected: FAIL
[Executing "constructor options"]
expected: FAIL
[X node0 = new DelayNode(context) incorrectly threw TypeError: "window[name\] is not a constructor".]
expected: FAIL
[X new DelayNode(c, {channelCount: 17}) incorrectly threw TypeError: "window[nodeName\] is not a constructor".]
expected: FAIL
[X node1 = new DelayNode(c, {"delayTime":0.5,"maxDelayTime":1.5}) incorrectly threw ReferenceError: "DelayNode is not defined".]
expected: FAIL
[# AUDIT TASK RUNNER FINISHED: 3 out of 5 tasks were failed.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[delaynode-channel-count-1.html]
[Test that DelayNode output channelCount matches that of the delayed input]
expected: FAIL

View file

@ -0,0 +1,3 @@
[delaynode-max-default-delay.html]
[Executing "test"]
expected: FAIL

View file

@ -0,0 +1,3 @@
[delaynode-max-nondefault-delay.html]
[Executing "test"]
expected: FAIL

View file

@ -0,0 +1,3 @@
[delaynode-maxdelay.html]
[Executing "test"]
expected: FAIL

View file

@ -0,0 +1,15 @@
[delaynode-maxdelaylimit.html]
[Executing "test"]
expected: FAIL
[X Setting Delay length to 180 seconds or more threw "TypeError" instead of NotSupportedError.]
expected: FAIL
[X Setting Delay length to 0 seconds threw "TypeError" instead of NotSupportedError.]
expected: FAIL
[X Setting Delay length to negative threw "TypeError" instead of NotSupportedError.]
expected: FAIL
[# AUDIT TASK RUNNER FINISHED: 1 out of 1 tasks were failed.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[delaynode-scheduling.html]
[Executing "test"]
expected: FAIL

View file

@ -0,0 +1,3 @@
[delaynode.html]
[Executing "test"]
expected: FAIL

View file

@ -0,0 +1,9 @@
[no-dezippering.html]
[Executing "test0"]
expected: FAIL
[Executing "test1"]
expected: FAIL
[Executing "test2"]
expected: FAIL