| Index: webkit/data/layout_tests/chrome/fast/dom/window-image-name-conflict.html
|
| ===================================================================
|
| --- webkit/data/layout_tests/chrome/fast/dom/window-image-name-conflict.html (revision 12664)
|
| +++ webkit/data/layout_tests/chrome/fast/dom/window-image-name-conflict.html (working copy)
|
| @@ -1,22 +0,0 @@
|
| -<html>
|
| -<head>
|
| -<script>
|
| -if (window.layoutTestController)
|
| - layoutTestController.dumpAsText();
|
| -
|
| -function runTest() {
|
| - try {
|
| - new Image();
|
| - document.getElementById("result").innerHTML = 'PASS';
|
| - } catch (e) {
|
| - // failed
|
| - }
|
| -}
|
| -</script>
|
| -</head>
|
| -
|
| -<body onload="runTest()">
|
| -<img id="Image" src="resources/1.gif" />
|
| -<div id="result">FAIL</div>
|
| -</body>
|
| -</html>
|
|
|