mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 982659 - Fix intermittent orange in test_onerror.xhtml. r=dholbert
This commit is contained in:
parent
c11d4eaa2b
commit
3e7f6dea42
@ -10,14 +10,6 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=500261
|
||||
<body>
|
||||
<a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=500261">Mozilla Bug 500261</a>
|
||||
<p id="display"></p>
|
||||
<div id="content">
|
||||
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="100%" height="1" id="svg">
|
||||
<image width="1" height="1" xlink:href="http://localhost/serverGone.gif" onerror="run()"/>
|
||||
</svg>
|
||||
|
||||
</div>
|
||||
<pre id="test">
|
||||
<script class="testbody" type="text/javascript">
|
||||
<![CDATA[
|
||||
|
||||
@ -31,6 +23,14 @@ function run()
|
||||
|
||||
]]>
|
||||
</script>
|
||||
<div id="content">
|
||||
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="100%" height="1" id="svg">
|
||||
<image width="1" height="1" xlink:href="http://localhost/serverGone.gif" onerror="run()"/>
|
||||
</svg>
|
||||
|
||||
</div>
|
||||
<pre id="test">
|
||||
</pre>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user