serenity/Tests/LibWeb
Aliaksandr Kalenik 0283f334af LibWeb: Apply scroll offset and clip rectangle to table borders
Moves paint_table_borders() call into PaintableBox::paint() to make
scroll offset and clip rectangle of enclosing scrollable be applied
in ::before_paint().

(cherry picked from commit 2cc2646f5585e4a1f617ac809806bf05e8e515a4)
2024-08-13 15:44:11 -04:00
..
Layout LibWeb: Add additional padding to the end of the scrollable overflow 2024-08-13 15:43:28 -04:00
Ref LibWeb: Apply scroll offset and clip rectangle to table borders 2024-08-13 15:44:11 -04:00
Text LibWeb: Implement DOMStringList 2024-07-29 09:14:06 -04:00
WPT WPT: Update test expectations to match current test results 2024-05-30 11:03:56 -06:00
add_libweb_test.py
CMakeLists.txt
rebaseline-libweb-test Tests/LibWeb: Fix rebaseline-libweb-test after RequestServer changes 2024-04-19 10:53:20 +02:00
TestConfig.ini Tests/LibWeb: Wait until document fully loaded before simulating click 2024-06-27 13:42:20 +02:00
TestCSSIDSpeed.cpp
TestCSSPixels.cpp
TestFetchInfrastructure.cpp LibWeb: Remove OOM propagation from Fetch::Infrastructure::HTTP 2024-04-27 07:08:14 +02:00
TestFetchURL.cpp LibWeb/Fetch: Use MimeType in DataURL 2024-06-02 19:55:53 +02:00
TestHTMLTokenizer.cpp
TestMicrosyntax.cpp
TestMimeSniff.cpp LibWeb/MimeSniff: Implement "minimize a supported MIME type" 2024-05-19 16:25:50 +02:00
TestNumbers.cpp
tokenizer-test.html