| Index: trunk/LayoutTests/fast/html/object-image-nested-fallback.html
|
| ===================================================================
|
| --- trunk/LayoutTests/fast/html/object-image-nested-fallback.html (revision 151673)
|
| +++ trunk/LayoutTests/fast/html/object-image-nested-fallback.html (working copy)
|
| @@ -1,20 +1,12 @@
|
| <html>
|
| <script>
|
| - if (window.testRunner) {
|
| + if (window.testRunner)
|
| testRunner.dumpAsText();
|
| - testRunner.waitUntilDone();
|
| - }
|
| -
|
| - function finish()
|
| - {
|
| - if (window.testRunner)
|
| - testRunner.notifyDone();
|
| - }
|
| </script>
|
| <body>
|
| <object type="image/png" data="this.object.does.not.exist.dtd">
|
| <object type="image/png" data="this.object.does.not.exist.dtd">
|
| - <object type="image/png" data="this.object.does.not.exist.dtd" onerror="finish()">PASS when no crash occurs.</object>
|
| + <object type="image/png" data="this.object.does.not.exist.dtd">PASS when no crash occurs.</object>
|
| </object>
|
| </object>
|
| </body>
|
|
|