Files
ladybird/Tests/LibWeb/Text/expected/wpt-import/css/cssom/overflow-serialization.txt
Tim Ledbetter 61ae388140 Tests: Create imported WPT test output from completion callback data
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.
2024-12-02 22:41:51 +00:00

16 lines
920 B
Plaintext

Harness status: OK
Found 10 tests
7 Pass
3 Fail
Pass Single value overflow with CSS-wide keyword should serialize correctly.
Pass Single value overflow with non-CSS-wide keyword should serialize correctly.
Fail Overflow-x/y longhands with same CSS-wide keyword should serialize correctly.
Fail Overflow-x/y longhands with same non-CSS-wide keyword should serialize correctly.
Fail Overflow-x/y longhands with different keywords should serialize correctly.
Pass Single value overflow on element with CSS-wide keyword should serialize correctly.
Pass Single value overflow on element with non-CSS-wide keyword should serialize correctly.
Pass Overflow-x/y longhands on element with same CSS-wide keyword should serialize correctly.
Pass Overflow-x/y longhands on element with same non-CSS-wide keyword should serialize correctly.
Pass Overflow-x/y longhands on element with different keywords should serialize correctly.