mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 17:55:07 +02:00
This allows us to disable test output, which performs expensive assert tracking. This was making our imported tests run significantly slower than tests run via `WPT.sh`. Formatting the output ourselves also allows us to remove unnecessary information from the test output. This commit also rebaselines all existing imported WPT tests to follow the new format.
18 lines
644 B
Plaintext
18 lines
644 B
Plaintext
Harness status: OK
|
|
|
|
Found 12 tests
|
|
|
|
6 Pass
|
|
6 Fail
|
|
Fail Trailing declarations
|
|
Fail Mixed declarations
|
|
Fail CSSNestedDeclarations.style
|
|
Pass Nested group rule
|
|
Pass Nested @scope rule
|
|
Fail Inner rule starting with an ident
|
|
Fail Inserting a CSSNestedDeclaration rule into style rule
|
|
Fail Inserting a CSSNestedDeclaration rule into nested group rule
|
|
Pass Attempting to insert a CSSNestedDeclaration rule into top-level @media rule
|
|
Pass Attempting to insert a CSSNestedDeclaration rule into a stylesheet
|
|
Pass Attempting to insert a CSSNestedDeclaration rule, empty block
|
|
Pass Attempting to insert a CSSNestedDeclaration rule, all invalid declarations |