| Index: LayoutTests/imported/web-platform-tests/webstorage/event_setattribute.html
|
| diff --git a/LayoutTests/imported/web-platform-tests/webstorage/event_setattribute.html b/LayoutTests/imported/web-platform-tests/webstorage/event_setattribute.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..f2ff089d29b3ec93adec1fed1fcf4125056374dc
|
| --- /dev/null
|
| +++ b/LayoutTests/imported/web-platform-tests/webstorage/event_setattribute.html
|
| @@ -0,0 +1,15 @@
|
| +<!DOCTYPE HTML>
|
| +<html>
|
| +<head>
|
| +<meta name="timeout" content="long">
|
| +<title>WebStorage Test: StorageEvent - attached setAttribute</title>
|
| +<script src="../../../resources/testharness.js"></script>
|
| +<script src="../../../resources/testharnessreport.js"></script>
|
| +</head>
|
| +<body>
|
| +<div id="log"></div>
|
| +<script src="eventTestHarness.js"></script>
|
| +<script src="event_setattribute.js"></script>
|
| +</body>
|
| +</html>
|
| +
|
|
|