ladybird/Tests/LibWeb/Text/expected/HTML
2025-03-29 02:35:27 +00:00
..
ModuleLoading LibWeb: Ensure requests modules is not empty before indexing into it 2024-12-01 15:49:16 +01: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
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
background-shorthand.txt LibWeb: Properly serialize position/edge style values 2024-12-13 11:35:38 +00: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
canvas-getImageData-oblong.txt
canvas-putImageData-unpremultiplied.txt LibWeb: Make new ImageData() use unpremultiplied color data 2024-08-20 20:39:09 +02:00
CanvasRenderingContext2D-get-image-data-correctness.txt
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
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
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
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: Improve painting of nested inline elements 2024-12-04 11:23:54 +00: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: Make default document readiness be "complete" 2024-11-20 16:20:28 +01:00
document-write-flush-character-insertions.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04: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.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -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
fetchPriority-attribute.txt
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
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
get-innerHTML.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
History-pushState-change-query.txt
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
HTMLElement-offsetFoo-for-split-inline-element.txt LibWeb: Support inserting non-inline elements into inline elements 2025-01-23 09:33:10 +01: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+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -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 LibWeb/HTML: Handle missing second component in datetime-local 2025-03-18 15:05:02 -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-blob-url.txt LibWeb/HTML: Support blob URLs in HTMLLinkElement 2025-01-21 10:49:39 +00:00
HTMLMediaElement-addTextTrack.txt
HTMLObjectElement-contentWindow.txt
HTMLObjectElement-form.txt
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
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
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
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-readyState-attribute.txt
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-invalid-types-no-crash.txt LibWeb: Add CanvasImageSource to ImageBitmapSource typedef 2024-12-06 13:10:27 +00:00
ImageData-create-with-size.txt
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-in-innerHTML-crash.txt
import-maps-invalid.txt
import-maps.txt LibWeb: Implement multiple import map support 2024-12-10 12:01:45 +00: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
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
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
map-element.txt
maxed-out-dimension-value.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
MessagePort-MessageEvents-should-be-trusted.txt LibWeb: Make MessageEvents from {Window,MessagePort}.postMessage trusted 2024-11-15 18:50:08 +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
navigator-beacon.txt
onreadystatechange.txt LibWeb: Support Document.onreadystatechange 2024-10-08 18:49:11 +02: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
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
pushState-navigation-event.txt
referrerPolicy-attribute.txt
reflected-integer-attributes.txt
relList-attribute.txt
requestAnimationFrame-gc.txt LibWeb: Protect animation frame callbacks from GC while they execute 2024-10-31 15:37:47 +01:00
requestAnimationFrame-sequential.txt
script-async-attribute.txt
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
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
shadow-realm-async-evaluate.txt LibWeb: Hook up the HostInitializeShadowRealm callback 2024-11-05 10:43:08 -07:00
shadow-realm-btoa.txt LibWeb: Wire up UniversalGlobalScopeMixin to ShadowRealmGlobalScope 2024-11-09 12:36:12 -07:00
shadow-realm-sync-evaluate.txt LibWeb: Hook up the HostInitializeShadowRealm callback 2024-11-05 10:43:08 -07:00
shadow-realm-url.txt LibWeb: Wire up UniversalGlobalScopeMixin to ShadowRealmGlobalScope 2024-11-09 12:36:12 -07:00
ShadowRealm-DOM-event.txt LibWeb: Use relevant principal settings for HighResolutionTime 2024-11-30 11:55:11 +01:00
ShadowRealm-importValue.txt LibWeb: Get Page from principal realm during resource loading 2024-11-24 15:29:47 -07:00
ShadowRealm-in-ShadowRealm-evaluate-DOM-Event.txt LibWeb: Ensure principal realm returned for nested Shadow Realms 2024-11-30 11:55:11 +01:00
ShadowRealm-rejection.txt LibWeb: Push promise rejection handling onto UniversalGlobalScopeMixin 2024-11-30 11:55:11 +01: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
StructuredClone-object-primitives.txt
StructuredClone-primitives.txt
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 serialization and deserilization steps to DOMException 2024-11-24 11:11:44 +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
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.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
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.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-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 LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
Window-prototype.txt
Window-set-properties.txt
WindowOrWorkerGlobalScope-reportError.txt LibWeb/HTML: Include better information in 'report an exception' event 2025-01-12 18:49:55 +00: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