mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-19 09:30:44 +00:00
Bug 541050 - Add greater-than signs to test_bug404548.html to make it not fail with the HTML5 parser. r=bzbarsky.
This commit is contained in:
parent
d65182d038
commit
2ec98df333
@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<body onload="setTimeout(function() { window.location = "data:text/html,<body onload='window.opener.finishTest()'>" }, 10)">
|
||||
<iframe src="data:text/html,<body onpagehide='var p = window.parent.opener; var e = window.frameElement; e.parentNode.removeChild(e); if (e.parentNode == null && e.contentWindow == null) { p.firstRemoved = true; }' ">
|
||||
<iframe src="data:text/html,<body onpagehide='var p = window.parent.opener; var e = window.frameElement; e.parentNode.removeChild(e); if (e.parentNode == null && e.contentWindow == null) { p.firstRemoved = true; }'>">
|
||||
</iframe>
|
||||
<iframe src="data:text/html,<body onpagehide='window.parent.opener.secondHidden = true;'">>
|
||||
<iframe src="data:text/html,<body onpagehide='window.parent.opener.secondHidden = true;'>">
|
||||
</iframe>
|
||||
|
Loading…
x
Reference in New Issue
Block a user