author | Timothy Nikkel <tnikkel@gmail.com> |
Wed, 24 Nov 2010 19:35:02 -0600 | |
changeset 58207 | 0a29ac059eb580261f1b9401161a4c095d0c1bec |
parent 58206 | 015f5aa6ede2db5e8c376255c8686617f1668aaa |
child 58208 | b890963a137e17289bad18cf5c532996d9a3205d |
push id | 17201 |
push user | tnikkel@gmail.com |
push date | Thu, 25 Nov 2010 01:35:45 +0000 |
treeherder | mozilla-central@0a29ac059eb5 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | test |
bugs | 593491 |
milestone | 2.0b8pre |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
layout/style/test/chrome/hover_empty.html | file | annotate | diff | comparison | revisions | |
layout/style/test/chrome/hover_helper.html | file | annotate | diff | comparison | revisions |
new file mode 100644 --- /dev/null +++ b/layout/style/test/chrome/hover_empty.html @@ -0,0 +1,4 @@ +<html> +<body> +</body> +</html>
--- a/layout/style/test/chrome/hover_helper.html +++ b/layout/style/test/chrome/hover_helper.html @@ -22,17 +22,17 @@ <body onload="setTimeout(step1, 0)"> <a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=">Mozilla Bug </a> <div id="display" style="position: absolute; top: 0; left: 0; width: 300px; height: 300px"> <div id="one"><div></div></div> <div id="twoparent"> <div id="two"></div> - <iframe id="twoi" src="data:text/html,<body>"></iframe> + <iframe id="twoi" src="hover_empty.html"></iframe> <div style="width: 5000px; height: 10px;"></div> </div> </div> <pre id="test"> <script type="application/javascript"> var imports = [ "SimpleTest", "is", "isnot", "ok" ];