This website requires JavaScript.
Explore
Help
Sign In
fergalmoran
/
ladybird
Watch
1
Star
0
Fork
0
You've already forked ladybird
mirror of
https://github.com/fergalmoran/ladybird.git
synced
2026-03-31 09:46:11 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
19d50ee2c29c4f43b5fdaae40fa37e996ea39655
ladybird
/
Tests
/
LibWeb
/
Text
/
expected
History
Aliaksandr Kalenik
6bed27cca9
LibWeb: Use border box rect in getBoundingClientRect()
...
With this change we scroll to correct position on Acid2 :)
2023-11-17 20:46:56 +01:00
..
canvas
LibGfx/JPEGWriter: Fix crash on macOS when csize coefficient is 0
2023-11-09 16:07:28 +01:00
css
Tests/LibWeb: Update test expectation after float serialization changes
2023-10-31 07:25:56 +01:00
Encoding
LibWeb: Add TextEncoder encodeInto
2023-10-29 21:44:53 +01:00
FileAPI
…
geometry
…
hit_testing
…
HTML
LibWeb: Support [de]serialization for {Map, Set, Object, Array} objects
2023-11-11 22:18:41 +01:00
navigation
…
PerformanceObserver
…
Streams
…
SVG
LibWeb: Add support for inline SVG element scripts
2023-11-05 11:16:16 +00:00
URL
AK: Properly implement steps for shortening a URLs path
2023-10-26 11:11:41 +02:00
XML
LibWeb/XML: Avoid placing all elements missing an ns in the HTML ns
2023-10-07 20:02:10 +02:00
append-child-must-update-layout-tree.txt
…
Attr-cloneNode.txt
…
background-position-xy.txt
…
basic.txt
…
clipboard.txt
LibWeb: Begin implementing the Clipboard API
2023-11-11 08:54:37 +01:00
failed-img-should-not-delay-load-event-forever.txt
…
get-bounding-client-rect.txt
LibWeb: Use border box rect in getBoundingClientRect()
2023-11-17 20:46:56 +01:00
html-form-controls-collection.txt
…
html-parser-text-in-table-hoisting.txt
…
idl-handling-of-null-attribute.txt
…
input-element-file-value.txt
…
internals.txt
…
link-element-media-attribute.txt
…
link-element-onload-attribute.txt
…
link-element-rel-preload-load-event.txt
…
link-element-search.txt
…
module-script-in-head.txt
LibWeb/Tests: Add test for a <script type=module> inside <head>
2023-10-31 18:09:14 +01:00
ProcessingInstruction-cloneNode.txt
…
radio-node-list.txt
…
sameobject-behavior-for-htmlcollection-properties.txt
…
scripted-dom-insertion-during-html-parse.txt
…
set-timeout-with-no-active-script.txt
…
setInterval.txt
…
setTimeout.txt
…
setting-display-none-should-nuke-subtree.txt
…
title.txt
…
url-search-params-iterator-iterator.txt
…
window-proxy-numeric-own-property.txt
…
window-proxy-property-inline-cache.txt
…
XMLHttpRequest-response-empty.txt
…
XMLHttpRequest-responseXML-empty.txt
…
XMLHttpRequest-responseXML-gives-XMLDocument.txt
…