mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 539896 - Add a single quote to test_bug533845.xul to make it not fail with the HTML5 parser. r=Olli.Pettay.
This commit is contained in:
parent
5e6425522f
commit
d5a5b4a235
@ -13,7 +13,7 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=533845
|
||||
<script type="application/javascript"
|
||||
src="chrome://mochikit/content/tests/SimpleTest/SimpleTest.js"></script>
|
||||
<panel id="panel" width="50" height="50" onpopupshown="continueTest()">
|
||||
<iframe type="content" id="contentFrame" src="data:text/html,<html><body onclick='document.body.textContent=1>This is a panel!</body></html>" width="500" height="500"/>
|
||||
<iframe type="content" id="contentFrame" src="data:text/html,<html><body onclick='document.body.textContent=1'>This is a panel!</body></html>" width="500" height="500"/>
|
||||
</panel>
|
||||
<body xmlns="http://www.w3.org/1999/xhtml">
|
||||
<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=533845"
|
||||
|
Loading…
Reference in New Issue
Block a user