ladybird/Tests/LibWeb
Andi Gallo 6175fcdaeb LibWeb: Add a table row to the layout tree for buttons
We were relying on the table fixup algorithm to insert the missing table
row, which fails to do so when we only have an image in the button.
While that might be a problem with the table fixup algorithm, we should
build a correct layout tree explicitly anyway.

Fixes crashes on GitHub.
2023-08-24 07:08:21 +02:00
..
Layout LibWeb: Add a table row to the layout tree for buttons 2023-08-24 07:08:21 +02:00
Ref LibWeb: Apply "clip" property in apply_clip_overflow_rect() 2023-08-23 15:49:06 +02:00
Text LibWeb: Add DOMQuad and text tests 2023-08-23 12:11:21 +01:00
WPT Tests: Convert WebDriver patch to a git patch and clean up assumptions 2023-08-20 03:20:54 +02:00
CMakeLists.txt Tests/LibWeb: Add tests for CSSPixels class 2023-07-25 11:52:02 +02:00
rebaseline-libweb-test
TestCSSIDSpeed.cpp
TestCSSPixels.cpp LibWeb: Fix a rounding issue on CSSPixels multiplication 2023-08-18 17:58:44 +02:00
TestHTMLTokenizer.cpp
tokenizer-test.html