.. |
a-element-set-protocol-on-href.txt
|
LibWeb: Actually perform "update the href steps"
|
2024-08-08 14:59:42 +01:00 |
anchor-element-url-invalid-unicode-pathname.txt
|
LibURL+Everywhere: Only percent decode URL paths when actually needed
|
2024-08-05 09:58:13 +02:00 |
button-attributes.txt
|
|
|
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 |
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: Don't crash on clicking a label with an associated text input
|
2024-05-28 08:07:05 +02:00 |
click-label-with-display-none-checkbox.txt
|
|
|
cross-origin-window-properties.txt
|
LibWeb: Stub out missing cross origin properties on the window object
|
2024-04-02 07:46:16 +02:00 |
crossOrigin-attribute.txt
|
LibWeb: Implement HTMLImageElement.crossOrigin
|
2024-06-05 05:42:47 +01:00 |
custom-elements-throw-in-constructor.txt
|
|
|
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 |
dir-slot-auto-directionality.txt
|
LibWeb: Don't crash when determining slot element auto directionality
|
2024-09-10 15:59:01 -04:00 |
drag-and-drop.txt
|
LibWeb: Implement the DataTransfer files attribute
|
2024-08-19 13:29:19 +02:00 |
Element-checkVisibility.txt
|
LibWeb: Implement Element::check_visibility
|
2024-07-20 09:14:50 +01: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-element-enctype.txt
|
LibWeb: Implement HTMLFormElement.encoding
|
2024-05-26 07:47:59 +02:00 |
form-image-submission.txt
|
|
|
form-implicit-submission.txt
|
LibWeb: Create BlockContainer layout node for <input type="button">
|
2024-06-14 07:58:55 +02:00 |
Form-indexed-property-access.txt
|
|
|
Form-named-property-access.txt
|
|
|
formAction-attribute.txt
|
LibWeb: Implement HTMLInputElement.formAction
|
2024-09-08 09:45:57 +02:00 |
FormData-append-blob-with-type.txt
|
|
|
FormData-append-with-emoji-in-name.txt
|
|
|
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
|
|
|
History-pushState-change-query.txt
|
LibWeb: Allow changing the query of file:// URL via history.pushState()
|
2024-08-06 16:33:23 +02:00 |
HTMLAllCollection-basic.txt
|
LibWeb/Tests: Add a basic set of tests for document.all
|
2024-04-01 14:41:00 +02:00 |
HTMLElement-click.txt
|
LibWeb: Fire a pointer event on synthetic clicks
|
2024-04-08 14:25:08 +02:00 |
HTMLElement-isContentEditable.txt
|
|
|
HTMLElement-labels.txt
|
LibWeb: Implement the labels attribute for all labelable elements
|
2024-05-18 18:09:18 +02:00 |
HTMLElement-offsetFoo-in-table-cell.txt
|
|
|
HTMLFormElement-action.txt
|
LibWeb: Resolve HTMLFormElement.action relative to document base URL
|
2024-09-08 09:45:57 +02:00 |
HTMLInputElement-cloning-steps.txt
|
LibWeb: Implement cloning steps for HTMLInputElement
|
2024-08-25 09:48:19 +02:00 |
HTMLInputElement-invalid-time-digits.txt
|
LibWeb: Don't crash when parsing HTMLInputElement invalid time values
|
2024-08-20 23:30:35 +01: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: Make input type state change handling specification compliant
|
2024-09-10 16:12:58 +01:00 |
HTMLLabelElement-form.txt
|
LibWeb: Implement the HTMLLabelElement.form attribute
|
2024-05-18 11:04:04 +02:00 |
HTMLMediaElement-addTextTrack.txt
|
LibWeb/HTML: Implement HTMLMediaElement.addTextTrack
|
2024-07-26 09:30:19 +02: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: Implement the HTMLOptionElement.form attribute
|
2024-05-16 08:03:13 +02:00 |
HTMLOutputElement-htmlfor.txt
|
LibWeb: Implement the HTMLOutputElement.htmlFor attribute
|
2024-05-18 11:23:20 +02:00 |
HTMLProgressElement-detached.txt
|
|
|
HTMLProgressElement-set-attributes.txt
|
LibWeb: Limit HTMLProgressElement.max to positive values
|
2024-08-19 09:02:21 +02:00 |
HTMLScriptElement-supports-importmap.txt
|
LibWeb: Support "importmap" scripts
|
2024-04-15 10:11:54 +02:00 |
HTMLSelectElement-can-select-option-in-JS.txt
|
Tests: Add test for selection option in <select>
|
2024-07-26 09:15:39 +01:00 |
HTMLSelectElement-options-available-after-add.txt
|
Tests: Add tests for <select> element behavior
|
2024-07-25 16:58:12 +02:00 |
HTMLSelectElement-options-available-at-load.txt
|
Tests: Add tests for <select> element behavior
|
2024-07-25 16:58:12 +02:00 |
HTMLSelectElement-with-detached-option.txt
|
|
|
HTMLTableCellElement-cellIndex-attribute.txt
|
LibWeb: Implement HTMLTableCellElement.cellIndex
|
2024-08-07 00:53:38 +01:00 |
HTMLTextAreaElement-cloning-steps.txt
|
LibWeb: Implement cloning steps for HTMLTextAreaElement
|
2024-08-25 09:48:19 +02:00 |
HTMLTrackElement-kind-attribute.txt
|
LibWeb: Implement the HTMLTrackElement.kind attribute
|
2024-06-30 13:08:42 +02:00 |
HTMLTrackElement-readyState-attribute.txt
|
LibWeb: Implement HTMLTrackElement.readyState
|
2024-08-06 07:57:33 +01:00 |
iframe-load-event-for-bad-xml.txt
|
Tests/LibWeb: Fix iframe-load-event-for-bad-xml.html test
|
2024-04-18 21:17:01 +02:00 |
iframe-reload-on-src-or-srcdoc-change.txt
|
|
|
ImageData-create-with-size.txt
|
LibWeb: Fix new ImageData(width, height) when width != height
|
2024-04-15 11:27:34 +02:00 |
img-src-in-innerHTML-crash.txt
|
|
|
import-maps-invalid.txt
|
LibWeb: Don't crash with invalid import maps
|
2024-08-06 09:40:44 +02:00 |
import-maps.txt
|
LibWeb: Support "importmap" scripts
|
2024-04-15 10:11:54 +02: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 |
link-element-username-password-percent-encoded.txt
|
LibURL+LibWeb: Do not percent decode in password/username getters
|
2024-08-04 12:59:02 +01:00 |
loading-attribute.txt
|
LibWeb: Use a single test for loading attribute
|
2024-06-08 08:01:42 +02: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 |
map-element.txt
|
LibWeb: Add map element areas property
|
2024-04-24 15:23:45 +02:00 |
maxed-out-dimension-value.txt
|
LibWeb: Cap HTML dimension values at 17895700 (same as Firefox)
|
2024-07-20 06:41:25 +02:00 |
Navigation-object-properties.txt
|
|
|
navigator-beacon.txt
|
|
|
outerHTML.txt
|
LibWeb: Implement Element.outerHTML
|
2024-04-09 18:17:14 -04:00 |
pre-width.txt
|
|
|
pushState-navigation-event.txt
|
LibWeb: Fire navigation event as required in History.pushState()
|
2024-08-06 16:33:23 +02:00 |
referrerPolicy-attribute.txt
|
LibWeb: Test referrerPolicy attribute on all elements
|
2024-06-08 08:01:42 +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-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 |
select-setValue-after-construction.txt
|
|
|
set-innerHTML-details.txt
|
|
|
set-innerHTML-input.txt
|
|
|
set-innerHTML-inside-iframe-srcdoc-document.txt
|
LibWeb: Fix crash when setting innerHTML inside iframe srcdoc document
|
2024-08-29 06:24:18 +02:00 |
set-innerHTML-textarea.txt
|
|
|
set-innerHTML-with-script.txt
|
|
|
set-outerHTML.txt
|
LibWeb: Implement Element.outerHTML setter
|
2024-05-04 13:54:33 +02:00 |
short-legacy-color-value.txt
|
LibWeb: Fix StringView OOB access when parsing 3-character legacy color
|
2024-07-20 06:41:25 +02:00 |
StructuredClone-array-buffer-views.txt
|
|
|
StructuredClone-object-primitives.txt
|
|
|
StructuredClone-primitives.txt
|
|
|
StructuredClone-serializable-FileList.txt
|
|
|
StructuredClone-serializable-objects.txt
|
|
|
submit-button-click-when-disabled.txt
|
LibWeb: Don't proceed with Element.click() on disabled form controls
|
2024-07-26 14:25:04 +02:00 |
tabIndex-attribute.txt
|
LibWeb/SVG: Implement default_tab_index_value for a element
|
2024-08-14 20:39:35 +01:00 |
tbody-insert-row.txt
|
|
|
Window-event-handler-in-detached-DOM.txt
|
|
|
Window-find.txt
|
LibWeb: Implement a minimal version of Window.find()
|
2024-06-27 10:09:39 +02:00 |
Window-iterate-properties.txt
|
LibWeb: Exclude [Global] interfaces from legacy platform object method
|
2024-04-26 20:02:21 +02:00 |
Window-named-properties-elements.txt
|
|
|
Window-named-properties-iframe.txt
|
|
|
Window-opener.txt
|
|
|
Window-postMessage.txt
|
|
|
Window-prototype.txt
|
|
|
Window-set-properties.txt
|
|
|
WindowOrWorkerGlobalScope-reportError.txt
|
LibWeb: Populate filename in WindowOrWorkerGlobalScope.reportError()
|
2024-07-08 11:26:24 +02:00 |
WindowProxy-Get-after-detaching-from-browsing-context.txt
|
|
|