Remove some bogus onloads from reftests (they just cause js errors).
git-svn-id: svn://10.0.0.236/trunk@222020 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
299cf730e8
commit
8bc3bef847
@ -2,6 +2,6 @@
|
||||
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
|
||||
<window id="test-canvas" title="Canvas in XUL test"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
xmlns:html="http://www.w3.org/1999/xhtml" onload="workWithCanvas();">
|
||||
xmlns:html="http://www.w3.org/1999/xhtml">
|
||||
<box style="width: 100px; height: 100px; max-width: 100px; max-height: 100px; background: red"/>
|
||||
</window>
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
div#x::first-letter { color: blue; float: left; }
|
||||
</style>
|
||||
</head>
|
||||
<body onload="setTimeout(test, 300)">
|
||||
<body>
|
||||
<div id="x">Need at least two letters here</div>
|
||||
<script>
|
||||
document.body.offsetWidth;
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
div#x::first-letter { color: blue; float: none }
|
||||
</style>
|
||||
</head>
|
||||
<body onload="setTimeout(test, 300)">
|
||||
<body>
|
||||
<div id="x">x</div>
|
||||
<script>
|
||||
document.body.offsetWidth;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user