1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 19:18:12 +00:00
serenity/Tests/LibWeb/Text/input/HTML
Timothy Flynn bb38cc1010 LibWeb: Do not blindly create File objects when adding FormData entries
We were unconditionally creating new File objects for all Blob-type
values passed to `FormData.append`. We should only do so if the value is
not already a File object (or if the `filename` attribute is present).

We must also carry MIME type information forward from the underlying
Blob object.
2024-03-14 10:10:33 +01:00
..
button-attributes.html Tests: Add test for button type attribute 2023-11-07 11:34:21 +01:00
custom-elements-throw-in-constructor.html LibWeb: Empty CE reaction queue instead of destroying it on exception 2024-02-29 21:58:01 -05:00
form-image-submission.html LibWeb: Implement HTMLInputElement's selected coordinates 2024-02-19 11:07:30 +01:00
form-implicit-submission.html LibWeb: Implement implicit submission of HTMLFormElement 2024-02-03 15:30:16 -07:00
Form-indexed-property-access.html LibWeb: Implement named and indexed property access for HTMLFormElement 2024-01-12 09:11:18 +01:00
Form-named-property-access.html LibWeb: Reset form association when any element with an ID changes 2024-02-03 15:30:16 -07:00
FormData-append-blob-with-type.html LibWeb: Do not blindly create File objects when adding FormData entries 2024-03-14 10:10:33 +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
HTMLElement-isContentEditable.html LibWeb: Add HTMLElement::is_content_editable() 2024-02-25 10:17:25 +01:00
HTMLElement-offsetFoo-in-table-cell.html LibWeb: Bring HTMLElement.offset{Left,Top,Parent} closer to spec 2023-12-10 16:30:21 +01:00
HTMLInputElement-valueAsNumber.html LibWeb: Add test for valueAsNumber 2023-12-30 18:50:29 +01:00
iframe-reload-on-src-or-srcdoc-change.html LibWeb: Only reload iframe on src/srcdoc attribute changes, not all 2024-01-01 18:41:14 +01:00
img-src-in-innerHTML-crash.html LibWeb: Let Document have a direct GCPtr to its containing Web::Page 2023-12-15 22:04:46 +01:00
Navigation-object-properties.html LibWeb: Flesh out apply the history step to setup the navigation API 2024-01-19 11:47:59 +01:00
navigator-beacon.html LibWeb: Add basic Navigator send beacon support 2023-09-18 11:08:26 -06:00
pre-width.html LibWeb: Add HTMLPreElement width property 2024-02-24 16:35:11 -07:00
select-setValue-after-construction.html LibWeb: Skip select element internal shadow tree update unless it exists 2024-01-15 23:45:02 +01: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
set-innerHTML-with-script.html LibWeb: Only wait for document to be ready for scripts if executing one 2024-01-14 11:27:58 +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 Tests/LibWeb: Prove we do not fail serialization of empty arrays 2024-03-02 17:04:09 -07:00
StructuredClone-primitives.html Tests/LibWeb: Prove we do not fail serialization of empty strings 2024-03-02 17:04:09 -07:00
StructuredClone-serializable-objects.html Tests/LibWeb: Add test to prove we can {,de}serialize File 2024-02-26 16:10:20 -07:00
tbody-insert-row.html LibWeb: Fix bogus insertion logic in HTMLTableSectionElement.insertRow() 2024-03-12 16:30:39 +01:00
Window-event-handler-in-detached-DOM.html LibWeb: Ignore window-forwarded document.body.onfoo in detached DOM 2024-03-11 18:29:10 +01: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-opener.html LibWeb: Implement the window.opener attribute 2024-03-13 08:06:00 +00:00
Window-postMessage.html LibWeb: Resolve postMessage test promises if iframes already loaded 2024-01-27 07:51:30 +01:00
Window-prototype.html LibWeb: Insert WindowProperties object into Window's prototype chain 2023-09-22 19:55:59 -06:00
Window-set-properties.html LibWeb: Exclude [Global] interfaces from legacy platform object methods 2024-01-19 09:02:00 +01:00
WindowProxy-Get-after-detaching-from-browsing-context.html LibWeb: Don't crash when accessing property in detached Window object 2024-03-11 18:29:10 +01:00