Index: LayoutTests/fast/events/mouse-events-within-no-element.html |
diff --git a/LayoutTests/fast/events/mouse-events-within-no-element.html b/LayoutTests/fast/events/mouse-events-within-no-element.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..7fbacf9e78f3aa1855e798fe388f057d3a5994d1 |
--- /dev/null |
+++ b/LayoutTests/fast/events/mouse-events-within-no-element.html |
@@ -0,0 +1,9 @@ |
+<iframe id="sourceFrame" style="width: 400px; height: 300px;" src="resources/mouse-events-within-no-element-iframe.html"></iframe> |
Julien - ping for review
2014/09/19 16:56:41
All tests should have a DOCTYPE unless they are ex
Miyoung Shin(g)
2014/09/20 03:59:43
OK. I will add
|
+<p id="description"></p> |
+<div id="console"></div> |
+<script src="../../resources/js-test.js"></script> |
+<script> |
+description("Tests the mouse event when the mouse event is fired in the document but there is no body element"); |
Julien - ping for review
2014/09/19 16:56:41
Let's rephrase this as we always have a <body> ele
Miyoung Shin(g)
2014/09/20 03:59:43
OK. I will change.
|
+if (window.testRunner) |
+ testRunner.dumpChildFramesAsText(); |
+</script> |