Sam Atkins
85478c9215
LibWeb/HTML: Rename popover "invoker"
...
Lots of renames, no behaviour differences. (Apart from the rename of the
IDL type, which does of course affect JS.)
Corresponds to:
16cb7808da
2025-11-27 16:44:51 +00:00
Tim Ledbetter
5df91dc761
Tests/LibWeb: Import Gamepad API idlharness tests
2025-09-23 16:04:56 +01:00
Sam Atkins
c077ba9caf
Tests: Import a few missing .idl files from WPT
...
This allows the css/css-typed-om/idlharness.html test to run locally.
2025-09-18 17:25:52 +01:00
Tete17
848020a9a1
LibWeb: Add more WPT test for TrustedTypes
...
We now implement 100% of the idlharness :)
2025-09-01 16:19:24 +01:00
Edwin Hoksberg
ef9a3a2327
LibWeb: Import serial idl harness wpt tests
2025-08-08 10:23:17 +02:00
Tete17
ae3bda993a
LibWeb: Add initial TrustedType WPT tests
2025-07-30 15:51:35 +01:00
Jelle Raaijmakers
35ca7f82b0
LibWeb: Add BaseAudioContext::createScriptProcessor()
...
This is a deprecated node, but it's still widely used on the web.
2025-07-25 11:48:04 +02:00
Callum Law
1a0d4487a8
LibWeb: Implement matches attribute on CSSSupportsRule and CSSMediaRule
...
Gains us 4 WPT tests.
2025-07-11 10:57:19 +02:00
Jelle Raaijmakers
f3c1dfb2f1
LibWeb: Import geolocation/idlharness.https.window.html WPT test
2025-06-21 10:00:29 +02:00
Andreas Kling
e6f75801b1
LibWeb: Import WPT test for checking all the basic SVG interfaces exist
2025-05-16 20:36:07 +02:00
Timothy Flynn
40fa5887cc
LibWeb: Import the streams IDL harness test
...
This required a bit of manual manipulation. These tests dynamically
fetch generated IDL files, e.g.:
https://github.com/web-platform-tests/wpt/blob/master/interfaces/streams.idl
Our WPT importer is not able to detect the IDL files that need to be
imported, so dom.idl and streams.idl was copied over manually. Further,
idlharness.js would create URLs of the form "file://interfaces/dom.idl".
So idlharness.js was adapted to create a URL relative to the test file.
2025-04-14 15:50:21 -04:00