ladybird/Tests/LibWeb/Text/expected/HTML
Jelle Raaijmakers 1aeb080250 LibCompress: Treat LZW decoding errors as end of stream
The LZW data for both GIF and TIFF images is sometimes intentionally
missing an end-of-information (EOI) code, which technically is a
decoding error, but in practive is handled gracefully by Firefox, Safari
and Chrome for GIFs and Safari for TIFFs. Let's mirror their behavior.

The included WPT test exposes the fact that trailing garbage bytes can
also result in decoding errors. We handle this in the LZW logic rather
than in the image decoding since our LZW implementation is currently
only used by GIF and TIFF decoding. The error is logged behind the
LZW_DEBUG flag.
2026-04-29 20:28:15 +02:00
..
ModuleLoading LibWeb: Address edge case on async module load 2026-01-13 18:12:38 +01:00
speculative-html-parser LibWeb: Implement the speculative HTML parser 2026-04-26 18:48:29 +02:00
a-element-set-protocol-on-href.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
activeElement-body.txt Tests/LibWeb: Move the "html" folder to "HTML" 2026-01-21 11:01:42 -05:00
anchor-element-url-invalid-unicode-pathname.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
autofocus-disconnected-element-skipped.txt LibWeb: Implement autofocus candidate processing 2026-04-21 23:47:05 +02:00
autoplay-of-file-video-from-file-document.txt LibWeb/PermissionsPolicy: Allow autoplay of file:// media from file:// 2026-03-01 01:04:10 +01:00
background-shorthand.txt LibWeb: Support nested shorthands when serializing CSS declaration 2025-06-09 10:43:50 +01:00
beforeunload.txt LibWeb: Move some classes from the DOM namespace to the HTML namespace 2024-11-02 11:16:45 -04:00
button-attributes.txt LibWeb: Ensure enumerated attributes are always limited to known values 2024-03-22 11:29:57 +01:00
canvas-getImageData-no-alpha.txt LibGfx: Report premultiplied alpha type for opaque Skia surfaces 2025-11-26 09:24:38 +01:00
canvas-getImageData-oblong.txt LibWeb: Fix CRC2D.getImageData() when width != height 2024-04-15 11:27:34 +02:00
canvas-putImageData-unpremultiplied.txt LibWeb: Make new ImageData() use unpremultiplied color data 2024-08-20 20:39:09 +02:00
canvas-set-fill-style-without-layout-node.txt LibWeb: Don't require layout node when setting canvas 2D fillStyle 2026-02-22 12:43:01 +01:00
canvas-set-filter-without-layout-node.txt LibWeb: Don't require layout node when setting canvas 2D filter 2026-02-22 12:43:01 +01:00
canvas-set-font-detached-document.txt LibWeb: Use document resolution context in canvas set_font 2026-03-30 12:24:29 +02:00
canvas-set-shadow-color-without-layout-node.txt LibWeb: Don't require layout node when setting canvas 2D shadowColor 2026-02-22 12:43:01 +01:00
canvas-set-stroke-style-without-layout-node.txt LibWeb: Don't require layout node when setting canvas 2D strokeStyle 2026-02-22 12:43:01 +01:00
canvas-stroke-style-gradient.txt LibWeb: Update correct value for canvas stroke style setter 2026-04-08 14:31:43 +01:00
CanvasRenderingContext2D-get-image-data-correctness.txt Tests/LibWeb: Add test to verify correctness of getImageData 2024-06-14 16:54:32 +02:00
click-label-to-focus-text-input.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
click-label-with-display-none-checkbox.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
CloseWatcher-detached-iframe.txt LibWeb: Fix CloseWatcher constructor for detached iframes 2024-10-15 08:41:54 -04:00
command-detached.txt LibWeb/HTML: Properly get the attr-associated element 2026-03-25 23:14:10 +01:00
cross-origin-window-properties.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
cross-origin-WindowProxy-postMessage.txt LibWeb: Don't swallow args when forwarding cross-origin WindowProxy call 2024-10-03 20:49:45 +02:00
crossOrigin-attribute.txt LibWeb: Implement HTMLImageElement.crossOrigin 2024-06-05 05:42:47 +01:00
custom-elements-throw-in-constructor.txt LibWeb: Report exceptions from custom element upgrades to global object 2024-11-24 00:15:59 +00:00
data-transfer.txt LibWeb/HTML: Implement DataTransferItem.webkitGetAsEntry() 2024-08-24 14:53:11 +02:00
datalist-element.txt LibWeb: Add datalist element options property 2024-04-24 15:23:45 +02:00
DedicatedWorkerGlobalScope-instanceof.txt BindingsGenerator: Handle global interfaces without named properties 2024-10-12 19:21:59 +02:00
details-name.txt LibWeb: Implement the exclusive <details> accordion 2025-01-17 10:13:35 +01:00
dimension-attributes.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
dir-slot-auto-directionality.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
document-close-iframe-load-event.txt LibWeb: Fire iframe load event on document close 2024-10-08 06:55:01 +02:00
document-named-shenanigans.txt LibWeb: Only put connected elements into document's by-name-or-id cache 2025-03-04 00:51:50 +01:00
document-readyState-is-initially-complete.txt LibWeb: Set readyState to complete for DOMParser documents 2025-06-25 20:49:03 +12:00
document-write-flush-character-insertions.txt LibWeb: Track whether HTMLParser is script-created 2026-04-29 04:12:44 +02:00
DOMParser-parseFromString-document-url.txt LibWeb: Use the correct document URL in DOMParser.parseFromString() 2024-10-17 19:16:08 +02:00
drag-and-drop-element.txt LibWeb: Prevent dragstart after a prevented mousedown or dragstart 2026-04-22 07:34:18 -04:00
drag-and-drop.txt LibWeb: Work around a spec bug regarding cancelling dragenter events 2026-04-05 11:34:42 -04:00
Element-checkVisibility.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
Element-insertAdjacentHTML-documentElement.txt LibWeb: Allow Element.insertAdjacentHTML on the document element 2024-05-27 17:33:29 +02:00
fetchPriority-attribute.txt LibWeb: Test fetchPriority attribute on all elements 2024-06-08 08:01:42 +02:00
form-add-dynamic-formdata.txt LibWeb: Allow FormData entry list to be mutated within a FormDataEvent 2024-11-21 20:25:26 +01:00
form-element-enctype.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
form-image-submission.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
form-implicit-submission.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
Form-indexed-property-access.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
Form-named-property-access.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
formAction-attribute.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
FormAssociatedElement-set-selectionDirection.txt LibWeb: Follow spec steps to set the selectionDirection attribute value 2024-10-04 19:42:33 +02:00
FormData-append-blob-with-type.txt 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.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
get-innerHTML-xml.txt LibWeb: Make innerHTML for XML nodes actually return inner HTML 2024-07-14 11:49:31 +02:00
get-innerHTML.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
globalThis-is-WindowProxy.txt LibJS: Use the real globalThis value 2026-04-23 20:43:01 +01:00
History-pushState-change-query.txt LibWeb: Allow changing the query of file:// URL via history.pushState() 2024-08-06 16:33:23 +02:00
History-scrollRestoration.txt LibWeb: Implement history.scrollRestoration 2024-10-02 17:08:17 -06:00
href-invalid.txt LibWeb: Avoid dereferencing an empty optional URL 2024-12-11 09:33:46 -08:00
href-iso-2022-jp-url-encoding.txt LibWeb/HTML: Encoding parse a URL when setting a href URL 2024-12-11 09:48:17 +01:00
HTMLAllCollection-basic.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
HTMLElement-click.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
HTMLElement-isContentEditable.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
HTMLElement-labels.txt LibWeb: Implement the labels attribute for all labelable elements 2024-05-18 18:09:18 +02:00
HTMLElement-offsetFoo-for-split-inline-element.txt LibWeb: Scale font size by 1.15 for line-height: normal 2025-05-05 13:15:56 +02:00
HTMLElement-offsetFoo-in-table-cell.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
HTMLFormElement-action.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
HTMLFrameElement-add-remove.txt LibWeb: Abort early processing frame/iframe attrs for null navigables 2024-11-04 09:54:32 +00:00
HTMLFrameElement-load.txt LibWeb: Implement HTMLFrameElement as a NavigableContainer 2024-11-04 09:54:32 +00:00
HTMLInputElement-blur.txt LibWeb: Don't crash when input with no associated text node loses focus 2024-11-04 10:08:34 +00:00
HTMLInputElement-cloning-steps.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
HTMLInputElement-invalid-time-digits.txt LibWeb/HTML: Correctly parse milliseconds in time inputs 2025-04-19 07:09:36 -04:00
HTMLInputElement-radio-groups.txt LibWeb: Don't group radio buttons from different trees together 2024-09-11 07:59:29 +02:00
HTMLInputElement-select-crash.txt LibWeb: Don't attempt to set selection if control has no selectable text 2024-09-09 11:04:07 +02:00
HTMLInputElement-type-state-change.txt LibWeb: Treat dates and times with repeated separators as invalid 2024-09-10 15:59:30 -04:00
HTMLInputElement-valueAsNumber.txt AK/Time+LibWeb/HTML: Fix ISO8601 week conversions 2025-08-14 11:05:28 -04:00
HTMLLabelElement-form.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
HTMLLinkElement-appends-and-removes-from-ShadowRoot-styleSheets.txt LibWeb: Append style sheet to ShadowRoot's list if link el is in one 2025-04-08 23:20:54 +02:00
HTMLLinkElement-blob-url.txt LibWeb/HTML: Support blob URLs in HTMLLinkElement 2025-01-21 10:49:39 +00:00
HTMLMediaElement-addTextTrack.txt LibWeb/HTML: Implement HTMLMediaElement.addTextTrack 2024-07-26 09:30:19 +02:00
HTMLMediaElement-gc-during-load.txt LibWeb: Keep the media element alive until fetches complete 2026-03-01 23:13:22 -06:00
HTMLMediaElement-load-after-decode-error.txt LibMedia+LibWeb: Add an initial Starting state to PlaybackManager 2026-04-21 19:11:24 -05:00
HTMLMediaElement-load-during-error.txt LibMedia+LibWeb: Add an initial Starting state to PlaybackManager 2026-04-21 19:11:24 -05:00
HTMLMediaElement-muted-content-attribute.txt LibWeb: Avoid updating muted state on muted content attribute changes 2025-06-27 09:14:54 +12:00
HTMLMediaElement-readyState-progression-audio.txt LibMedia: Allow audio tracks to be enabled without a mixing sink 2026-04-10 15:21:07 -05:00
HTMLMediaElement-readyState-progression.txt LibMedia+LibWeb: Add an initial Starting state to PlaybackManager 2026-04-21 19:11:24 -05:00
HTMLObjectElement-contentWindow.txt LibWeb: Generate binding for HTMLObjectElement.contentWindow attribute 2024-05-18 18:12:08 +02:00
HTMLObjectElement-form.txt LibWeb: Generate binding for the HTMLObjectElement.form attribute 2024-05-18 11:04:04 +02:00
HTMLOptionElement-form.txt LibWeb: Change printElement() to not output unnecessary space 2025-01-25 13:16:13 +00:00
HTMLOrSVGElement-nonce.txt LibWeb: Only stash Element's CryptographicNonce if there's a CSP header 2025-03-13 16:19:22 +01:00
HTMLOutputElement-htmlfor.txt LibWeb: Implement the HTMLOutputElement.htmlFor attribute 2024-05-18 11:23:20 +02:00
HTMLProgressElement-detached.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
HTMLProgressElement-large-max-value.txt LibWeb: Don't crash when parsing large floating point number values 2024-10-31 08:05:25 +01:00
HTMLProgressElement-set-attributes.txt LibWeb: Ignore negative values when setting HTMLProgressElement.max 2024-11-29 15:32:04 +01:00
HTMLScriptElement-supports-importmap.txt LibWeb: Support "importmap" scripts 2024-04-15 10:11:54 +02:00
HTMLSelectElement-can-select-option-in-JS.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
HTMLSelectElement-options-available-after-add.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
HTMLSelectElement-options-available-at-load.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
HTMLSelectElement-value-change-trigger-onchange.txt LibWeb: Rebaseline HTMLSelectElement-value-change-trigger-onchange.html 2024-10-09 01:45:57 +02:00
HTMLSelectElement-with-detached-option.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
HTMLTableCellElement-cellIndex-attribute.txt LibWeb: Implement HTMLTableCellElement.cellIndex 2024-08-07 00:53:38 +01:00
HTMLTextAreaElement-cloning-steps.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
HTMLTrackElement-kind-attribute.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
HTMLTrackElement-processing-model.txt LibWeb: Do not spin the event loop awaiting text track state changes 2025-06-12 12:25:23 -04:00
HTMLTrackElement-readyState-attribute.txt LibWeb: Implement HTMLTrackElement.readyState 2024-08-06 07:57:33 +01:00
HTMLVideoElement-resize-event-during-playback.txt LibWeb: Update video elements' natural dimensions during playback 2026-04-21 19:11:24 -05:00
HTMLVideoElement-resize-event-on-reload.txt LibWeb: Update video elements' natural dimensions during playback 2026-04-21 19:11:24 -05:00
HTMLVideoElement-resize-event-on-track-change.txt LibWeb: Update video elements' natural dimensions during playback 2026-04-21 19:11:24 -05:00
http-content-language.txt LibWeb: Support for Content-Language HTTP header 2025-02-19 10:53:31 +00:00
iframe-load-event-for-bad-xml.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
iframe-reload-on-src-or-srcdoc-change.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
iframe-successfully-loads-in-shadow-root.txt LibWeb: Make iframe insertion steps check the shadow including root 2024-11-13 14:40:02 +01:00
image-bitmap-from-detached-image-data-buffer.txt LibWeb: Implement HTML::ImageBitmap creation from HTML::ImageData 2025-06-30 10:07:28 -06:00
image-bitmap-from-image-data.txt LibWeb: Implement HTML::ImageBitmap creation from HTML::ImageData 2025-06-30 10:07:28 -06:00
image-bitmap-from-invalid-types-no-crash.txt LibWeb: Implement {,de}serialization steps for ImageBitmap 2025-07-20 12:30:43 +12:00
image-decode-rejects-if-current-request-changes.txt LibWeb: Avoid spin_until in HTMLImageElement::decode_image 2026-02-23 10:11:04 +01:00
image-error-after-document-destroy.txt Tests/LibWeb: Add text tests for image loading after document destroy 2026-02-10 21:19:35 +01:00
image-load-after-document-destroy.txt Tests/LibWeb: Add text tests for image loading after document destroy 2026-02-10 21:19:35 +01:00
image-load-after-iframe-navigation.txt Tests/LibWeb: Add text tests for image loading after document destroy 2026-02-10 21:19:35 +01:00
image-srcset-load-after-document-destroy.txt Tests/LibWeb: Add text tests for image loading after document destroy 2026-02-10 21:19:35 +01:00
image-webp-served-from-svg-url.txt LibWeb: Respect image response MIME type over .svg URL suffix 2026-04-19 15:57:47 +02:00
ImageBitmap-retains-dimensions-when-serialized-or-transferred.txt LibWeb: Set width/height of ImageBitmap when deserializing or receiving 2025-10-28 10:05:56 -07:00
ImageData-create-with-size.txt LibWeb: Fix new ImageData(width, height) when width != height 2024-04-15 11:27:34 +02:00
img-metrics-in-load-event-handlers.txt LibWeb: Mark image elements for layout before firing their load event 2024-11-20 19:04:37 +01:00
img-src-change-during-failed-decode.txt LibWeb: Fix stale image request callbacks corrupting newer requests 2026-03-03 14:12:06 +01:00
img-src-in-innerHTML-crash.txt LibWeb: Let Document have a direct GCPtr to its containing Web::Page 2023-12-15 22:04:46 +01:00
import-maps-invalid.txt LibWeb: Don't crash with invalid import maps 2024-08-06 09:40:44 +02:00
import-maps.txt LibWeb: Implement multiple import map support 2024-12-10 12:01:45 +00:00
input-type-change-unchecks-radio-css-checked.txt Tests/LibWeb: Add regression test for acid3 numbered test 43 2026-01-27 09:45:40 +01:00
invalid-url-attribute-values.txt LibWeb: Return empty string if object element data URL is invalid 2024-08-15 09:44:35 +02:00
javascript-navigation-stays-in-same-process.txt LibWebView: Keep javascript URL navigations in the same process 2025-03-16 10:59:41 -04:00
label-click-event-properties.txt LibWeb: Preserve event properties in label activation behavior 2026-02-12 10:06:39 +00:00
lang-attribute-empty-1.txt LibWeb: Handle empty string in lang attribute 2024-11-04 12:06:32 +00:00
lang-attribute-empty-2.txt LibWeb: Handle empty string in lang attribute 2024-11-04 12:06:32 +00:00
lang-pragma-set-1.txt LibWeb: Support for "content-language" http-equiv state 2024-11-06 10:56:57 +01:00
lang-pragma-set-2.txt LibWeb: Support for "content-language" http-equiv state 2024-11-06 10:56:57 +01:00
lang-pragma-set-3.txt LibWeb: Support for "content-language" http-equiv state 2024-11-06 10:56:57 +01:00
lang-pragma-set-4.txt LibWeb: Support for "content-language" http-equiv state 2024-11-06 10:56:57 +01:00
lang-pragma-set-5.txt LibWeb: Support for "content-language" http-equiv state 2024-11-06 10:56:57 +01:00
link-element-username-password-percent-encoded.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
loading-attribute.txt LibWeb: Use a single test for loading attribute 2024-06-08 08:01:42 +02:00
local-storage-usage-after-nav.txt LibWeb: Initialize the Storage byte count upon creation 2025-03-18 20:34:13 +01:00
Location-has-unforgeable-properties.txt LibWeb: Implement the LegacyUnforgeable attribute 2025-03-27 23:50:35 +00:00
Location-protocol-setter.txt LibWeb: Implement the setter for location.protocol 2024-08-17 07:39:58 +02:00
Location-search-setter.txt LibWeb: Add setter implementation for location.search 2024-08-21 10:52:19 +01:00
Location-set-invalid-href-url.txt LibWeb: Throw a SyntaxError on invalid URL for Location href setter 2024-10-06 10:06:26 -04:00
lzw-image-without-EOI-should-still-load.txt LibCompress: Treat LZW decoding errors as end of stream 2026-04-29 20:28:15 +02:00
map-element.txt LibWeb: Add map element areas property 2024-04-24 15:23:45 +02:00
maxed-out-dimension-value.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
media-source-buffered.txt Tests: Add a test to exercise MSE buffered ranges 2026-04-01 02:54:22 -05:00
media-source-setup.txt LibWeb: Implement the buffered attribute on SourceBuffer 2026-04-01 02:54:22 -05:00
message-port-still-delivers-message-even-when-its-immediately-closed.txt LibWeb: Don't disentangle remote port when closing MessagePort 2026-01-22 12:44:51 +01:00
MessagePort-MessageEvents-should-be-trusted.txt LibWeb: Make MessageEvents from {Window,MessagePort}.postMessage trusted 2024-11-15 18:50:08 +01:00
MessagePort-transfer-twice.txt LibWeb: Don't die when transferring the same MessagePort more than once 2025-08-28 13:42:06 +02:00
multiple-images-load-after-document-destroy.txt Tests/LibWeb: Add text tests for image loading after document destroy 2026-02-10 21:19:35 +01:00
multiple-import-maps-confict.txt LibWeb: Implement multiple import map support 2024-12-10 12:01:45 +00:00
multiple-import-maps.txt LibWeb: Implement multiple import map support 2024-12-10 12:01:45 +00:00
Navigation-object-properties.txt LibWeb: Fix off-by-one in Navigation::can_go_forward() 2026-02-13 09:38:36 -05:00
navigator-beacon.txt LibWeb: Add basic Navigator send beacon support 2023-09-18 11:08:26 -06:00
onreadystatechange.txt LibWeb: Support Document.onreadystatechange 2024-10-08 18:49:11 +02:00
opaque-origin-same-origin-equality.txt LibURL: Use a nonce to distinguish opaque origins 2025-06-25 16:47:09 +01:00
origin-from-window.txt LibWeb/HTML: Fix Origin.from(value) for Window objects 2025-12-30 18:50:05 +01:00
outerHTML.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
pageshow-event-istrusted.txt LibWeb: Pageshow event dispatched by the user agent should be trusted 2024-10-30 10:27:20 +01:00
parser-streams-bytes.txt LibWeb: Add incremental HTML parsing 2026-04-29 04:12:44 +02:00
parser-streams-crlf-split.txt LibWeb: Add incremental HTML parsing 2026-04-29 04:12:44 +02:00
parser-streams-external-script.txt LibWeb: Add incremental HTML parsing 2026-04-29 04:12:44 +02:00
parser-streams-named-character-reference-split.txt LibWeb: Add incremental HTML parsing 2026-04-29 04:12:44 +02:00
parser-streams-script-split.txt LibWeb: Add incremental HTML parsing 2026-04-29 04:12:44 +02:00
parser-streams-style-split.txt LibWeb: Add incremental HTML parsing 2026-04-29 04:12:44 +02:00
parser-streams-utf8-split.txt LibWeb: Add incremental HTML parsing 2026-04-29 04:12:44 +02:00
parser-streams-with-document-write.txt LibWeb: Add incremental HTML parsing 2026-04-29 04:12:44 +02:00
picture-image-load-after-document-destroy.txt Tests/LibWeb: Add text tests for image loading after document destroy 2026-02-10 21:19:35 +01:00
picture-source-dimension-attributes.txt LibWeb: Use dimension image source for images 2026-02-13 10:42:38 +00:00
picture-source-mutation.txt LibWeb: Re-evaluate picture source set on source mutations 2026-04-26 17:49:19 +02:00
place-items-shorthand.txt LibWeb/CSS: Use ShorthandStyleValue to serialize shorthands 2024-11-30 11:01:12 +01:00
png-without-IDAT-should-still-load.txt LibGfx: Treat PNG files with invalid frame data as transparent 2024-12-19 16:49:28 +01:00
pre-width.txt LibWeb: Add HTMLPreElement width property 2024-02-24 16:35:11 -07:00
pushState-navigation-event.txt LibWeb: Fire navigation event as required in History.pushState() 2024-08-06 16:33:23 +02:00
referrer-policy-http-header.txt LibWeb: Parse Referrer-Policy header when creating policy container 2026-01-12 13:07:14 +01:00
referrer-policy-meta-tag.txt Tests/LibWeb: Support absolute paths for WPT files in HTTP test server 2026-03-23 22:32:43 +01:00
referrerPolicy-attribute.txt LibWeb/SVG: Implement the SVGAElement.referrerPolicy attribute 2025-07-12 11:05:48 +02:00
reflected-integer-attributes.txt IDLGenerators: Use spec-compliant algorithm to parse integer values 2024-05-23 04:15:46 +02:00
relList-attribute.txt LibWeb/SVG: Implement SVGAElement.relList 2024-07-16 21:43:53 +02:00
requestAnimationFrame-gc.txt LibWeb: Protect animation frame callbacks from GC while they execute 2024-10-31 15:37:47 +01:00
requestAnimationFrame-sequential.txt LibWeb: Make requestAnimationFrame() callback IDs sequential 2024-08-05 09:12:07 +02:00
script-async-attribute.txt LibWeb: Set script force async to false when async changes 2024-08-04 19:25:29 +01:00
scrollParent-infinite-loop.txt LibWeb: Avoid infinite loop in HTMLElement.scrollParent 2025-06-30 20:38:21 +01:00
select-index-is-in-tree-order.txt LibWeb/HTML: Iterate over select options in tree order 2025-01-27 00:10:14 +00:00
select-setValue-after-construction.txt LibWeb: Skip select element internal shadow tree update unless it exists 2024-01-15 23:45:02 +01:00
session-storage-event-fired-to-lazy-window.txt LibWeb/HTML: Fire storage events to windows without a Storage 2026-03-16 13:55:07 +01:00
set-innerHTML-details.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
set-innerHTML-input.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
set-innerHTML-inside-iframe-srcdoc-document.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
set-innerHTML-textarea.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
set-innerHTML-with-script.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
set-innerText.txt LibWeb/HTML: Implement inner text set according to spec 2024-10-20 22:15:04 +02:00
set-outerHTML.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
short-legacy-color-value.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
storage-does-not-have-legacy-override-builtins-flag.txt LibWeb: Remove LegacyOverrideBuiltIns flag from Storage 2024-11-12 15:34:36 +01:00
StructuredClone-array-buffer-views.txt LibWeb: Add {de}serialization steps for TypedArrayBuffers and DataViews 2023-09-13 08:49:09 +02:00
StructuredClone-object-primitives.txt Tests/LibWeb: Prove we do not fail serialization of empty arrays 2024-03-02 17:04:09 -07:00
StructuredClone-primitives.txt Tests/LibWeb: Prove we do not fail serialization of empty strings 2024-03-02 17:04:09 -07:00
StructuredClone-serializable-FileList.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
StructuredClone-serializable-objects.txt LibWeb: Add {,de}serialization steps for ImageData 2025-05-09 02:12:01 +12:00
style-on-load-event.txt LibWeb: Add loading event to style element 2025-11-30 19:22:02 +01:00
submit-button-click-when-disabled.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
SVGImageElement-load-and-error-events.txt LibWeb: Add SVGImageElement load and error events 2024-10-16 22:59:28 +01:00
tabIndex-attribute.txt LibWeb/SVG: Implement default_tab_index_value for a element 2024-08-14 20:39:35 +01:00
table-cellpadding.txt LibWeb: Support cellpadding=0 and invalidate table cells when it changes 2025-02-21 01:16:38 +00:00
tbody-insert-row.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
unsigned-long-reflection.txt LibWeb: Limit HTMLTableColElement span to allowed values 2024-12-02 10:25:27 +01:00
window-barprops-popout.txt LibWeb: Add Extended Tests for Window BarProps 2025-03-29 02:35:27 +00:00
window-barprops.txt LibWeb: Implement BarProp properties for Window 2025-03-29 02:35:27 +00:00
Window-close.txt LibWeb: Implement window.close and window.closed 2024-10-06 01:42:24 +01:00
Window-event-handler-in-detached-DOM.txt LibWeb: Ignore window-forwarded document.body.onfoo in detached DOM 2024-03-11 18:29:10 +01:00
Window-find-clear-selection.txt LibWeb: Reset find-in-page index if selection is cleared 2025-02-09 18:19:58 +00:00
Window-find-inert.txt LibWeb: Exclude inert elements from find in page queries 2025-02-21 12:41:57 +00:00
Window-find-mutations.txt LibWeb: Do not clear the selection, when query is not found 2025-05-26 11:22:48 +02:00
Window-find.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
Window-has-unforgeable-properties.txt LibWeb: Implement the LegacyUnforgeable attribute 2025-03-27 23:50:35 +00:00
Window-iterate-properties.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
Window-MessageEvents-should-be-trusted.txt LibWeb: Make MessageEvents from {Window,MessagePort}.postMessage trusted 2024-11-15 18:50:08 +01:00
Window-named-properties-elements.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
Window-named-properties-iframe.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
Window-onerror.txt LibWeb: Fire error event when script has an execution error 2024-09-27 07:02:20 -04:00
window-open-about-blank-inherits-opener-origin.txt LibWeb: Correct initiator origin logic for new top level traversables 2026-04-19 13:11:48 +02:00
Window-open-blob-url-without-blob-entry.txt LibWeb/HTML: Add null handling for "get noopener for window open" 2024-12-17 17:06:47 +01:00
Window-open-empty-string.txt LibWeb/HTML: Fix crash in window open steps on empty URL string 2024-12-10 17:16:07 -08:00
Window-opener.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
Window-postMessage.txt Tests/LibWeb: Support opaque file origins in Window-postMessage 2026-02-21 23:00:57 +01:00
Window-prototype.txt LibWeb: Bring CSS line-height closer to other engines 2024-01-12 15:04:06 +01:00
Window-set-properties.txt LibWeb: Exclude [Global] interfaces from legacy platform object methods 2024-01-19 09:02:00 +01:00
WindowOrWorkerGlobalScope-reportError.txt LibJS: Preserve source positions in bytecode source maps 2026-04-22 22:34:54 +02:00
WindowProxy-Get-after-detaching-from-browsing-context.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00