.. |
base
|
LibWeb: Use base URL for link loading
|
2024-08-13 14:34:15 +01:00 |
canvas
|
LibWeb: Introduce color-function-specific style values
|
2024-08-21 10:51:48 +01:00 |
console
|
LibJS: Set empty prototype for console object
|
2024-08-12 17:21:01 +01:00 |
Crypto
|
LibWeb: Implement PBKDF2 deriveBits for SubtleCrypto
|
2024-04-04 21:00:40 +02:00 |
css
|
LibWeb: Make CSS::is_inherited_property(PropertyID) go fast
|
2024-09-08 09:45:31 +02:00 |
CSSOMView
|
LibWeb: Don't crash on getClientRects() in document without navigable
|
2024-08-05 14:56:04 +02:00 |
DOM
|
LibWeb: Abort dependent signals before firing abort event
|
2024-09-09 12:48:30 +02:00 |
Editing
|
LibWeb: Fix crashing after input into empty contenteditable
|
2024-02-24 08:09:01 +01:00 |
Encoding
|
LibWeb: Add TextEncoder encodeInto
|
2023-10-29 21:44:53 +01:00 |
Fetch
|
Tests/LibWeb: Move existing Fetch tests in under the Fetch folder
|
2024-07-23 09:02:21 +02:00 |
FileAPI
|
LibWeb: Implement Blob::bytes()
|
2024-07-26 10:21:32 +02:00 |
geometry
|
LibWeb/Geometry: Make DOMRect doubles unrestricted
|
2024-07-01 21:30:52 +01:00 |
hit_testing
|
LibWeb: Adjust stacking context position by scroll offset in hit-testing
|
2024-08-07 18:14:41 +02:00 |
HTML
|
LibWeb: Treat dates and times with repeated separators as invalid
|
2024-09-10 15:59:30 -04:00 |
IntersectionObserver
|
LibWeb: Do not include box's own scroll offset in get_client_rects()
|
2024-03-22 12:13:59 +01:00 |
Messaging
|
LibWeb: Ignore MessagePort.start() on already-closed port
|
2024-03-12 16:30:39 +01:00 |
MutationObserver
|
LibWeb: Fix null pointer dereference in DOM::Node::remove()
|
2023-11-20 20:50:53 +01:00 |
navigation
|
LibWeb: Update document url after same-document back/forward navigation
|
2024-04-21 12:41:36 +02:00 |
PerformanceObserver
|
LibWeb: Implement PerformanceObserver.supportedEntryTypes
|
2024-04-03 07:55:51 +02:00 |
ResizeObserver
|
LibWeb: Null layout and paintable pointers of removed DOM::Node
|
2024-02-20 10:55:10 +01:00 |
ShadowDOM
|
LibWeb: Make CSS :hover selector match shadow-inclusive ancestors
|
2024-08-25 12:53:08 +02:00 |
Streams
|
LibWeb: Capture incoming reason argument
|
2024-08-21 11:21:54 +01:00 |
SVG
|
LibWeb: Don't crash when calling getBBox() on the outermost SVG element
|
2024-09-07 14:35:02 +02:00 |
UIEvents
|
LibWeb: Do not unconditionally prevent escape keys from being propagated
|
2024-08-20 09:29:48 +02:00 |
URL
|
LibWeb: Sort URLSearchParams using UTF-16 code units
|
2024-08-17 07:44:13 +02:00 |
Wasm
|
LibWeb/WebIDL: Throw correct error when converting integers
|
2024-08-18 23:35:02 +02:00 |
WebAnimations
|
LibWeb: Parse easing values manually
|
2024-06-16 07:12:46 +02:00 |
WebAudio
|
LibWeb: Implement BaseAudioContext.createGain
|
2024-05-28 08:06:09 +02:00 |
Worker
|
LibWeb: Set correct prototype for WorkerLocation
|
2024-07-28 21:40:30 +02:00 |
XHR
|
LibWeb: Handle non-object JSON in XMLHttpRequest response
|
2024-05-04 14:11:10 +02:00 |
XHTML
|
LibWeb: Execute the correct script in XMLDocumentBuilder::element_end()
|
2024-07-25 15:05:28 +02:00 |
XML
|
LibXML: Include line and column numbers in parse error messages
|
2024-08-03 18:23:36 +02:00 |
abortsignal-abort.txt
|
LibWeb: Print more information about thrown DOMExceptions in the console
|
2024-03-20 15:18:44 -04:00 |
abortsignal-any.txt
|
LibWeb: Implement AbortSignal.any()
|
2024-03-12 09:31:41 +01:00 |
abortsignal-timeout.txt
|
LibWeb: Mark abort event as trusted before dispatching it
|
2024-03-12 09:31:41 +01:00 |
all-window-properties.txt
|
LibWeb/CSS: Add CSSOM types for @layer rules
|
2024-09-06 07:49:55 +02:00 |
anchor-element-with-javascript-url-href.txt
|
LibWeb: Bring CSS line-height closer to other engines
|
2024-01-12 15:04:06 +01:00 |
append-child-must-update-layout-tree.txt
|
LibWeb: Invalidate the layout tree on DOM node insertion
|
2023-06-06 09:06:27 +02:00 |
aria-attribute-reflection.txt
|
Tests: Add some colorful pass/fail emoji to a test case
|
2024-09-06 16:55:57 +02:00 |
Attr-cloneNode.txt
|
LibWeb/Tests: Port two DOM cloneNode() test cases to text tests
|
2023-08-21 13:51:12 +02:00 |
background-position-xy.txt
|
LibWeb: Create EdgeStyleValue for BackgroundPositionXY with no offset
|
2023-07-17 14:53:52 +01:00 |
basic.txt
|
Ladybird+Tests/LibWeb: Add very basic text-only test harness
|
2023-05-27 14:03:49 +02:00 |
border-radius-div-containing-iframe-with-border-radius-svg.txt
|
LibWeb: Do not shrink the CPU painter's corner clipping vector
|
2024-03-10 00:39:49 +01:00 |
clipboard.txt
|
LibWeb: Begin implementing the Clipboard API
|
2023-11-11 08:54:37 +01:00 |
close-non-modal-dialog.txt
|
LibWeb: Implement HTMLDialogElement::close() for non-modal dialogs
|
2024-02-14 22:20:44 -05:00 |
collapse-selection-inside-shadow-root.txt
|
LibWeb: Update Selection.collapse algorithm
|
2024-09-03 17:42:13 +02:00 |
cookie.txt
|
LibWeb: Convert the cookie test page to a text test
|
2024-01-10 23:26:40 +01:00 |
createBitmap.txt
|
LibWeb: Add a test for WindowOrWorkerGlobalScope.createImageBitmap
|
2024-04-08 14:25:36 +02:00 |
document-adopted-style-sheets.txt
|
LibWeb: Implement adoptedStyleSheets attribute for Document
|
2024-03-08 16:31:21 +01:00 |
document-scrollingElement-quirks-mode.txt
|
LibWeb: Implement document.scrollingElement
|
2024-02-15 22:51:15 -05:00 |
document-scrollingElement.txt
|
LibWeb: Implement document.scrollingElement
|
2024-02-15 22:51:15 -05:00 |
DOMTokenList-supports.txt
|
LibWeb: Flesh out DOMTokenList::supports() implementation
|
2024-05-16 20:31:23 +02:00 |
element-get-bounding-client-rect-css-transform.txt
|
LibWeb: Apply transform origin in Element::get_client_rects()
|
2024-03-07 00:28:29 +01:00 |
element-get-bounding-client-rect-of-sticky.txt
|
LibWeb: Fix getBoundingClientRect() for elements with "position: sticky"
|
2024-09-02 13:10:22 +02:00 |
element-get-bounding-client-rect-scroll-offset.txt
|
LibWeb: Account for scroll offset in Element::get_client_rects()
|
2024-03-17 13:32:04 +01:00 |
element-get-client-rects.txt
|
LibWeb: Follow the spec more precisely in Element::getClientRects()
|
2024-01-30 14:50:25 +01:00 |
Element-offsetParent-of-iframe.txt
|
LibWeb: Don't crash in offset_parent() if no ancestor element found
|
2024-02-29 21:54:53 -05:00 |
element-scroll-event.txt
|
LibWeb: Fire "scroll" events on DOM elements
|
2024-04-23 11:00:35 +02:00 |
element-scrollby-event.txt
|
LibWeb: Implement Element::scroll(HTML::ScrollToOptions)
|
2024-05-07 17:21:52 -06:00 |
Element-scrollby-negative-scroll-offset-crash.txt
|
LibWeb: Clamp paintable box maximum scroll offset to 0
|
2024-07-22 09:13:25 +02:00 |
Element-toggleAttribute-invalid-name.txt
|
LibWeb/DOM: Check if name is valid in Element.toggleAttribute
|
2024-07-25 06:46:28 +02:00 |
failed-img-should-not-delay-load-event-forever.txt
|
LibWeb: Fire the fail callback on SharedImageRequest when they fail
|
2023-08-28 10:19:46 +02:00 |
favicon-in-inactive-document.txt
|
LibWeb: Skip HTMLLinkElement resource fetching for documents without BC
|
2024-04-25 09:31:01 +02:00 |
fieldset-elements.txt
|
LibWeb: Add fieldset elements property
|
2023-12-10 08:07:41 -05:00 |
focus-contenteditable.txt
|
LibWeb: Allow HTMLElement with contenteditable=true to be focusable
|
2024-02-24 00:19:55 +01:00 |
focus-events.txt
|
LibWeb: Implement the "fire a focus event" spec
|
2024-08-14 20:53:33 +01:00 |
form-method-dialog.txt
|
Tests/LibWeb: Verify dialog return value is correct in dialog test
|
2024-02-16 17:21:48 -05:00 |
form-requestSubmit.txt
|
LibWeb: Implement HTMLFormElement.requestSubmit()
|
2024-02-16 17:21:48 -05:00 |
get-bounding-client-rect-display-none.txt
|
LibWeb: Add null check for get_client_rects() on non paintable elements
|
2024-04-24 18:04:28 +02:00 |
get-bounding-client-rect.txt
|
LibWeb: Bring CSS line-height closer to other engines
|
2024-01-12 15:04:06 +01:00 |
getComputedStyle-grid-template-rows-columns.txt
|
LibWeb: Return computed grid-template-rows/columns if there's no used
|
2024-09-09 20:12:20 +02:00 |
global-performance-property.txt
|
LibWeb: Handle scenario when Window property setter is called on global
|
2024-02-25 12:55:30 +01:00 |
html-form-controls-collection.txt
|
LibWeb: Support RadioNodeList named items in HTMLFormControlsCollection
|
2023-12-23 20:53:11 +01:00 |
html-parser-text-in-table-hoisting.txt
|
LibWeb: Make HTML parser flush all pending tokens in "in table text"
|
2023-07-03 11:50:58 +02:00 |
HTMLLinkElement-disabled.txt
|
LibWeb: Unset stylesheet properties when removing from a StyleSheetList
|
2024-04-16 07:41:33 +02:00 |
HTMLLinkElement-explicitly-enabled-alternative-stylesheets.txt
|
LibWeb: Support loading alternative style sheets
|
2024-04-17 07:12:44 +02:00 |
idl-handling-of-null-attribute.txt
|
LibWeb: Support [Reflect] on IDL String attributes that may return null
|
2023-09-05 20:36:09 -04:00 |
iframe-load-event-for-xml-src.txt
|
Tests/LibWeb: Add a test for iframe load event when src has xml type
|
2024-04-18 08:10:05 +00:00 |
input-blur.txt
|
LibWeb: Focus the document element when unfocusing an element
|
2023-12-04 01:33:57 +01:00 |
input-click-to-unfocus.txt
|
LibWeb: Run the unfocusing steps when a click does not focus anything
|
2023-12-04 01:33:57 +01:00 |
input-commit-on-unfocus.txt
|
LibWeb: Fire a change event on input elements in the focus update steps
|
2023-12-04 01:33:57 +01:00 |
input-commit.txt
|
LibWeb: Support committing changes to <input> elements
|
2023-12-02 10:34:22 +01:00 |
input-date.txt
|
LibWeb: Add input element valueAsDate property
|
2024-01-06 09:59:30 -07:00 |
input-element-file-value.txt
|
LibWeb: Fix empty value attribute for 'file' input returning fakepath
|
2023-08-26 13:51:18 +02:00 |
input-file-accept.txt
|
Ladybird+LibWeb+WebContent: Parse the <input type=file> accept attribute
|
2024-03-16 08:42:33 +01:00 |
input-file.txt
|
LibWeb: Set the MIME type when creating an <input> element's File list
|
2024-03-14 10:10:33 +01:00 |
input-image.txt
|
LibWeb: Change attribute type to USVString where applicable
|
2024-08-17 07:45:00 +02:00 |
input-maxlength.txt
|
LibWeb: Add input and textarea minlength and maxlength support
|
2024-03-03 10:02:30 -05:00 |
input-number.txt
|
LibWeb: Add input stepUp and stepDown functions
|
2023-12-07 16:46:28 -05:00 |
input-readonly.txt
|
LibWeb: Add textarea readonly support
|
2024-02-27 18:03:20 -05:00 |
input-value.txt
|
LibWeb: Create BlockContainer layout node for <input type="button">
|
2024-06-14 07:58:55 +02:00 |
internals.txt
|
LibWeb: Add a simple internals objects only available during testing
|
2023-08-06 15:26:34 +02:00 |
interpolation-longhand-properties.txt
|
LibWeb: Begin adding a longhand properties test
|
2024-03-03 19:50:25 +01:00 |
invalid-transform-interpolation-does-not-crash.txt
|
LibWeb: Prevent transform interpolations from failing
|
2024-03-06 07:45:56 +01:00 |
js-export-rename.txt
|
LibJS: Fix mix-up when re-exporting an imported symbol with a new name
|
2024-09-02 17:14:21 +02:00 |
link-element-media-attribute.txt
|
LibWeb: Forward media attribute from link element to loaded style sheet
|
2023-06-11 06:05:03 +02:00 |
link-element-media-change-off.txt
|
LibWeb: Update stylesheet media value when changing link media attribute
|
2024-08-13 14:12:55 +02:00 |
link-element-media-change.txt
|
LibWeb: Update stylesheet media value when changing link media attribute
|
2024-08-13 14:12:55 +02:00 |
link-element-onload-attribute.txt
|
LibWeb: Allow event handler attributes on HTMLLinkElement
|
2023-06-06 09:06:27 +02:00 |
link-element-rel-preload-load-event.txt
|
LibWeb: Fire "load" and "error" events for rel=preload link loads
|
2023-06-06 09:06:27 +02:00 |
link-element-search.txt
|
LibWeb: Fix typo in query of link element search params
|
2023-08-14 16:26:34 +02:00 |
link_as.txt
|
LibWeb: Added HTMLLinkElement.as Tests
|
2024-06-13 07:58:11 +02:00 |
module-script-in-head.txt
|
LibWeb/Tests: Add test for a <script type=module> inside <head>
|
2023-10-31 18:09:14 +01:00 |
namespace-object-prototype.txt
|
IDLGenerators: Set namespace object prototype to Object.prototype
|
2024-04-26 20:02:42 +02:00 |
no-window-resize-on-load.txt
|
LibWeb: Don't fire resize event until document actually resizes once
|
2024-07-10 10:27:31 +02:00 |
object-with-unsupported-type-in-data-attribute.txt
|
LibWeb: Run <object> fallback steps if data type is not supported
|
2024-04-16 13:47:38 +02:00 |
output-value.txt
|
LibWeb: Add output element value
|
2023-12-09 21:50:17 +01:00 |
overflow-with-zero-sized-box.txt
|
LibWeb: Avoid division by zero when calculating scrollbar rect
|
2024-03-17 12:54:02 +01:00 |
parse-document-from-string-in-fetch-callback.txt
|
LibWeb: Add test when networking task is interrupted by networking task
|
2024-04-13 12:07:33 +02:00 |
performance-navigation.txt
|
LibWeb: Add stub implementation of performance.navigation
|
2024-08-04 10:38:42 +02:00 |
ProcessingInstruction-cloneNode.txt
|
LibWeb/Tests: Port two DOM cloneNode() test cases to text tests
|
2023-08-21 13:51:12 +02:00 |
quirks-mode-case-insensitive-class-selector.txt
|
LibWeb: Match class selectors case insensitively in quirks mode
|
2024-08-03 16:45:23 +02:00 |
radio-node-list.txt
|
LibWeb: Implement value attribute of RadioNodeList
|
2023-08-26 13:51:18 +02:00 |
request-animation-frame-order.txt
|
LibWeb: Ensure requestAnimationFrame callbacks run in the proper order
|
2024-03-29 06:59:37 +01:00 |
resize-scrollable-box.txt
|
LibWeb: Clamp scroll offset into valid range after relayout
|
2024-02-22 07:35:30 +01:00 |
resolve-css-overflow-effective-value.txt
|
LibWeb: Resolve effective overflow-x and overflow-y according to spec
|
2024-02-06 08:39:06 +01:00 |
sameobject-behavior-for-htmlcollection-properties.txt
|
LibWeb/Tests: Port HTMLCollection [[SameObject]] test to a text test
|
2023-08-21 13:51:12 +02:00 |
script-src-set-after-insertion.txt
|
LibWeb: Prepare script when src is set the first time
|
2024-07-09 20:30:27 +01:00 |
scripted-dom-insertion-during-html-parse.txt
|
LibWeb+WebContent+headless-browser: Support async text tests
|
2023-09-15 08:52:25 +02:00 |
scroll-into-view-center.txt
|
LibWeb: Implement scrollIntoView with 'center' block position
|
2024-05-19 07:22:17 +02:00 |
scroll-into-view-end.txt
|
LibWeb: Bring CSS line-height closer to other engines
|
2024-01-12 15:04:06 +01:00 |
scroll-into-view-start.txt
|
LibWeb: Bring CSS line-height closer to other engines
|
2024-01-12 15:04:06 +01:00 |
scroll-left-and-top-on-colgroup.txt
|
LibWeb: Return a scroll offset of 0 for colgroup elements
|
2023-11-23 13:06:48 +01:00 |
scroll-to-fragment.txt
|
LibWeb: Bring CSS line-height closer to other engines
|
2024-01-12 15:04:06 +01:00 |
scroll-window-using-wheel-event.txt
|
LibWeb: Ignore mousewheel events in ViewportPaintable
|
2024-04-18 12:27:24 +02:00 |
select-options-limit.txt
|
LibWeb: Add support for indexed setter of HTMLOptionsCollection
|
2024-07-16 10:59:59 +01:00 |
select.txt
|
LibWeb: Improve HTMLSelectElement spec compliance
|
2024-07-26 09:15:39 +01:00 |
Selection-setBaseAndExtent-without-common-root.txt
|
LibWeb: Don't try to set selection with anchor/focus in different roots
|
2024-07-20 06:41:25 +02:00 |
selectionchange-event.txt
|
LibWeb: Emit "selectionchange" event on document
|
2024-02-25 10:17:25 +01:00 |
set-selection-inside-shadow-root.txt
|
LibWeb: Update Range::set_base_and_extent() to the latest spec text
|
2024-07-04 14:38:56 +02:00 |
set-timeout-with-no-active-script.txt
|
LibWeb: Fix setTimeout() when there's no active script
|
2023-09-15 08:53:21 +02:00 |
setInterval.txt
|
Tests/LibWeb: Add basic tests for setTimeout and setInterval
|
2023-09-26 19:42:59 +02:00 |
setTimeout.txt
|
Tests/LibWeb: Add basic tests for setTimeout and setInterval
|
2023-09-26 19:42:59 +02:00 |
setting-display-none-should-nuke-subtree.txt
|
LibWeb: Detach stale layout nodes from DOM during layout tree build
|
2023-08-01 09:19:41 +02:00 |
shadow-root-adopted-style-sheets.txt
|
LibWeb: Apply shadow root style sheets in StyleComputer
|
2024-03-09 16:13:32 +01:00 |
shadow-root-style-sheets.txt
|
LibWeb: Add style sheets to the shadow root if applicable
|
2024-03-09 16:13:32 +01:00 |
show-non-modal-dialog.txt
|
LibWeb: Implement HTMLDialogElement::show()
|
2024-02-14 22:20:44 -05:00 |
synthetic-event-constructor-istrusted-check.txt
|
LibWeb: Make “create an event” set the event’s isTrusted to true
|
2024-09-03 00:14:31 -06:00 |
table-cell-without-table-ancestor.txt
|
LibWeb: Don't assume HTMLTableCellElement always has table ancestor
|
2024-03-11 18:29:10 +01:00 |
textarea-maxlength.txt
|
LibWeb: Add input and textarea minlength and maxlength support
|
2024-03-03 10:02:30 -05:00 |
textarea-readonly.txt
|
LibWeb: Add textarea readonly support
|
2024-02-27 18:03:20 -05:00 |
textarea-selection-start-selection-end.txt
|
LibWeb: Partially implement <textarea>'s selectionStart and selectionEnd
|
2024-03-16 13:11:57 +01:00 |
textarea-value.txt
|
LibWeb: Use the <textarea>'s API value, not its raw value, where needed
|
2024-03-16 13:11:57 +01:00 |
title-with-meta-title.txt
|
LibWeb: Implement Document's supported property names closer to the spec
|
2024-03-29 08:52:01 -04:00 |
title.txt
|
LibWeb/HTML: Implement text attribute in HTMLTitleElement
|
2023-12-02 10:35:43 +01:00 |
unclosed-body-element.txt
|
LibWeb: Use an infallible method to add attributes to nodes
|
2024-07-30 09:41:35 +02:00 |
unclosed-html-element.txt
|
LibWeb: Append attributes to the correct element
|
2024-07-30 09:41:35 +02:00 |
usvstring-url-reflection.txt
|
LibWeb: Add URL reflection to obsolete HTMLImageElement lowsrc property
|
2024-08-17 17:31:14 +01:00 |
video-canceled-load.txt
|
LibWeb: Change attribute type to USVString where applicable
|
2024-08-17 07:45:00 +02:00 |
video-failed-load.txt
|
LibWeb: Change attribute type to USVString where applicable
|
2024-08-17 07:45:00 +02:00 |
video-gc.txt
|
LibWeb: Stop the video decoder thread when the video element is GC'd
|
2024-04-26 09:49:11 +02:00 |
wheel-events-consumed-by-scrollable-should-not-be-propagated-to-body-2.txt
|
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.txt
|
LibWeb: Skip page scrolling for wheel events consumed by scrollable box
|
2024-02-29 13:18:57 +01:00 |
window-event-property-setter.txt
|
LibWeb: Add special handling for WindowProxy in [Replaceable] setters
|
2024-02-24 08:05:55 +01:00 |
window-proxy-numeric-own-property.txt
|
LibWeb: Implement basic support for window[number]
|
2023-07-25 15:45:44 +02:00 |
window-proxy-property-inline-cache.txt
|
LibWeb: Don't cache property accesses on WindowProxy
|
2023-07-11 00:14:50 +02:00 |
window-scroll-while-parsing.txt
|
LibWeb: Update layout before looking at overflow in window.scroll()
|
2024-01-19 09:16:54 +01:00 |
window-scrollTo.txt
|
LibWeb: Limit scroll position by overflow area in Window::scroll()
|
2023-12-24 23:22:35 +01:00 |