.. |
Form-indexed-property-access.html
|
b5ec520f84
LibWeb: Implement named and indexed property access for HTMLFormElement
|
hai 1 ano |
Form-named-property-access.html
|
a17074422e
LibWeb: Reset form association when any element with an ID changes
|
hai 1 ano |
FormData-append-blob-with-type.html
|
bb38cc1010
LibWeb: Do not blindly create File objects when adding FormData entries
|
hai 1 ano |
FormData-append-with-emoji-in-name.html
|
ec081a2ef5
LibWeb: Don't crash on FormData.append() with emoji in name
|
hai 1 ano |
HTMLAllCollection-basic.html
|
851114e462
LibWeb/Tests: Add a basic set of tests for document.all
|
hai 1 ano |
HTMLElement-click.html
|
db0519ddc1
LibWeb: Fire a pointer event on synthetic clicks
|
hai 1 ano |
HTMLElement-isContentEditable.html
|
e3c75d7b6f
LibWeb: Add HTMLElement::is_content_editable()
|
hai 1 ano |
HTMLElement-offsetFoo-in-table-cell.html
|
cfe9577b48
LibWeb: Bring HTMLElement.offset{Left,Top,Parent} closer to spec
|
hai 1 ano |
HTMLInputElement-valueAsNumber.html
|
d503fd51ec
LibWeb: Add test for valueAsNumber
|
hai 1 ano |
HTMLProgressElement-detached.html
|
e795c24fdd
LibWeb: Don't crash when modifying detached progress element attributes
|
hai 1 ano |
HTMLProgressElement-set-attributes.html
|
3a7a84f39b
LibWeb: Limit progress element attribute values to the correct ranges
|
hai 1 ano |
HTMLScriptElement-supports-importmap.html
|
e487f70bbf
LibWeb: Support "importmap" scripts
|
hai 1 ano |
HTMLSelectElement-with-detached-option.html
|
2227674b91
LibWeb: Don't crash when updating a select with detached option elements
|
hai 1 ano |
ImageData-create-with-size.html
|
c08ba8ac4c
LibWeb: Fix `new ImageData(width, height)` when width != height
|
hai 1 ano |
Navigation-object-properties.html
|
6c1944ee61
LibWeb: Flesh out apply the history step to setup the navigation API
|
hai 1 ano |
StructuredClone-array-buffer-views.html
|
5ae9b2fdaf
LibWeb: Add {de}serialization steps for TypedArrayBuffers and DataViews
|
hai 1 ano |
StructuredClone-object-primitives.html
|
d269ac611e
Tests/LibWeb: Prove we do not fail serialization of empty arrays
|
hai 1 ano |
StructuredClone-primitives.html
|
77b1469900
Tests/LibWeb: Prove we do not fail serialization of empty strings
|
hai 1 ano |
StructuredClone-serializable-FileList.html
|
c92f556aa5
LibWeb: Add {,de}serialization steps for FileList
|
hai 1 ano |
StructuredClone-serializable-objects.html
|
5397340724
LibWeb: Add {,de}serialization steps for DOMQuad
|
hai 1 ano |
Window-event-handler-in-detached-DOM.html
|
b98a2be96b
LibWeb: Ignore window-forwarded document.body.onfoo in detached DOM
|
hai 1 ano |
Window-named-properties-elements.html
|
5949e3c3e8
LibWeb: Implement named property access AOs on Window
|
hai 1 ano |
Window-named-properties-iframe.html
|
64899dba44
LibWeb: Implement document-tree child navigable target name property set
|
hai 1 ano |
Window-opener.html
|
fc1f037cd1
LibWeb: Implement the `window.opener` attribute
|
hai 1 ano |
Window-postMessage.html
|
08a3c562f3
LibWeb: Resolve postMessage test promises if iframes already loaded
|
hai 1 ano |
Window-prototype.html
|
247f12d7b0
LibWeb: Insert WindowProperties object into Window's prototype chain
|
hai 1 ano |
Window-set-properties.html
|
2505cecc0f
LibWeb: Exclude [Global] interfaces from legacy platform object methods
|
hai 1 ano |
WindowProxy-Get-after-detaching-from-browsing-context.html
|
ad843b6e4a
LibWeb: Don't crash when accessing property in detached Window object
|
hai 1 ano |
button-attributes.html
|
158d9a5921
LibWeb: Ensure enumerated attributes are always limited to known values
|
hai 1 ano |
canvas-getImageData-oblong.html
|
134c4b6335
LibWeb: Fix CRC2D.getImageData() when width != height
|
hai 1 ano |
click-label-with-display-none-checkbox.html
|
f932d5d825
LibWeb: Look for labeled control in DOM tree instead of layout tree
|
hai 1 ano |
cross-origin-window-properties.html
|
3876875bd8
LibWeb: Stub out missing cross origin properties on the window object
|
hai 1 ano |
crossOrigin-attribute.html
|
aabf1a65b1
LibWeb: Align CORSSettingsAttribute values with the specification
|
hai 1 ano |
custom-elements-throw-in-constructor.html
|
48e11a1f12
LibWeb: Empty CE reaction queue instead of destroying it on exception
|
hai 1 ano |
datalist-element.html
|
3e507102ea
LibWeb: Add datalist element options property
|
hai 1 ano |
form-image-submission.html
|
94c67c364d
LibWeb: Implement HTMLInputElement's selected coordinates
|
hai 1 ano |
form-implicit-submission.html
|
5d1657f57f
LibWeb: Implement implicit submission of HTMLFormElement
|
hai 1 ano |
get-innerHTML.html
|
87a4a5b302
LibWeb: Remove FIXMe's for HTML attribute serialization steps
|
hai 1 ano |
iframe-load-event-for-bad-xml.html
|
4a795bef48
Tests/LibWeb: Fix iframe-load-event-for-bad-xml.html test
|
hai 1 ano |
iframe-reload-on-src-or-srcdoc-change.html
|
5af058d2b6
LibWeb: Only reload iframe on src/srcdoc attribute changes, not all
|
hai 1 ano |
img-src-in-innerHTML-crash.html
|
70193c0009
LibWeb: Let Document have a direct GCPtr to its containing Web::Page
|
hai 1 ano |
import-maps.html
|
e487f70bbf
LibWeb: Support "importmap" scripts
|
hai 1 ano |
import-maps.js
|
e487f70bbf
LibWeb: Support "importmap" scripts
|
hai 1 ano |
map-element.html
|
7fa45c5fdf
LibWeb: Add map element areas property
|
hai 1 ano |
navigator-beacon.html
|
9939b028c6
LibWeb: Add basic Navigator send beacon support
|
hai 1 ano |
outerHTML.html
|
870a954e11
LibWeb: Implement Element.outerHTML
|
hai 1 ano |
pre-width.html
|
089a98607c
LibWeb: Add HTMLPreElement width property
|
hai 1 ano |
select-setValue-after-construction.html
|
58b5181364
LibWeb: Skip select element internal shadow tree update unless it exists
|
hai 1 ano |
set-innerHTML-details.html
|
ff48b7333c
LibWeb: Remove shadow roots from elements that are removed from the DOM
|
hai 1 ano |
set-innerHTML-input.html
|
ff48b7333c
LibWeb: Remove shadow roots from elements that are removed from the DOM
|
hai 1 ano |
set-innerHTML-textarea.html
|
ff48b7333c
LibWeb: Remove shadow roots from elements that are removed from the DOM
|
hai 1 ano |
set-innerHTML-with-script.html
|
4135c3885c
LibWeb: Only wait for document to be ready for scripts if executing one
|
hai 1 ano |
tbody-insert-row.html
|
c11f710628
LibWeb: Fix bogus insertion logic in HTMLTableSectionElement.insertRow()
|
hai 1 ano |