| Index: LayoutTests/imported/web-platform-tests/webstorage/resources/event_setattribute_handler.html
|
| diff --git a/LayoutTests/storage/domstorage/events/resources/setattribute-event-handler.html b/LayoutTests/imported/web-platform-tests/webstorage/resources/event_setattribute_handler.html
|
| similarity index 74%
|
| copy from LayoutTests/storage/domstorage/events/resources/setattribute-event-handler.html
|
| copy to LayoutTests/imported/web-platform-tests/webstorage/resources/event_setattribute_handler.html
|
| index a764c5351b0d44128032c23791227f3162507100..f5d6f8a06ff0d4631faf83921cfe5cf2c0cc0def 100644
|
| --- a/LayoutTests/storage/domstorage/events/resources/setattribute-event-handler.html
|
| +++ b/LayoutTests/imported/web-platform-tests/webstorage/resources/event_setattribute_handler.html
|
| @@ -1,4 +1,7 @@
|
| -<html><head></head><body>
|
| +<!DOCTYPE HTML>
|
| +<html>
|
| +<head></head>
|
| +<body>
|
| <script>
|
|
|
| function handleStorageEvent(e) {
|
| @@ -8,4 +11,5 @@ function handleStorageEvent(e) {
|
| document.body.setAttribute("onstorage", "handleStorageEvent(window.event);");
|
|
|
| </script>
|
| -</body></html>
|
| +</body>
|
| +</html>
|
|
|