Tests/LibWeb: Import some more webstorage WPT tests

Which were helpful in determining property behaviour for the Storage
object.
This commit is contained in:
Shannon Booth
2026-02-15 15:40:40 +01:00
committed by Shannon Booth
parent e859402ea1
commit a0d4344d4e
Notes: github-actions[bot] 2026-02-16 17:50:33 +00:00
6 changed files with 204 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
<!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/set.window.js"></script>