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:
jruderman%hmc.edu 2007-03-18 23:01:42 +00:00
parent 299cf730e8
commit 8bc3bef847
3 changed files with 3 additions and 3 deletions

View File

@ -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>

View File

@ -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;

View File

@ -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;