From b3487d89946faff889ff7ce06bb81219154e0764 Mon Sep 17 00:00:00 2001 From: Psychpsyo Date: Tue, 18 Mar 2025 19:28:35 +0100 Subject: [PATCH] Meta: Add DOCTYPEs to most text tests --- Tests/LibWeb/Text/data/blank.html | 1 + Tests/LibWeb/Text/data/history-pushstate-iframe.html | 1 + Tests/LibWeb/Text/data/iframe-popstate-event.html | 1 + Tests/LibWeb/Text/data/iframe-reload.html | 1 + Tests/LibWeb/Text/data/iframe-test-content-1.html | 1 + Tests/LibWeb/Text/data/iframe-test-content-2.html | 1 + Tests/LibWeb/Text/data/iframe-with-border-radius-svg.html | 1 + Tests/LibWeb/Text/data/local-storage-iframe.html | 1 + Tests/LibWeb/Text/data/navigation-navigate-iframe.html | 1 + Tests/LibWeb/Text/data/test-iframe-content.html | 1 + Tests/LibWeb/Text/data/video-gc-frame.html | 1 + Tests/LibWeb/Text/input/Attr-cloneNode.html | 1 + .../input/CSSOMView/getClientRects-in-detached-document.html | 1 + Tests/LibWeb/Text/input/Clipboard/clipboarditem.html | 1 + Tests/LibWeb/Text/input/Compression/DecompressionStream.html | 1 + Tests/LibWeb/Text/input/Compression/round-trip.html | 1 + Tests/LibWeb/Text/input/Crypto/SubtleCrypto-deriveBits.html | 1 + Tests/LibWeb/Text/input/Crypto/SubtleCrypto-digest.html | 1 + Tests/LibWeb/Text/input/Crypto/SubtleCrypto-encrypt.html | 1 + Tests/LibWeb/Text/input/Crypto/SubtleCrypto-exportKey.html | 1 + Tests/LibWeb/Text/input/Crypto/SubtleCrypto-generateKey.html | 1 + Tests/LibWeb/Text/input/Crypto/SubtleCrypto-hmac.html | 1 + Tests/LibWeb/Text/input/Crypto/SubtleCrypto-import-PBKDF2.html | 1 + .../Text/input/Crypto/SubtleCrypto-import-export-roundtrip.html | 1 + Tests/LibWeb/Text/input/Crypto/SubtleCrypto-sign.html | 1 + Tests/LibWeb/Text/input/Crypto/SubtleCrypto-verify.html | 1 + Tests/LibWeb/Text/input/DOM/CDATASection-assignedSlot.html | 1 + Tests/LibWeb/Text/input/DOM/CDATASection-cloneNode.html | 1 + .../DOM/CharacterData-replaceData-break-surrogate-pair.html | 1 + .../DOM/CharacterData-substringData-break-surrogate-pair.html | 1 + Tests/LibWeb/Text/input/DOM/ChildNode-after-next-sibling.html | 1 + .../Text/input/DOM/ChildNode-before-previous-sibling.html | 1 + .../Text/input/DOM/DOMImplementation-create-xml-document.html | 1 + .../Text/input/DOM/DOMImplementation-createHTMLDocument.html | 1 + Tests/LibWeb/Text/input/DOM/DOMParser-xml-document.html | 1 + .../Text/input/DOM/DOMStringMap-setter-with-invalid-name.html | 1 + .../input/DOM/Delete-from-text-node-with-associated-range.html | 1 + Tests/LibWeb/Text/input/DOM/Document-createCDATASection.html | 1 + Tests/LibWeb/Text/input/DOM/Document-dir.html | 1 + Tests/LibWeb/Text/input/DOM/Document-named-properties.html | 1 + Tests/LibWeb/Text/input/DOM/Document-set-designMode.html | 1 + Tests/LibWeb/Text/input/DOM/Element-getAttributeNS.html | 1 + Tests/LibWeb/Text/input/DOM/Element-getAttributeNodeNS.html | 1 + Tests/LibWeb/Text/input/DOM/Element-removeAttributeNS.html | 1 + Tests/LibWeb/Text/input/DOM/Element-removeAttributeNode.html | 1 + Tests/LibWeb/Text/input/DOM/Element-set-scroll-left.html | 1 + .../Text/input/DOM/Element-setAttribute-capitalization.html | 1 + .../Text/input/DOM/Element-setAttribute-name-validation.html | 1 + .../Text/input/DOM/Element-toggleAttribute-xml-doc-html-ns.html | 1 + Tests/LibWeb/Text/input/DOM/Elements-from-point-3.html | 1 + .../input/DOM/FormAssociatedElement-selection-type-change.html | 1 + .../LibWeb/Text/input/DOM/FormAssociatedElement-selection.html | 1 + .../input/DOM/HTMLCollection-empty-string-as-property-name.html | 1 + Tests/LibWeb/Text/input/DOM/HTMLCollection-order.html | 1 + .../DOM/HTMLCollection-property-names-iteration-order.html | 1 + Tests/LibWeb/Text/input/DOM/HTMLSelectElement-length.html | 1 + Tests/LibWeb/Text/input/DOM/Range-containing-CDATASection.html | 1 + Tests/LibWeb/Text/input/DOM/Range-to-string.html | 1 + Tests/LibWeb/Text/input/DOM/Text-methods.html | 1 + Tests/LibWeb/Text/input/DOM/Text-set-get-data.html | 1 + .../DOM/TreeWalker-nextNode-with-detached-currentNode.html | 1 + Tests/LibWeb/Text/input/DOM/cloneNode-with-goofy-attribute.html | 1 + .../Text/input/DOM/createElement-with-emoji-in-tag-name.html | 1 + Tests/LibWeb/Text/input/DOM/createEvent-hashchangeevent.html | 1 + Tests/LibWeb/Text/input/DOM/derived-interface-prototype.html | 1 + .../input/DOM/domparser-parsefromstring-xml-empty-pubid.html | 1 + .../input/DOM/domparser-parsefromstring-xml-empty-systemid.html | 1 + Tests/LibWeb/Text/input/DOM/getElementById-multiple.html | 1 + .../input/DOM/range-bounding-client-rect-with-nested-text.html | 2 +- Tests/LibWeb/Text/input/DOM/range-get-client-rects.html | 1 + .../input/DOM/setAttribute-with-emoji-in-attribute-name.html | 1 + .../Text/input/DOM/update-live-ranges-on-node-insertion.html | 1 + Tests/LibWeb/Text/input/Editing/beforeinput-event.html | 1 + Tests/LibWeb/Text/input/Editing/execCommand-backColor.html | 1 + Tests/LibWeb/Text/input/Editing/execCommand-bold.html | 1 + Tests/LibWeb/Text/input/Editing/execCommand-createLink.html | 1 + Tests/LibWeb/Text/input/Editing/execCommand-delete.html | 1 + Tests/LibWeb/Text/input/Editing/execCommand-fontName.html | 1 + Tests/LibWeb/Text/input/Editing/execCommand-fontSize.html | 1 + Tests/LibWeb/Text/input/Editing/execCommand-foreColor.html | 1 + Tests/LibWeb/Text/input/Editing/execCommand-formatBlock.html | 1 + Tests/LibWeb/Text/input/Editing/execCommand-forwardDelete.html | 1 + Tests/LibWeb/Text/input/Editing/execCommand-indent.html | 1 + Tests/LibWeb/Text/input/Editing/execCommand-insertHTML.html | 1 + .../Text/input/Editing/execCommand-insertHorizontalRule.html | 1 + Tests/LibWeb/Text/input/Editing/execCommand-insertImage.html | 1 + .../LibWeb/Text/input/Editing/execCommand-insertLinebreak.html | 1 + .../Text/input/Editing/execCommand-insertOrderedList.html | 1 + .../LibWeb/Text/input/Editing/execCommand-insertParagraph.html | 1 + Tests/LibWeb/Text/input/Editing/execCommand-insertText.html | 1 + .../Text/input/Editing/execCommand-insertUnorderedList.html | 1 + Tests/LibWeb/Text/input/Editing/execCommand-italic.html | 1 + Tests/LibWeb/Text/input/Editing/execCommand-justifyCenter.html | 1 + Tests/LibWeb/Text/input/Editing/execCommand-justifyFull.html | 1 + Tests/LibWeb/Text/input/Editing/execCommand-justifyLeft.html | 1 + Tests/LibWeb/Text/input/Editing/execCommand-justifyRight.html | 1 + Tests/LibWeb/Text/input/Editing/execCommand-no-recursion.html | 1 + Tests/LibWeb/Text/input/Editing/execCommand-outdent.html | 1 + Tests/LibWeb/Text/input/Editing/execCommand-removeFormat.html | 1 + Tests/LibWeb/Text/input/Editing/execCommand-selectAll.html | 1 + Tests/LibWeb/Text/input/Editing/execCommand-strikethrough.html | 1 + Tests/LibWeb/Text/input/Editing/execCommand-subscript.html | 1 + Tests/LibWeb/Text/input/Editing/execCommand-superscript.html | 1 + Tests/LibWeb/Text/input/Editing/execCommand-underline.html | 1 + Tests/LibWeb/Text/input/Editing/execCommand-unlink.html | 1 + Tests/LibWeb/Text/input/Editing/input-event.html | 1 + .../Text/input/Editing/input-into-empty-contenteditable.html | 1 + .../Text/input/Editing/move-cursor-using-selection-api.html | 1 + .../Editing/selection-in-contenteditable-crash-regression.html | 1 + Tests/LibWeb/Text/input/Encoding/TextDecoder-decode.html | 1 + Tests/LibWeb/Text/input/Encoding/TextEncoder-encode.html | 1 + .../Text/input/Fetch/fetch-request-url-search-params.html | 1 + Tests/LibWeb/Text/input/Fetch/fetch-response-content-type.html | 1 + Tests/LibWeb/Text/input/Fetch/fetch-response-url-encoded.html | 1 + Tests/LibWeb/Text/input/FileAPI/Blob-empty-constructor.html | 1 + .../Blob-intialized-with-strings-read-from-arrayBuffer.html | 1 + .../FileAPI/Blob-intialized-with-strings-read-from-bytes.html | 1 + .../FileAPI/Blob-intialized-with-strings-read-from-text.html | 1 + Tests/LibWeb/Text/input/FileAPI/Blob-partitioning.html | 1 + Tests/LibWeb/Text/input/FileAPI/filereader-basic.html | 1 + .../CanvasRenderingContext2D-get-image-data-correctness.html | 1 + Tests/LibWeb/Text/input/HTML/CloseWatcher-detached-iframe.html | 1 + .../Text/input/HTML/DOMParser-parseFromString-document-url.html | 1 + .../Text/input/HTML/DedicatedWorkerGlobalScope-instanceof.html | 1 + .../input/HTML/Element-insertAdjacentHTML-documentElement.html | 1 + Tests/LibWeb/Text/input/HTML/Form-indexed-property-access.html | 1 + Tests/LibWeb/Text/input/HTML/Form-named-property-access.html | 1 + .../LibWeb/Text/input/HTML/FormData-append-blob-with-type.html | 1 + .../Text/input/HTML/FormData-append-with-emoji-in-name.html | 1 + Tests/LibWeb/Text/input/HTML/HTMLAllCollection-basic.html | 1 + Tests/LibWeb/Text/input/HTML/HTMLElement-click.html | 1 + Tests/LibWeb/Text/input/HTML/HTMLElement-isContentEditable.html | 1 + .../HTML/HTMLElement-offsetFoo-for-split-inline-element.html | 1 + .../Text/input/HTML/HTMLElement-offsetFoo-in-table-cell.html | 1 + Tests/LibWeb/Text/input/HTML/HTMLFrameElement-add-remove.html | 1 + Tests/LibWeb/Text/input/HTML/HTMLFrameElement-load.html | 1 + .../LibWeb/Text/input/HTML/HTMLInputElement-valueAsNumber.html | 1 + Tests/LibWeb/Text/input/HTML/HTMLLinkElement-blob-url.html | 1 + .../LibWeb/Text/input/HTML/History-pushState-change-query.html | 1 + Tests/LibWeb/Text/input/HTML/History-scrollRestoration.html | 1 + Tests/LibWeb/Text/input/HTML/Location-set-invalid-href-url.html | 1 + .../input/HTML/ModuleLoading/import-inside-of-a-module.html | 1 + Tests/LibWeb/Text/input/HTML/Navigation-object-properties.html | 1 + Tests/LibWeb/Text/input/HTML/ShadowRealm-DOM-event.html | 1 + Tests/LibWeb/Text/input/HTML/ShadowRealm-importValue.html | 1 + .../HTML/ShadowRealm-in-ShadowRealm-evaluate-DOM-Event.html | 1 + Tests/LibWeb/Text/input/HTML/ShadowRealm-rejection.html | 1 + .../Text/input/HTML/StructuredClone-array-buffer-views.html | 1 + .../Text/input/HTML/StructuredClone-object-primitives.html | 1 + Tests/LibWeb/Text/input/HTML/StructuredClone-primitives.html | 1 + .../Text/input/HTML/StructuredClone-serializable-FileList.html | 1 + .../Text/input/HTML/StructuredClone-serializable-objects.html | 1 + Tests/LibWeb/Text/input/HTML/Window-close.html | 1 + .../Text/input/HTML/Window-event-handler-in-detached-DOM.html | 1 + Tests/LibWeb/Text/input/HTML/Window-find.html | 1 + .../Text/input/HTML/Window-named-properties-elements.html | 1 + .../LibWeb/Text/input/HTML/Window-named-properties-iframe.html | 1 + .../input/HTML/Window-open-blob-url-without-blob-entry.html | 1 + Tests/LibWeb/Text/input/HTML/Window-open-empty-string.html | 1 + Tests/LibWeb/Text/input/HTML/Window-postMessage.html | 1 + Tests/LibWeb/Text/input/HTML/Window-prototype.html | 1 + Tests/LibWeb/Text/input/HTML/Window-set-properties.html | 1 + .../Text/input/HTML/WindowOrWorkerGlobalScope-reportError.html | 1 + .../WindowProxy-Get-after-detaching-from-browsing-context.html | 1 + .../LibWeb/Text/input/HTML/a-element-set-protocol-on-href.html | 1 + .../input/HTML/anchor-element-url-invalid-unicode-pathname.html | 1 + Tests/LibWeb/Text/input/HTML/beforeunload.html | 1 + Tests/LibWeb/Text/input/HTML/button-attributes.html | 1 + Tests/LibWeb/Text/input/HTML/canvas-getImageData-oblong.html | 1 + .../Text/input/HTML/canvas-putImageData-unpremultiplied.html | 1 + .../Text/input/HTML/cross-origin-WindowProxy-postMessage.html | 1 + .../Text/input/HTML/custom-elements-throw-in-constructor.html | 1 + Tests/LibWeb/Text/input/HTML/data-transfer.html | 1 + Tests/LibWeb/Text/input/HTML/datalist-element.html | 1 + Tests/LibWeb/Text/input/HTML/details-name.html | 1 + Tests/LibWeb/Text/input/HTML/document-named-shenanigans.html | 1 + .../input/HTML/document-write-flush-character-insertions.html | 1 + Tests/LibWeb/Text/input/HTML/drag-and-drop.html | 1 + Tests/LibWeb/Text/input/HTML/form-element-enctype.html | 1 + Tests/LibWeb/Text/input/HTML/form-image-submission.html | 1 + Tests/LibWeb/Text/input/HTML/form-implicit-submission.html | 1 + Tests/LibWeb/Text/input/HTML/get-innerHTML.html | 1 + Tests/LibWeb/Text/input/HTML/href-invalid.html | 1 + Tests/LibWeb/Text/input/HTML/iframe-load-event-for-bad-xml.html | 1 + .../Text/input/HTML/iframe-reload-on-src-or-srcdoc-change.html | 1 + .../input/HTML/image-bitmap-from-invalid-types-no-crash.html | 1 + .../Text/input/HTML/img-metrics-in-load-event-handlers.html | 1 + Tests/LibWeb/Text/input/HTML/img-src-in-innerHTML-crash.html | 1 + .../HTML/link-element-username-password-percent-encoded.html | 1 + Tests/LibWeb/Text/input/HTML/local-storage-usage-after-nav.html | 1 + Tests/LibWeb/Text/input/HTML/map-element.html | 1 + Tests/LibWeb/Text/input/HTML/maxed-out-dimension-value.html | 1 + Tests/LibWeb/Text/input/HTML/navigator-beacon.html | 1 + Tests/LibWeb/Text/input/HTML/onreadystatechange.html | 1 + Tests/LibWeb/Text/input/HTML/outerHTML.html | 1 + Tests/LibWeb/Text/input/HTML/pageshow-event-istrusted.html | 1 + Tests/LibWeb/Text/input/HTML/place-items-shorthand.html | 1 + .../Text/input/HTML/png-without-IDAT-should-still-load.html | 1 + Tests/LibWeb/Text/input/HTML/pre-width.html | 1 + Tests/LibWeb/Text/input/HTML/pushState-navigation-event.html | 1 + Tests/LibWeb/Text/input/HTML/requestAnimationFrame-gc.html | 1 + .../Text/input/HTML/requestAnimationFrame-sequential.html | 1 + Tests/LibWeb/Text/input/HTML/select-index-is-in-tree-order.html | 1 + .../Text/input/HTML/select-setValue-after-construction.html | 1 + Tests/LibWeb/Text/input/HTML/set-innerHTML-details.html | 1 + Tests/LibWeb/Text/input/HTML/set-innerHTML-input.html | 1 + .../input/HTML/set-innerHTML-inside-iframe-srcdoc-document.html | 1 + Tests/LibWeb/Text/input/HTML/set-innerHTML-textarea.html | 1 + Tests/LibWeb/Text/input/HTML/set-innerHTML-with-script.html | 1 + Tests/LibWeb/Text/input/HTML/set-innerText.html | 1 + Tests/LibWeb/Text/input/HTML/set-outerHTML.html | 1 + Tests/LibWeb/Text/input/HTML/shadow-realm-async-evaluate.html | 1 + Tests/LibWeb/Text/input/HTML/shadow-realm-btoa.html | 1 + Tests/LibWeb/Text/input/HTML/shadow-realm-sync-evaluate.html | 1 + Tests/LibWeb/Text/input/HTML/shadow-realm-url.html | 1 + Tests/LibWeb/Text/input/HTML/short-legacy-color-value.html | 1 + .../Text/input/HTML/submit-button-click-when-disabled.html | 1 + Tests/LibWeb/Text/input/HTML/table-cellpadding.html | 1 + Tests/LibWeb/Text/input/HTML/tbody-insert-row.html | 1 + ...licit-root-after-originating-iframe-is-removed-from-dom.html | 1 + .../unobserve-element-without-matching-observe.html | 1 + .../Text/input/Messaging/MessagePort-start-after-close.html | 1 + Tests/LibWeb/Text/input/Messaging/Messaging-basic-channel.html | 1 + .../input/Messaging/Messaging-post-channel-over-channel.html | 1 + Tests/LibWeb/Text/input/MutationObserver/removing-a-node.html | 1 + .../PerformanceObserver-supportedEntryTypes.html | 1 + .../input/PerformanceObserver/PerformanceObserver_basic.html | 1 + Tests/LibWeb/Text/input/ProcessingInstruction-cloneNode.html | 1 + Tests/LibWeb/Text/input/SVG/a-element-prototype.html | 1 + Tests/LibWeb/Text/input/SVG/svg-circle-detached.html | 1 + Tests/LibWeb/Text/input/SVG/svg-className-attribute.html | 1 + Tests/LibWeb/Text/input/SVG/svg-element-proto.html | 1 + Tests/LibWeb/Text/input/SVG/svg-href-qualified-name.html | 1 + Tests/LibWeb/Text/input/SVG/svg-href.html | 1 + Tests/LibWeb/Text/input/SVG/svg-ownerSVGElement-attribute.html | 1 + Tests/LibWeb/Text/input/SVG/svg-script-element.html | 1 + Tests/LibWeb/Text/input/SVG/svg-svg-getElementById.html | 1 + Tests/LibWeb/Text/input/SVG/svg-viewBox-attribute.html | 1 + Tests/LibWeb/Text/input/SVG/svg-viewbox-zero-height.html | 1 + .../input/Selection-setBaseAndExtent-without-common-root.html | 1 + Tests/LibWeb/Text/input/ShadowDOM/css-hover-shadow-dom.html | 1 + Tests/LibWeb/Text/input/ShadowDOM/css-media-queries.html | 1 + .../css-variable-inheritance-across-shadow-boundary.html | 1 + Tests/LibWeb/Text/input/ShadowDOM/declarative-basic.html | 1 + .../ShadowDOM/remove-style-element-inside-shadow-tree.html | 1 + .../replace-declarative-shadow-root-with-style-sheet.html | 1 + .../Streams/ByteLengthQueuingStrategy-enqueue-desired-size.html | 1 + .../Streams/CountQueuingStrategy-enqueue-desired-size.html | 1 + .../Text/input/Streams/QueuingStrategy-high-water-mark.html | 1 + .../Text/input/Streams/QueuingStrategy-same-instance.html | 1 + .../LibWeb/Text/input/Streams/ReadableByteStream-byob-tee.html | 1 + .../Text/input/Streams/ReadableByteStream-default-tee.html | 1 + .../Text/input/Streams/ReadableByteStream-enqueue-respond.html | 1 + .../ReadableStream-autoAllocateChunkSize-constructor.html | 1 + Tests/LibWeb/Text/input/Streams/ReadableStream-can-cancel.html | 1 + Tests/LibWeb/Text/input/Streams/ReadableStream-default-tee.html | 1 + .../Text/input/Streams/ReadableStream-from-asyncIterator.html | 1 + .../ReadableStream-pipeThrough-cannot-pipe-locked-stream.html | 1 + ...ReadableStream-pipeThrough-cannot-pipe-to-locked-stream.html | 1 + Tests/LibWeb/Text/input/Streams/ReadableStream-pipeThrough.html | 1 + .../ReadableStream-pipeTo-Writer-close-callback-called.html | 1 + .../ReadableStream-pipeTo-cannot-pipe-locked-stream.html | 1 + .../ReadableStream-pipeTo-cannot-pipe-to-locked-stream.html | 1 + Tests/LibWeb/Text/input/Streams/ReadableStream-pipeTo.html | 1 + .../Text/input/Streams/ReadableStreamBYOBReader-read-min.html | 1 + .../Text/input/Streams/ReadableStreamBYOBReader-read.html | 1 + .../Streams/ReadableStreamBYOBReader-respondWithNewView.html | 1 + .../Streams/TransformStream-cancelled-by-readable-side.html | 1 + .../Streams/TransformStream-cancelled-by-writable-side.html | 1 + .../Text/input/Streams/TransformStream-flush-callback.html | 1 + .../Text/input/Streams/TransformStream-identity-transform.html | 1 + .../Text/input/Streams/TransformStream-readable-cancel.html | 1 + .../TransformStream-readableType-writableType-has-value.html | 1 + .../Text/input/Streams/TransformStream-start-callback.html | 1 + .../Text/input/Streams/TransformStream-transform-callback.html | 1 + Tests/LibWeb/Text/input/Streams/WritableStream-write.html | 1 + .../Text/input/Streams/init-from-cloned-fetch-response.html | 1 + Tests/LibWeb/Text/input/Streams/init-from-fetch.html | 1 + Tests/LibWeb/Text/input/UIEvents/KeyEvent-cancelled.html | 1 + Tests/LibWeb/Text/input/UIEvents/KeyEvent-functional-keys.html | 1 + Tests/LibWeb/Text/input/UIEvents/KeyEvent-keypress.html | 1 + Tests/LibWeb/Text/input/UIEvents/KeyEvent-non-ascii.html | 1 + Tests/LibWeb/Text/input/UIEvents/KeyEvent-numpad-keys.html | 1 + Tests/LibWeb/Text/input/UIEvents/KeyEvent-tab.html | 1 + Tests/LibWeb/Text/input/UIEvents/MouseEvent-bubbling.html | 1 + Tests/LibWeb/Text/input/UIEvents/PointerEvent-construction.html | 1 + Tests/LibWeb/Text/input/UIEvents/WheelEvent-bubbling.html | 1 + Tests/LibWeb/Text/input/UIEvents/WheelEvent-construction.html | 1 + Tests/LibWeb/Text/input/UIEvents/custom-keyboard-event.html | 1 + Tests/LibWeb/Text/input/UIEvents/custom-mouse-event.html | 1 + Tests/LibWeb/Text/input/URL/URL-operations-properties.html | 1 + Tests/LibWeb/Text/input/URL/invalid-urls.html | 1 + Tests/LibWeb/Text/input/URL/opaque_paths_roundtrip.html | 1 + Tests/LibWeb/Text/input/URL/search-params-delete.html | 1 + Tests/LibWeb/Text/input/URL/search-params-has.html | 1 + .../search-params-strip-trailing-spaces-from-opaque-url.html | 1 + .../LibWeb/Text/input/URL/search-params-with-invalid-utf8.html | 1 + Tests/LibWeb/Text/input/URL/search-params-with-no-query.html | 1 + .../LibWeb/Text/input/URL/search-params-with-plus-in-value.html | 1 + .../URL/set-href-with-valid-hostname-but-invalid-port.html | 1 + .../URL/url-origin-for-blob-url-with-inner-ftp-scheme.html | 1 + .../Text/input/URL/url-origin-for-port-number-of-zero.html | 1 + .../Text/input/URL/url-search-params-iterator-iterator.html | 1 + .../Text/input/URL/url-search-params-sort-order-stable.html | 1 + .../Text/input/URL/url-search-params-sort-utf16-code-units.html | 1 + Tests/LibWeb/Text/input/URL/url.html | 1 + Tests/LibWeb/Text/input/Wasm/WebAssembly-grow.html | 1 + Tests/LibWeb/Text/input/Wasm/WebAssembly-instantiate.html | 1 + .../misc/animating-unresolved-properties-crash.html | 1 + .../misc/animation-single-iteration-no-repeat.html | 2 +- .../Text/input/WebAnimations/transition-unknown-property.html | 1 + .../LibWeb/Text/input/WebAudio/AudioBuffer-copyFromChannel.html | 1 + Tests/LibWeb/Text/input/WebAudio/AudioBuffer-copyToChannel.html | 1 + Tests/LibWeb/Text/input/WebAudio/AudioBuffer.html | 1 + Tests/LibWeb/Text/input/WebAudio/AudioListener.html | 1 + Tests/LibWeb/Text/input/WebAudio/DynamicsCompressorNode.html | 1 + Tests/LibWeb/Text/input/WebAudio/GainNode.html | 1 + Tests/LibWeb/Text/input/WebAudio/OscillatorNode.html | 1 + Tests/LibWeb/Text/input/WebAudio/PannerNode.html | 1 + .../Text/input/WebAudio/compressor-node-channel-cound-mode.html | 1 + Tests/LibWeb/Text/input/WebSocket/WebSocket-gc.html | 1 + Tests/LibWeb/Text/input/WebSocket/echo.html | 1 + Tests/LibWeb/Text/input/Worker/Worker-blob.html | 1 + Tests/LibWeb/Text/input/Worker/Worker-crypto.html | 1 + Tests/LibWeb/Text/input/Worker/Worker-echo.html | 1 + Tests/LibWeb/Text/input/Worker/Worker-importScripts.html | 1 + Tests/LibWeb/Text/input/Worker/Worker-location.html | 1 + Tests/LibWeb/Text/input/Worker/Worker-module.html | 1 + Tests/LibWeb/Text/input/Worker/Worker-performance.html | 1 + Tests/LibWeb/Text/input/Worker/Worker-postMessage-transfer.html | 1 + .../LibWeb/Text/input/XHR/XMLHttpRequest-forbidden-method.html | 1 + .../input/XHR/XMLHttpRequest-invalid-or-illegal-method.html | 1 + Tests/LibWeb/Text/input/XHR/XMLHttpRequest-request-is-blob.html | 1 + Tests/LibWeb/Text/input/XHR/XMLHttpRequest-response-empty.html | 1 + .../Text/input/XHR/XMLHttpRequest-response-gives-Document.html | 1 + .../Text/input/XHR/XMLHttpRequest-response-header-decoding.html | 1 + .../Text/input/XHR/XMLHttpRequest-response-is-arraybuffer.html | 1 + .../LibWeb/Text/input/XHR/XMLHttpRequest-response-is-blob.html | 1 + .../Text/input/XHR/XMLHttpRequest-response-is-json-number.html | 1 + Tests/LibWeb/Text/input/XHR/XMLHttpRequest-responseURL.html | 1 + .../LibWeb/Text/input/XHR/XMLHttpRequest-responseXML-empty.html | 1 + .../input/XHR/XMLHttpRequest-responseXML-gives-XMLDocument.html | 1 + .../Text/input/XHR/XMLHttpRequest-send-flag-already-set.html | 1 + .../LibWeb/Text/input/XHR/XMLHttpRequest-state-not-opened.html | 1 + Tests/LibWeb/Text/input/XML/error-page.html | 1 + Tests/LibWeb/Text/input/XML/parser-namespace.html | 1 + Tests/LibWeb/Text/input/abortsignal-abort.html | 1 + Tests/LibWeb/Text/input/abortsignal-any.html | 1 + Tests/LibWeb/Text/input/abortsignal-timeout.html | 1 + Tests/LibWeb/Text/input/alert.html | 1 + Tests/LibWeb/Text/input/all-window-properties.html | 1 + .../Text/input/anchor-element-with-javascript-url-href.html | 1 + .../LibWeb/Text/input/append-child-must-update-layout-tree.html | 1 + Tests/LibWeb/Text/input/background-position-xy.html | 1 + Tests/LibWeb/Text/input/basic.html | 1 + ...der-radius-div-containing-iframe-with-border-radius-svg.html | 1 + Tests/LibWeb/Text/input/canvas/2d-canvas-create-imagedata.html | 1 + Tests/LibWeb/Text/input/canvas/basic.html | 1 + Tests/LibWeb/Text/input/canvas/convert-dims.html | 1 + Tests/LibWeb/Text/input/canvas/export.html | 1 + Tests/LibWeb/Text/input/canvas/fillStyle-bogus-rgba-color.html | 1 + Tests/LibWeb/Text/input/canvas/fillStyle-serialization.html | 1 + Tests/LibWeb/Text/input/canvas/fillstyle.html | 1 + Tests/LibWeb/Text/input/canvas/invalid-font-property.html | 1 + Tests/LibWeb/Text/input/canvas/pattern-from-image.html | 1 + Tests/LibWeb/Text/input/canvas/pattern-from-video.html | 1 + Tests/LibWeb/Text/input/canvas/transform.html | 1 + Tests/LibWeb/Text/input/clipboard.html | 1 + Tests/LibWeb/Text/input/close-non-modal-dialog.html | 1 + .../Text/input/collapse-selection-inside-shadow-root.html | 1 + Tests/LibWeb/Text/input/console/console-prototype.html | 1 + Tests/LibWeb/Text/input/console/console-to-string-tag.html | 1 + .../input/contenteditable-should-insert-into-nested-node.html | 1 + Tests/LibWeb/Text/input/cookie.html | 1 + Tests/LibWeb/Text/input/createBitmap.html | 1 + Tests/LibWeb/Text/input/css-shadow-host-selector-matching.html | 1 + Tests/LibWeb/Text/input/css/FontFaceSet-load.html | 1 + ...yOwningCSSStyleDeclaration-serialized-custom-properties.html | 1 + .../Text/input/css/animating-transform-with-calc-crash.html | 1 + .../Text/input/css/animating-unresolved-properties-crash.html | 1 + Tests/LibWeb/Text/input/css/attr-serialization.html | 1 + .../Text/input/css/box-shadow-resolves-length-functions.html | 1 + Tests/LibWeb/Text/input/css/calc-missing-context.html | 1 + Tests/LibWeb/Text/input/css/changing-animation-name-crash.html | 1 + Tests/LibWeb/Text/input/css/cssFloat-property.html | 1 + Tests/LibWeb/Text/input/css/custom-ident-parsing.html | 1 + .../Text/input/css/custom-properties-from-all-layers.html | 1 + .../Text/input/css/element-opacity-change-invalidation.html | 1 + Tests/LibWeb/Text/input/css/font-face-serialization.html | 1 + Tests/LibWeb/Text/input/css/font-family-with-dash-prefix.html | 1 + .../Text/input/css/font-size-rem-units-on-root-element.html | 1 + .../input/css/getComputedStyle-display-short-serialization.html | 1 + Tests/LibWeb/Text/input/css/getComputedStyle-print-all.html | 1 + Tests/LibWeb/Text/input/css/getComputedStyle-transform.html | 1 + Tests/LibWeb/Text/input/css/import-rule-shift-jis.html | 1 + Tests/LibWeb/Text/input/css/keyframes-css-rules.html | 1 + Tests/LibWeb/Text/input/css/legacy-color-value.html | 1 + Tests/LibWeb/Text/input/css/math-depth.html | 1 + .../LibWeb/Text/input/css/media-query-serialization-basic.html | 1 + .../css/move-loaded-link-stylesheet-between-documents.html | 1 + Tests/LibWeb/Text/input/css/revert-all.html | 1 + .../Text/input/css/sending-animationcancel-event-crash.html | 1 + .../LibWeb/Text/input/css/set-style-declaration-shorthand.html | 1 + Tests/LibWeb/Text/input/css/singular-percentage-calc-crash.html | 1 + Tests/LibWeb/Text/input/css/small-aspect-ratio.html | 1 + Tests/LibWeb/Text/input/css/string-serializes-with-quotes.html | 1 + Tests/LibWeb/Text/input/css/style-declaration-parent-rule.html | 1 + .../LibWeb/Text/input/css/style-sheet-with-byte-order-mark.html | 1 + Tests/LibWeb/Text/input/css/text-transform-dynamic-change.html | 1 + Tests/LibWeb/Text/input/css/transform-origin-serialization.html | 1 + Tests/LibWeb/Text/input/css/transform-serialization.html | 1 + Tests/LibWeb/Text/input/css/unicode-range-all-wildcard.html | 1 + Tests/LibWeb/Text/input/css/unknown-pseudo-elements-crash.html | 1 + Tests/LibWeb/Text/input/document-adopted-style-sheets.html | 1 + .../Text/input/document-scrollingElement-quirks-mode.html | 2 +- .../input/failed-img-should-not-delay-load-event-forever.html | 1 + Tests/LibWeb/Text/input/fieldset-elements.html | 1 + Tests/LibWeb/Text/input/focus-contenteditable.html | 1 + Tests/LibWeb/Text/input/focus-events.html | 1 + Tests/LibWeb/Text/input/form-formEnctype-attribute.html | 1 + Tests/LibWeb/Text/input/form-formMethod-attribute.html | 1 + Tests/LibWeb/Text/input/form-method-attribute.html | 1 + Tests/LibWeb/Text/input/form-method-dialog.html | 1 + Tests/LibWeb/Text/input/geometry/dommatrix-create.html | 1 + Tests/LibWeb/Text/input/geometry/dommatrix-flip.html | 1 + Tests/LibWeb/Text/input/geometry/dommatrix-matrix-value.html | 1 + Tests/LibWeb/Text/input/geometry/dommatrix-rotate.html | 1 + Tests/LibWeb/Text/input/geometry/dommatrix-scale.html | 1 + Tests/LibWeb/Text/input/geometry/dommatrix-skew.html | 1 + Tests/LibWeb/Text/input/geometry/dommatrix-to-array.html | 1 + Tests/LibWeb/Text/input/geometry/dommatrix-translate.html | 1 + Tests/LibWeb/Text/input/geometry/dompoint.html | 1 + Tests/LibWeb/Text/input/geometry/domquad.html | 1 + Tests/LibWeb/Text/input/geometry/domrect-create.html | 1 + Tests/LibWeb/Text/input/geometry/legacy-window-alias.html | 1 + .../Text/input/getComputedStyle-grid-template-rows-columns.html | 1 + Tests/LibWeb/Text/input/global-performance-property.html | 1 + Tests/LibWeb/Text/input/hit_testing/basic.html | 1 + .../input/hit_testing/block-element-inside-inline-element.html | 1 + .../LibWeb/Text/input/hit_testing/inline-stacking-context.html | 1 + .../LibWeb/Text/input/hit_testing/nested-inline-paintables.html | 1 + .../input/hit_testing/open-details-by-clicking-on-triangle.html | 1 + Tests/LibWeb/Text/input/hit_testing/overflow-scroll.html | 1 + Tests/LibWeb/Text/input/hit_testing/pointer-events.html | 1 + .../Text/input/hit_testing/positioned-z-index-0-and-floats.html | 1 + Tests/LibWeb/Text/input/hit_testing/text.html | 1 + Tests/LibWeb/Text/input/html-form-controls-collection.html | 1 + Tests/LibWeb/Text/input/html-parser-text-in-table-hoisting.html | 1 + Tests/LibWeb/Text/input/http-reason-phrase-propagation.html | 1 + Tests/LibWeb/Text/input/idl-handling-of-null-attribute.html | 1 + Tests/LibWeb/Text/input/iframe-load-event-for-xml-src.html | 1 + Tests/LibWeb/Text/input/iframe-removed-asyncronously.html | 1 + Tests/LibWeb/Text/input/input-blur.html | 1 + Tests/LibWeb/Text/input/input-click-to-unfocus.html | 1 + Tests/LibWeb/Text/input/input-commit-on-unfocus.html | 1 + Tests/LibWeb/Text/input/input-commit.html | 1 + Tests/LibWeb/Text/input/input-date.html | 1 + Tests/LibWeb/Text/input/input-element-file-value.html | 1 + Tests/LibWeb/Text/input/input-file-accept.html | 1 + Tests/LibWeb/Text/input/input-file.html | 1 + Tests/LibWeb/Text/input/input-image.html | 1 + Tests/LibWeb/Text/input/input-maxlength.html | 1 + Tests/LibWeb/Text/input/input-number-float.html | 1 + Tests/LibWeb/Text/input/input-number.html | 1 + Tests/LibWeb/Text/input/input-readonly.html | 1 + Tests/LibWeb/Text/input/input-value.html | 1 + Tests/LibWeb/Text/input/internals.html | 1 + .../input/invalid-transform-interpolation-does-not-crash.html | 1 + Tests/LibWeb/Text/input/is-collapsed.html | 1 + Tests/LibWeb/Text/input/js-export-rename.html | 1 + .../Text/input/layout-tree-update/svg-use-invalidation-1.html | 1 + Tests/LibWeb/Text/input/link-element-media-attribute.html | 1 + Tests/LibWeb/Text/input/link-element-onload-attribute.html | 1 + .../LibWeb/Text/input/link-element-rel-preload-load-event.html | 1 + Tests/LibWeb/Text/input/link-element-search.html | 1 + Tests/LibWeb/Text/input/localStorage.html | 1 + Tests/LibWeb/Text/input/navigation/hashchange-event.html | 1 + Tests/LibWeb/Text/input/navigation/history-popstate-event.html | 1 + Tests/LibWeb/Text/input/navigation/history-pushstate.html | 1 + .../input/navigation/history-replace-push-state-race-2.html | 1 + .../input/navigation/history-replace-push-state-race-3.html | 1 + .../Text/input/navigation/history-replace-push-state-race.html | 1 + .../Text/input/navigation/iframe-navigate-javascript-url.html | 1 + Tests/LibWeb/Text/input/navigation/iframe-navigate-src.html | 1 + Tests/LibWeb/Text/input/navigation/iframe-navigate-srcdoc.html | 1 + Tests/LibWeb/Text/input/navigation/iframe-unloading-order.html | 1 + Tests/LibWeb/Text/input/navigation/navigation-navigate.html | 1 + .../input/navigation/remove-iframe-from-timeout-callback.html | 1 + Tests/LibWeb/Text/input/no-window-resize-on-load.html | 1 + .../non-html-mixed-case-element-name-selector-matching.html | 1 + Tests/LibWeb/Text/input/output-value.html | 1 + Tests/LibWeb/Text/input/performance-navigation.html | 1 + .../Text/input/quirks-mode-case-insensitive-class-selector.html | 2 +- Tests/LibWeb/Text/input/radio-node-list.html | 1 + .../input/regress/console-log-bogus-formatting-specifier.html | 1 + Tests/LibWeb/Text/input/resize-scrollable-box.html | 1 + .../sameobject-behavior-for-htmlcollection-properties.html | 1 + .../Text/input/scripted-dom-insertion-during-html-parse.html | 1 + Tests/LibWeb/Text/input/scroll-into-view-center.html | 1 + Tests/LibWeb/Text/input/scroll-into-view-end.html | 1 + Tests/LibWeb/Text/input/scroll-into-view-start.html | 1 + Tests/LibWeb/Text/input/scroll-left-and-top-on-colgroup.html | 1 + Tests/LibWeb/Text/input/select-options-limit.html | 1 + Tests/LibWeb/Text/input/select-text.html | 1 + Tests/LibWeb/Text/input/select.html | 1 + Tests/LibWeb/Text/input/selection-collapseToEnd.html | 1 + Tests/LibWeb/Text/input/selection-extend-across-siblings.html | 1 + Tests/LibWeb/Text/input/selection-extend-backwards.html | 1 + Tests/LibWeb/Text/input/selectionchange-event.html | 1 + Tests/LibWeb/Text/input/set-selection-inside-shadow-root.html | 1 + Tests/LibWeb/Text/input/set-timeout-with-no-active-script.html | 1 + Tests/LibWeb/Text/input/setInterval.html | 1 + Tests/LibWeb/Text/input/setTimeout.html | 1 + .../Text/input/setting-display-none-should-nuke-subtree.html | 1 + Tests/LibWeb/Text/input/shadow-root-adopted-style-sheets.html | 1 + Tests/LibWeb/Text/input/shadow-root-style-sheets.html | 1 + Tests/LibWeb/Text/input/show-non-modal-dialog.html | 1 + .../Text/input/synthetic-event-constructor-istrusted-check.html | 1 + Tests/LibWeb/Text/input/table-cell-without-table-ancestor.html | 1 + Tests/LibWeb/Text/input/test-http-test-server.html | 1 + Tests/LibWeb/Text/input/textarea-maxlength.html | 1 + Tests/LibWeb/Text/input/textarea-readonly.html | 1 + .../Text/input/textarea-selection-start-selection-end.html | 1 + Tests/LibWeb/Text/input/textarea-value.html | 1 + Tests/LibWeb/Text/input/title-with-meta-title.html | 1 + Tests/LibWeb/Text/input/title.html | 1 + Tests/LibWeb/Text/input/unclosed-body-element.html | 1 + Tests/LibWeb/Text/input/unclosed-html-element.html | 1 + Tests/LibWeb/Text/input/video-canceled-load.html | 1 + Tests/LibWeb/Text/input/video-failed-load.html | 1 + Tests/LibWeb/Text/input/video-gc.html | 1 + Tests/LibWeb/Text/input/window-event-property-setter.html | 1 + Tests/LibWeb/Text/input/window-proxy-numeric-own-property.html | 1 + Tests/LibWeb/Text/input/window-proxy-property-inline-cache.html | 1 + Tests/LibWeb/Text/input/window-scroll-while-parsing.html | 1 + Tests/LibWeb/Text/input/window-scrollTo.html | 1 + 536 files changed, 536 insertions(+), 4 deletions(-) diff --git a/Tests/LibWeb/Text/data/blank.html b/Tests/LibWeb/Text/data/blank.html index e69de29bb2d..0e76edd65b7 100644 --- a/Tests/LibWeb/Text/data/blank.html +++ b/Tests/LibWeb/Text/data/blank.html @@ -0,0 +1 @@ + diff --git a/Tests/LibWeb/Text/data/history-pushstate-iframe.html b/Tests/LibWeb/Text/data/history-pushstate-iframe.html index 1f227bb5238..1c989f0d835 100644 --- a/Tests/LibWeb/Text/data/history-pushstate-iframe.html +++ b/Tests/LibWeb/Text/data/history-pushstate-iframe.html @@ -1,3 +1,4 @@ + diff --git a/Tests/LibWeb/Text/data/iframe-test-content-2.html b/Tests/LibWeb/Text/data/iframe-test-content-2.html index d651bcbb303..18617ae0ee3 100644 --- a/Tests/LibWeb/Text/data/iframe-test-content-2.html +++ b/Tests/LibWeb/Text/data/iframe-test-content-2.html @@ -1,3 +1,4 @@ + diff --git a/Tests/LibWeb/Text/data/iframe-with-border-radius-svg.html b/Tests/LibWeb/Text/data/iframe-with-border-radius-svg.html index 62434fc1be0..c5f4c5863a8 100644 --- a/Tests/LibWeb/Text/data/iframe-with-border-radius-svg.html +++ b/Tests/LibWeb/Text/data/iframe-with-border-radius-svg.html @@ -1,3 +1,4 @@ + diff --git a/Tests/LibWeb/Text/input/UIEvents/MouseEvent-bubbling.html b/Tests/LibWeb/Text/input/UIEvents/MouseEvent-bubbling.html index c2e56fe29f3..96cfb37b03a 100644 --- a/Tests/LibWeb/Text/input/UIEvents/MouseEvent-bubbling.html +++ b/Tests/LibWeb/Text/input/UIEvents/MouseEvent-bubbling.html @@ -1,3 +1,4 @@ + diff --git a/Tests/LibWeb/Text/input/css/keyframes-css-rules.html b/Tests/LibWeb/Text/input/css/keyframes-css-rules.html index d920b1cd6da..82cb500d235 100644 --- a/Tests/LibWeb/Text/input/css/keyframes-css-rules.html +++ b/Tests/LibWeb/Text/input/css/keyframes-css-rules.html @@ -1,3 +1,4 @@ + diff --git a/Tests/LibWeb/Text/input/css/sending-animationcancel-event-crash.html b/Tests/LibWeb/Text/input/css/sending-animationcancel-event-crash.html index dfa5b6856c7..cf378e6f013 100644 --- a/Tests/LibWeb/Text/input/css/sending-animationcancel-event-crash.html +++ b/Tests/LibWeb/Text/input/css/sending-animationcancel-event-crash.html @@ -1,3 +1,4 @@ +