Skip to content

Commit

Permalink
Bug 539896 - Add a single quote to test_bug533845.xul to make it not …
Browse files Browse the repository at this point in the history
…fail with the HTML5 parser. r=Olli.Pettay.
  • Loading branch information
hsivonen committed Feb 3, 2010
1 parent 5e64255 commit d5a5b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layout/base/tests/chrome/test_bug533845.xul
Original file line number Diff line number Diff line change
Expand Up @@ -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,&lt;html&gt;&lt;body onclick='document.body.textContent=1&gt;This is a panel!&lt;/body&gt;&lt;/html&gt;" width="500" height="500"/>
<iframe type="content" id="contentFrame" src="data:text/html,&lt;html&gt;&lt;body onclick='document.body.textContent=1'&gt;This is a panel!&lt;/body&gt;&lt;/html&gt;" width="500" height="500"/>
</panel>
<body xmlns="http://www.w3.org/1999/xhtml">
<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=533845"
Expand Down

0 comments on commit d5a5b4a

Please sign in to comment.