Files
ladybird/Tests/LibWeb/Text/input/wpt-import/webstorage/defineProperty.window.html
Shannon Booth a0d4344d4e Tests/LibWeb: Import some more webstorage WPT tests
Which were helpful in determining property behaviour for the Storage
object.
2026-02-16 18:49:15 +01:00

9 lines
231 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/defineProperty.window.js"></script>