1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 09:28:11 +00:00
serenity/Tests/LibWeb/Text/input/HTML
Andreas Kling ec081a2ef5 LibWeb: Don't crash on FormData.append() with emoji in name
If you can believe it, we were once again using StringBuilder's append()
when we really wanted append_code_point().
2023-12-04 00:04:04 +01:00
..
button-attributes.html Tests: Add test for button type attribute 2023-11-07 11:34:21 +01:00
FormData-append-with-emoji-in-name.html LibWeb: Don't crash on FormData.append() with emoji in name 2023-12-04 00:04:04 +01:00
get-innerHTML.html LibWeb: Remove FIXMe's for HTML attribute serialization steps 2023-11-11 08:50:25 +01:00
Navigation-object-properties.html LibWeb: Don't assert when calling navigation properties 2023-08-26 07:35:50 +01:00
navigator-beacon.html LibWeb: Add basic Navigator send beacon support 2023-09-18 11:08:26 -06:00
set-innerHTML-details.html LibWeb: Remove shadow roots from elements that are removed from the DOM 2023-11-30 08:49:15 +00:00
set-innerHTML-input.html LibWeb: Remove shadow roots from elements that are removed from the DOM 2023-11-30 08:49:15 +00:00
set-innerHTML-textarea.html LibWeb: Remove shadow roots from elements that are removed from the DOM 2023-11-30 08:49:15 +00:00
StructuredClone-array-buffer-views.html LibWeb: Add {de}serialization steps for TypedArrayBuffers and DataViews 2023-09-13 08:49:09 +02:00
StructuredClone-object-primitives.html LibWeb: Support [de]serialization for {Map, Set, Object, Array} objects 2023-11-11 22:18:41 +01:00
StructuredClone-primitives.html Tests/LibWeb: Add primitives test for structuredClone() 2023-07-23 06:37:14 +02:00
Window-named-properties-elements.html LibWeb: Implement named property access AOs on Window 2023-09-22 19:55:59 -06:00
Window-named-properties-iframe.html LibWeb: Implement document-tree child navigable target name property set 2023-09-22 19:55:59 -06:00
Window-postMessage.html LibWeb: Make Window.postMessage closer to the spec 2023-11-08 09:55:24 +01:00
Window-prototype.html LibWeb: Insert WindowProperties object into Window's prototype chain 2023-09-22 19:55:59 -06:00