mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 09:45:06 +02:00
I noticed a subtest in this test failing along with every other browser. After investigation, the failure was due to testing the previous specification before: https://github.com/whatwg/webidl/commit/3fb6ab4 So this imports the now adjusted WPT test as of: https://github.com/web-platform-tests/wpt/commit/bb3f032
9 lines
229 B
HTML
9 lines
229 B
HTML
<!doctype html>
|
|
<meta charset=utf-8>
|
|
|
|
<script src="../resources/testharness.js"></script>
|
|
<script src="../resources/testharnessreport.js"></script>
|
|
|
|
<div id=log></div>
|
|
<script src="../webstorage/symbol-props.window.js"></script>
|