1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/dom/tests/mochitest/chrome/test_selectAtPoint.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,21 @@ 1.4 +<!DOCTYPE HTML> 1.5 +<html> 1.6 +<head> 1.7 + <title>nsIDOMWindowUtils::selectAtPoint test</title> 1.8 + <script type="text/javascript" src="chrome://mochikit/content/tests/SimpleTest/SimpleTest.js"></script> 1.9 + <link rel="stylesheet" type="text/css" href="chrome://mochikit/content/tests/SimpleTest/test.css"> 1.10 +<script type="application/javascript"> 1.11 + SimpleTest.waitForExplicitFinish(); 1.12 + function done() { 1.13 + testwindow.close(); 1.14 + SimpleTest.finish(); 1.15 + } 1.16 + var testwindow = window.open("selectAtPoint.html", '_new', 'width=800,height=800'); 1.17 +</script> 1.18 +</head> 1.19 +<body> 1.20 +<p id="display"></p> 1.21 +<div id="content" style="display: none"> 1.22 +</body> 1.23 +</html> 1.24 +