Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(406)

Unified Diff: LayoutTests/imported/web-platform-tests/webstorage/resources/event_setattribute_handler.html

Issue 1220543007: Import web-platform-tests/webstorage (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698