ladybird/Tests/LibWeb/Text/input/wpt-import
mikiubo d4df0e1db9 LibWeb: Make Event.currentTarget return WindowProxy instead of Window
Make WindowProxy implement the EventTarget interface. Add a new method
current_target_for_bindings() that returns a WindowProxy object instead
of directly exposing the Window object.

These changes fixes several WPT tests that contain `window ===
currentTarget`.
2025-10-15 15:36:34 +02:00
..
accname Tests: Synchronize imported tests with the WPT repository 2025-06-22 23:51:34 +02:00
clipboard-apis LibWebView: Move headless clipboard management to LibWebView 2025-10-10 15:10:03 -04:00
common LibWeb: Ensure parser cannot change the mode is handled 2025-09-07 11:11:43 +01:00
compat LibWeb/CSS: Add -webkit-filter as a legacy alias 2025-07-23 09:32:39 +02:00
compression LibWeb: Import decompression-corrupt-input.tentative.any.html tests 2025-06-14 18:26:56 -04:00
content-security-policy LibWeb: Avoid accessing opaque origin port during CSP checks 2025-07-13 14:33:33 +02:00
css Tests: Import @property { syntax } parsing test 2025-10-14 13:41:47 +01:00
custom-elements LibWeb/HTML: Provide a fallback for validation anchor 2025-07-08 17:08:39 +01:00
dom LibWeb: Make Event.currentTarget return WindowProxy instead of Window 2025-10-15 15:36:34 +02:00
domparsing LibWeb: Return base Document for non-HTML parses 2025-07-25 10:08:29 -06:00
domxpath LibWeb: Add WPT tests related to XPath evaluation 2025-10-03 13:16:11 +02:00
editing LibWeb: Use correct command in reorder_modifiable_descendants 2025-07-16 12:40:38 +02:00
encoding LibTextCodec: Replace unmatched utf16 surrogates 2025-07-05 09:58:57 -04:00
fetch LibWeb: Parse and propagate the iframe sandbox attribute 2025-08-07 19:24:39 +02:00
FileAPI/reading-data-section LibWeb/FileAPI: Implement aborting a FileReader read 2025-01-30 14:25:27 -07:00
fonts Meta+Tests: Substitute Ahem font path in import-wpt-test.py 2024-11-05 17:44:08 +01:00
gamepad Tests/LibWeb: Import Gamepad API idlharness tests 2025-09-23 16:04:56 +01:00
geolocation LibWeb: Import geolocation/idlharness.https.window.html WPT test 2025-06-21 10:00:29 +02:00
graphics-aria LibWeb: Add support for ARIA Graphics roles 2024-12-27 17:16:15 -08:00
hr-time LibWeb: Implement basic high resolution time coarsening 2025-01-30 18:37:53 +01:00
html Tests/LibWeb: Import several scaling createImageBitmap() tests 2025-10-14 12:19:33 +02:00
html-aam Tests: Synchronize imported tests with the WPT repository 2025-06-22 23:51:34 +02:00
images LibWeb: Add initial support for bitmap cropping to createImageBitmap 2025-08-04 23:39:11 +02:00
IndexedDB LibWeb/Tests: Update IDB keyorder test file 2025-08-14 09:31:56 +01:00
inert LibWeb: Ensure inert elements are not visible for hit testing 2025-02-21 12:41:57 +00:00
infrastructure/testdriver Tests: Add vendor-specific testdriver send_keys() function 2024-12-10 17:16:29 -08:00
interfaces Tests/LibWeb: Import Gamepad API idlharness tests 2025-09-23 16:04:56 +01:00
intersection-observer Tests: Import WPT test for edge inclusivity in IntersectionObserver 2025-02-16 18:09:08 +01:00
media-capabilities Tests: Synchronize imported tests with the WPT repository 2025-06-22 23:51:34 +02:00
media-source LibWeb: Partially implement MediaSource.isTypeSupported() 2024-11-26 23:51:02 +01:00
navigation-api/navigate-event LibWeb: Abort ongoing navigations when firing certain navigate events 2025-07-06 21:43:56 +02:00
notifications LibWeb: Add a simplified Notification constructor 2025-09-24 11:53:14 +01:00
png Tests/LibWeb: Import a PNG and CICP related test 2025-02-25 22:37:22 +01:00
pointerevents LibWeb: Parse and propagate touch-action CSS property 2025-05-06 12:22:01 +01:00
quirks LibWeb: Allow parsing of <quirky-color> 2025-05-17 06:47:55 +01:00
resize-observer Tests: Import resize-observer/observe.html WPT test 2025-09-08 18:39:54 +02:00
resources Tests: Always load WPT interfaces from root interfaces directory 2025-07-11 10:57:19 +02:00
selection/shadow-dom/tentative LibWeb: Assert that nodes share shadow-including root in BP calculation 2024-12-03 15:31:41 +01:00
serial LibWeb: Import serial idl harness wpt tests 2025-08-08 10:23:17 +02:00
shadow-dom LibWeb: Avoid crash when shadow root has null focused area 2025-10-12 22:50:12 +01:00
streams Tests: Synchronize imported tests with the WPT repository 2025-06-22 23:51:34 +02:00
svg LibWeb: Update layout when view box properties are changed 2025-08-28 15:42:56 +02:00
svg-aam LibWeb: Compute roles for SVG graphics-symbol elements and foreignObject 2024-12-27 17:16:15 -08:00
trusted-types LibWeb: Add new passing WPT tests 2025-10-13 13:22:01 +01:00
uievents/constructors Tests: Import WPT inputevent constructor test 2024-11-29 20:23:01 +00:00
url Tests: Synchronize imported tests with the WPT repository 2025-06-22 23:51:34 +02:00
urlpattern LibURL: Make port state override return failure more for URLPattern 2025-04-06 08:24:54 -04:00
user-timing LibWeb: Report performance based timestamps relative to ESO time origin 2025-01-27 14:53:33 +01:00
wai-aria LibWeb: Ignore role=none for focusable & has-global-ARIA-attribute cases 2025-01-09 14:08:23 +00:00
wasm LibWeb: Throw range error when initial is greater than maximum 2025-09-10 05:23:07 +02:00
web-animations LibWeb: Account for non-shorthand sub-properties when serializing border 2025-07-16 06:49:38 +01:00
webaudio LibWeb: Add BaseAudioContext::createScriptProcessor() 2025-07-25 11:48:04 +02:00
WebCryptoAPI LibCrypto: Implement Ed25519 Small Order Points 2025-08-01 14:31:44 +02:00
webidl LibWeb/Tests: Import WPT test global-object-implicit-this-value 2025-04-22 12:17:14 +02:00
webmessaging LibWeb: Implement BroadcastChannel.postMessage 2024-11-23 16:43:55 +01:00
webstorage Tests/LibWeb: Import webstorage symbol-props WPT test 2025-07-03 12:45:31 +01:00
xhr LibWeb: Don't crash when appending to an XML document template element 2025-07-14 09:15:41 +02:00
LICENSE.md Tests: Import LICENSE.md from WPT 2024-10-30 08:28:51 +01:00