aboutsummaryrefslogtreecommitdiffstats
path: root/test_harnesses
diff options
context:
space:
mode:
Diffstat (limited to 'test_harnesses')
-rw-r--r--test_harnesses/has_popup_and_link_hud.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/test_harnesses/has_popup_and_link_hud.html b/test_harnesses/has_popup_and_link_hud.html
index 0f7b40d0..7504b589 100644
--- a/test_harnesses/has_popup_and_link_hud.html
+++ b/test_harnesses/has_popup_and_link_hud.html
@@ -18,6 +18,7 @@
width:400px;
height:400px;
background-color:#123456;
+ float:left;
}
#hud {
@@ -36,6 +37,7 @@
}
</style>
+
<script type="text/javascript" charset="utf-8">
// Trigger the popup warning.
window.open("http://www.google.com");
@@ -46,6 +48,7 @@
<h2>Loading and popup HUD</h2>
<a id="biglink" href="http://ninjawords.com/one,two,three,four,five,six,seven,eight,nine">Big link</a>
+ <input type="text" name="some_name" value="" id="some_name"/>
<!-- <div id="hud">Pop-ups Blocked</div> -->
</body>
</html> \ No newline at end of file