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

Unified Diff: LayoutTests/fast/dom/window-event-handlers.html

Issue 48603002: Implement WindowEventHandlers (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 2 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
« no previous file with comments | « no previous file | LayoutTests/fast/dom/window-event-handlers-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dom/window-event-handlers.html
diff --git a/LayoutTests/fast/dom/window-event-handlers.html b/LayoutTests/fast/dom/window-event-handlers.html
index c96f568638cbf5a1e2cba6c97d67c034929ed8f1..8ab51cc49e5d3a7322017acc93e930c26be63bd6 100644
--- a/LayoutTests/fast/dom/window-event-handlers.html
+++ b/LayoutTests/fast/dom/window-event-handlers.html
@@ -20,9 +20,16 @@
"onstorage",
"onunload"
].forEach(function(attribute) {
+ testSet("Window", attribute);
testEnumerate("Window", attribute);
+ testSet("HTMLBodyElement", attribute);
testEnumerate("HTMLBodyElement", attribute);
+ testReflect("HTMLBodyElement", attribute);
+ testForwardToWindow("HTMLBodyElement", attribute);
+ testSet("HTMLFrameSetElement", attribute);
testEnumerate("HTMLFrameSetElement", attribute);
+ testReflect("HTMLFrameSetElement", attribute);
+ testForwardToWindow("HTMLFrameSetElement", attribute);
});
</script>
<div id="log"></div>
« no previous file with comments | « no previous file | LayoutTests/fast/dom/window-event-handlers-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698