serenity/Tests/LibWeb
Tim Ledbetter a439fe0d5b LibWeb: Make document.createElementNS() case-sensitive
Previously, when creating a HTML element with
`document.createElementNS()` we would convert the given local name to
lowercase before deciding which element type to return. We now no
longer perform this lower case conversion, so if an uppercase local
name is provided, an element of type `HTMLUnknownElement` will be
returned. This aligns our implementation with the specification.

(cherry picked from commit 5a796629c61221261c1856e19dd829973e6158f0)
2024-07-28 14:13:11 -04:00
..
Layout LibWeb: Prevent elements with no layout box from modifying counters 2024-07-28 13:31:02 -04:00
Ref LibWeb: Parse fill and stroke values 2024-07-28 07:32:47 -04:00
Text LibWeb: Make document.createElementNS() case-sensitive 2024-07-28 14:13:11 -04:00
WPT WPT: Update test expectations to match current test results 2024-05-30 11:03:56 -06:00
add_libweb_test.py Tests/LibWeb: Add a script to create a new test, starting with Text 2024-04-10 17:17:40 -06:00
CMakeLists.txt LibWeb: Return the correct substring when parsing an HTTP quoted string 2024-03-26 19:19:13 +00:00
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