| Index: LayoutTests/fast/dom/beforeload/image-before-load.html
|
| diff --git a/LayoutTests/fast/dom/beforeload/image-before-load.html b/LayoutTests/fast/dom/beforeload/image-before-load.html
|
| deleted file mode 100644
|
| index e7fbb726634663f7153367c6d6f218237de80065..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/dom/beforeload/image-before-load.html
|
| +++ /dev/null
|
| @@ -1,16 +0,0 @@
|
| -<html xmlns="http://www.w3.org/1999/xhtml">
|
| -<head>
|
| -<script src="resources/print.js"></script>
|
| -</head>
|
| -<body>
|
| -<div id="console"></div>
|
| -<script>
|
| -if (window.testRunner) {
|
| - testRunner.dumpAsText();
|
| -}
|
| -</script>
|
| -
|
| -<img style="display:none" onbeforeload="print('PASS', 'green'); return false;" onload="print('FAIL', 'red');" src="../../images/resources/test-load.jpg">
|
| -
|
| -</body>
|
| -</html>
|
|
|