ladybird/Tests/LibWeb/Text/input
Sam Atkins 26acd897bf LibWeb: Produce computed values for custom properties
Custom properties are required to produce a computed value just like
regular properties. The computed value is defined in the spec as
"specified value with variables substituted, or the guaranteed-invalid
value", though in reality all arbitrary substitution functions should be
substituted, not just `var()`.

To support this, we parse the CSS-wide keywords normally in custom
properties, instead of ignoring them. We don't yet handle all of them
properly, and because that will require us to cascade them like regular
properties. This is just enough to prevent regressions when implementing
ASFs.

Our output in this new test is not quite correct, because of the awkward
way we handle whitespace in property values - so it has 3 spaces in the
middle instead of 1, until that's fixed.

It's possible this computed-value production should go in
cascade_custom_properties(), but I had issues with that. Hopefully once
we start cascading custom properties properly, it'll be clearer how
this should all work.
2025-07-09 16:44:20 +01:00
..
base LibWeb: Make a elements honor base element's target 2025-02-16 09:21:52 +01:00
canvas LibWeb: Add OffscreenCanvas tests 2025-06-30 09:46:21 -06:00
Clipboard Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
Compression Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
console Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
Crypto LibCrypto+LibWeb: Check RSA keys validity on SubtleCrypto import_key 2025-06-25 12:21:28 +12:00
css LibWeb: Produce computed values for custom properties 2025-07-09 16:44:20 +01:00
CSSOMView Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
DOM LibWeb: Update attribute name validation in Element.setAttribute() 2025-06-19 11:00:53 +01:00
Editing LibWeb/Editing: Handle no active range in queryCommandState 2025-05-26 23:36:44 +02:00
Encoding AK: Replace surrogates in String::from_utf8_with_replacement_character 2025-07-06 04:30:17 +12:00
Fetch Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
FileAPI Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
geometry IDLGenerators: Fix Exposed extended attribute codegen 2025-06-30 11:39:16 -06:00
hit_testing LibWeb: Don't hit test anonymous containers if there are no fragments 2025-07-05 23:56:42 +01:00
HTML LibWeb: Avoid infinite loop in HTMLElement.scrollParent 2025-06-30 20:38:21 +01:00
Internals LibWeb: Add an Internals.headless attribute 2024-12-10 10:31:47 -08:00
IntersectionObserver LibWeb: Ignore boxes without layout node in intersection observer steps 2025-04-14 17:01:53 +02:00
layout-tree-update Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
Messaging Tests: Rearrange log order in Messaging-post-channel-over-channel.html 2025-04-11 17:13:06 +02:00
MutationObserver Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
navigation LibWeb/HTML: Set a fetch client for javascript URL navigations 2025-05-23 16:39:13 +02:00
PerformanceObserver Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
popover LibWeb: Light dismiss popovers on click 2025-04-28 19:41:38 -06:00
regress Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
ResizeObserver LibWeb: Null layout and paintable pointers of removed DOM::Node 2024-02-20 10:55:10 +01:00
ServiceWorker LibWeb: Add most of ServiceWorker Update algorithm 2024-10-23 11:33:28 -06:00
ShadowDOM Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
Streams Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
SVG Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
UIEvents LibWeb: Don't double-dispatch click events on a label's child input 2025-04-15 12:34:24 +01:00
URL Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
Wasm Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
WebAnimations LibWeb: Resolve conflicts in compute_keyframe_values correctly 2025-06-23 15:19:07 +01:00
WebAudio Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
WebSocket Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
Worker LibWeb: Don't expose XMLHttpRequest.responseXML in workers 2025-07-01 01:03:58 +02:00
wpt-import Tests: Import some custom-property tests 2025-07-09 16:44:20 +01:00
XHR Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
XHTML LibWeb: Added tests for missing xmlns during XHMTL parsing 2024-10-13 00:24:25 +02:00
XML Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
abortsignal-abort.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
abortsignal-any.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
abortsignal-timeout.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
abspos-child-inside-abspos-table.html LibWeb: Accept TableWrapper as containing block for abspos items 2025-01-21 15:24:05 +01:00
alert.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
all-window-properties.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
anchor-element-covered-by-pseudoelement.html LibWeb: Unit test for Anchor element covered by pseudo-element 2025-06-09 16:20:43 +01:00
anchor-element-with-javascript-url-href.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
append-child-must-update-layout-tree.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
Attr-cloneNode.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
backdrop-receives-element-events.html LibWeb: Dispatch pointer events to ::backdrop originating element 2025-04-09 12:10:42 +01:00
background-position-xy.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
background-style-declaration-cssText-crash.html LibWeb: Parse background positions as shorthands 2024-12-30 11:07:53 +01:00
basic.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
body-background-color-red.css LibWeb: Forward media attribute from link element to loaded style sheet 2023-06-11 06:05:03 +02:00
border-radius-div-containing-iframe-with-border-radius-svg.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
canvas-changed-width-attribute.html LibWeb: Notify canvas context when width or height attribute is changed 2024-12-28 10:37:15 +01:00
checkbox-focus-lost-no-change-event.html LibWeb: Update checkbox focus lost test 2024-11-22 13:58:36 +00:00
clipboard.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
close-non-modal-dialog.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
CloseWatcher-abort-requestClose.html LibWeb: Handle abort signal in CloseWatcher 2024-12-07 12:06:53 +00:00
CloseWatcher-already-aborted.html LibWeb: Handle abort signal in CloseWatcher 2024-12-07 12:06:53 +00:00
CloseWatcher-fire-once.html LibWeb: Handle abort signal in CloseWatcher 2024-12-07 12:06:53 +00:00
collapse-selection-inside-shadow-root.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
contenteditable-should-insert-into-nested-node.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
cookie.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
createBitmap.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
css-shadow-host-selector-matching.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
css-transform-transition-to-none-invalidation.html LibWeb: Fix CSS transform invalidation when transitioning to none 2025-03-15 13:30:45 +01:00
CSSStyleDeclaration-custom-properties-3838.html LibWeb: Invalidate element with CSS custom props on attribute changes 2025-03-13 19:20:37 +01:00
custom-property-from-parent.html LibWeb/CSS: Check for matching custom properties on parent elements 2024-11-22 00:32:19 +01:00
dialog-light-dismiss.html LibWeb: Light dismiss dialogs on click 2025-04-28 19:41:38 -06:00
document-adopted-style-sheets.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
document-computed-mimetype.html LibWeb: Check charset UTF-16LE/BE separately for UTF-8 conversion 2025-02-24 14:51:41 +01:00
document-scrollingElement-quirks-mode.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
document-scrollingElement.html LibWeb: Implement document.scrollingElement 2024-02-15 22:51:15 -05:00
DOMTokenList-supports.html LibWeb: Flesh out DOMTokenList::supports() implementation 2024-05-16 20:31:23 +02:00
element-get-bounding-client-rect-css-transform.html LibWeb: Apply transform origin in Element::get_client_rects() 2024-03-07 00:28:29 +01:00
element-get-bounding-client-rect-of-sticky.html LibWeb: Don't re-invent println for sticky element test 2024-10-24 20:41:30 -04:00
element-get-bounding-client-rect-scroll-offset.html LibWeb: Account for scroll offset in Element::get_client_rects() 2024-03-17 13:32:04 +01:00
element-get-client-rects.html LibWeb: Follow the spec more precisely in Element::getClientRects() 2024-01-30 14:50:25 +01:00
Element-offsetParent-of-iframe.html LibWeb: Don't crash in offset_parent() if no ancestor element found 2024-02-29 21:54:53 -05:00
element-scroll-event.html LibWeb: Fire "scroll" events on DOM elements 2024-04-23 11:00:35 +02:00
element-scrollby-event.html LibWeb: Implement Element::scroll(HTML::ScrollToOptions) 2024-05-07 17:21:52 -06:00
Element-scrollby-negative-scroll-offset-crash.html LibWeb: Clamp paintable box maximum scroll offset to 0 2024-07-22 09:13:25 +02:00
Element-toggleAttribute-invalid-name.html LibWeb: Update attribute name validation in Element.toggleAttribute 2025-06-19 11:00:53 +01:00
failed-img-should-not-delay-load-event-forever.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
favicon-in-inactive-document.html LibWeb: Skip HTMLLinkElement resource fetching for documents without BC 2024-04-25 09:31:01 +02:00
fieldset-elements.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
focus-chain.html LibWeb: Don't compare the focus chain's GC::Root contents by reference 2025-01-30 19:30:44 +01:00
focus-contenteditable.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
focus-events.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
form-formEnctype-attribute.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
form-formMethod-attribute.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
form-method-attribute.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
form-method-dialog.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
form-requestSubmit.html LibWeb: Implement HTMLFormElement.requestSubmit() 2024-02-16 17:21:48 -05:00
get-bounding-client-rect-display-none.html LibWeb: Add null check for get_client_rects() on non paintable elements 2024-04-24 18:04:28 +02:00
get-bounding-client-rect.html LibWeb: Prevent calling test() twice 2023-12-22 16:49:06 +01:00
getComputedStyle-grid-template-rows-columns.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
global-performance-property.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
html-form-controls-collection.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
html-parser-duplicate-attributes.html LibWeb: Deduplicate attributes when emitting start and end tags 2024-10-01 11:04:28 +02:00
html-parser-text-in-table-hoisting.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
htmlcollection-property-set-existing.html LibWeb: PlatformObject::DefineOwnProperty fix 'has own property' check 2024-12-20 15:10:24 +01:00
HTMLInputElement-edit-value.html LibWeb: Allow keyboard input to alter email inputs 2024-12-30 11:04:16 +01:00
HTMLLinkElement-disabled.html LibWeb: Unset stylesheet properties when removing from a StyleSheetList 2024-04-16 07:41:33 +02:00
HTMLLinkElement-explicitly-enabled-alternative-stylesheets.html LibWeb: Support loading alternative style sheets 2024-04-17 07:12:44 +02:00
http-non-ascii-content-type.html LibWeb: Avoid re-encoding response headers 2024-12-17 13:44:10 +01:00
http-reason-phrase-propagation.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
idl-handling-of-null-attribute.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
iframe-load-event-for-xml-src.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
iframe-removed-asyncronously.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
include.js LibWeb: Rename internals.signalTextTestIsDone() to signalTestIsDone() 2025-03-18 20:09:46 +01:00
input-blur.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
input-click-to-unfocus.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
input-commit-on-unfocus.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
input-commit.html LibWeb: Do not insert "return" key presses into input element values 2025-03-22 17:27:45 +01:00
input-date.html LibWeb: Restore flags to prevent formatting timestamps as local time 2025-06-25 23:41:04 +02:00
input-element-file-value.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
input-file-accept.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
input-file.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
input-image.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
input-maxlength.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
input-number-float.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
input-number.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
input-readonly.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
input-value.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
internals.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
interpolation-longhand-properties.html LibWeb: Begin adding a longhand properties test 2024-03-03 19:50:25 +01:00
invalid-transform-interpolation-does-not-crash.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
invalid-transform-origin.html LibWeb: Don't crash with invalid transform-origin values 2025-07-01 14:19:10 +01:00
invalidate-style-of-element-with-placeholder-shown-used-on-nested-element.html LibWeb: Add missing handler in affected_by_invalidation_property() 2025-01-26 00:52:38 +01:00
invlidate-properties-with-relative-units-in-inherited-style-update.html LibWeb: Recompute relative units in Element::recompute_inherited_style() 2025-01-26 23:10:58 +01:00
is-collapsed.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
iterating-over-storage.html LibWeb: Fix infinite loop in Storage::internal_own_property_keys 2024-10-25 12:42:29 +02:00
js-export-rename-helper.js LibJS: Fix mix-up when re-exporting an imported symbol with a new name 2024-09-02 17:14:21 +02:00
js-export-rename-module.js LibJS: Fix mix-up when re-exporting an imported symbol with a new name 2024-09-02 17:14:21 +02:00
js-export-rename.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
link-changed-rel.html LibWeb: Only reload link on rel change if it became a stylesheet 2025-01-20 18:21:20 +01:00
link-element-media-attribute.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
link-element-media-change-off.html LibWeb: Convert some sync tests to be async 2024-10-03 07:07:28 -04:00
link-element-media-change.html LibWeb: Convert some sync tests to be async 2024-10-03 07:07:28 -04:00
link-element-onload-attribute.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
link-element-rel-preload-load-event.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
link-element-search.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
link-re-enable-crash.html LibWeb: Implement more of the "script-blocking style sheet" mechanism 2025-04-20 14:54:21 +02:00
link_as.html LibWeb: Added HTMLLinkElement.as Tests 2024-06-13 07:58:11 +02:00
localStorage.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
math-with-inline-child.html LibWeb: Layout all math elements using InternalDummy context 2024-10-16 19:51:36 +02:00
module-script-in-head.html LibWeb: Rename internals.signalTextTestIsDone() to signalTestIsDone() 2025-03-18 20:09:46 +01:00
namespace-object-prototype.html IDLGenerators: Set namespace object prototype to Object.prototype 2024-04-26 20:02:42 +02:00
namespace-objects-default-property-attributes.html LibWeb: Make namespace attributes writable and configurable by default 2025-02-07 15:36:02 +01:00
no-window-resize-on-load.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
non-html-mixed-case-element-name-selector-matching.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
object-with-unsupported-type-in-data-attribute.html LibWeb: Use Fetch to retrieve HTMLObjectElement data URLs 2024-12-10 10:37:01 -08:00
output-value.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
overflow-with-zero-sized-box.html LibWeb: Avoid division by zero when calculating scrollbar rect 2024-03-17 12:54:02 +01:00
parse-document-from-string-in-fetch-callback.html LibWeb: Add test when networking task is interrupted by networking task 2024-04-13 12:07:33 +02:00
performance-navigation.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
performance-now.html LibWeb: Report performance based timestamps relative to ESO time origin 2025-01-27 14:53:33 +01:00
position-serialization.html LibWeb: Properly serialize position/edge style values 2024-12-13 11:35:38 +00:00
ProcessingInstruction-cloneNode.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
query-scroll-size-of-inline-node.html LibWeb: Add missing check if scrollable overflow defined for paintable 2024-10-21 15:57:19 +02:00
quirks-mode-case-insensitive-class-selector.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
radio-button-focus-lost-no-change-event.html LibWeb: Stop radio buttons firing change events when losing focus 2024-11-22 13:58:36 +00:00
radio-node-list.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
request-animation-frame-order.html LibWeb: Make request-animation-frame-order test async 2024-03-30 19:26:58 +01:00
reset-input-element.html LibWeb: Implement activation behavior on input[type=reset] 2024-10-11 07:40:49 +01:00
resize-scrollable-box.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
resolve-css-overflow-effective-value.html LibWeb: Resolve effective overflow-x and overflow-y according to spec 2024-02-06 08:39:06 +01:00
sameobject-behavior-for-htmlcollection-properties.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
script-src-set-after-insertion.html LibWeb: Prepare script when src is set the first time 2024-07-09 20:30:27 +01:00
script-src-set-after-insertion.js LibWeb: Prepare script when src is set the first time 2024-07-09 20:30:27 +01:00
scripted-dom-insertion-during-html-parse.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
scroll-by-dispatching-wheel-event-on-overflow-scroll-without-scrollable-overflow.html LibWeb: Fix unnecessary wheel event consumption with overflow: scroll 2025-01-31 00:11:34 +01:00
scroll-during-page-load.html LibWeb: Respect scroll position set by script during page load 2025-03-10 17:14:13 +01:00
scroll-into-view-center.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
scroll-into-view-end.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
scroll-into-view-start.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
scroll-left-and-top-on-colgroup.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
scroll-to-fragment.html LibWeb: Scroll to the "start" in Document::scroll_to_fragment() 2023-12-19 20:59:52 +01:00
scroll-window-using-wheel-event.html LibWeb: Ignore mousewheel events in ViewportPaintable 2024-04-18 12:27:24 +02:00
scrollable-viewport-with-position-fixed.html LibWeb: Exclude fixed positioned boxes from scrollable overflow 2025-04-25 14:07:38 +02:00
select-options-limit.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
select-text.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
select.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
selection-collapseToEnd.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
selection-extend-across-siblings.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
selection-extend-backwards.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
selection-modify.html LibWeb: Implement Selection.modify 2025-06-30 10:44:32 +01:00
selection-over-multiple-code-units.html Tests: Unskip selection-over-multiple-code-units.html test 2025-07-03 10:27:39 +01:00
Selection-setBaseAndExtent-without-common-root.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
selectionchange-event.html LibWeb: Do not override whitespace handling for editable elements 2025-05-16 12:08:29 +01:00
selectionchange-on-textarea.html LibWeb: Fix selectionchange event dispatch on text control elements 2024-11-01 15:06:09 +01:00
set-selection-inside-shadow-root.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
set-timeout-with-no-active-script.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
setInterval.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
setTimeout.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
setting-display-none-should-nuke-subtree.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
shadow-root-adopted-style-sheets.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
shadow-root-style-sheets.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
show-non-modal-dialog.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
subtle-crypto-hkdf-salt-empty-or-none.html LibWeb: Test subtleties in HKDF 'salt' interpretation 2024-10-23 11:33:58 -06:00
synthetic-event-constructor-istrusted-check.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
table-cell-without-table-ancestor.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
test-http-test-server.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
text-insertData.html LibWeb: Use UTF-16 code units length in CharacterData::replace_data() 2024-11-06 05:46:30 +00:00
textarea-maxlength.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
textarea-readonly.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
textarea-selection-start-selection-end.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
textarea-value.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
theme-color-crash.html LibWeb: Check for missing node or invalid query in obtain_theme_color 2025-01-12 19:47:01 +00:00
title-with-meta-title.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
title.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
unclosed-body-element.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
unclosed-html-element.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
usvstring-url-reflection.html LibWeb: Use [URL] extended attribute for HTMLInputElement.src 2024-11-26 23:20:20 +00:00
valid.css
video-canceled-load.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
video-failed-load.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
video-gc.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
wheel-events-consumed-by-scrollable-should-not-be-propagated-to-body-2.html LibWeb: Skip page scrolling for wheel events consumed by scrollable box 2024-03-17 09:33:16 +01:00
wheel-events-consumed-by-scrollable-should-not-be-propagated-to-body.html LibWeb: Skip page scrolling for wheel events consumed by scrollable box 2024-02-29 13:18:57 +01:00
window-event-property-setter.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
window-proxy-numeric-own-property.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
window-proxy-property-inline-cache.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
window-scroll-while-parsing.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
window-scrollTo.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00