| Index: webkit/data/layout_tests/chrome/fast/dom/onload-name-collision.html
|
| ===================================================================
|
| --- webkit/data/layout_tests/chrome/fast/dom/onload-name-collision.html (revision 12664)
|
| +++ webkit/data/layout_tests/chrome/fast/dom/onload-name-collision.html (working copy)
|
| @@ -1,14 +0,0 @@
|
| -<html>
|
| -<body onload="onload()">
|
| -<div id='result'>FAIL: this text should be replaced on success.<div>
|
| -<script>
|
| -if (window.layoutTestController)
|
| - layoutTestController.dumpAsText();
|
| -// See http://b/issue?id=944690
|
| -function onload() {
|
| - var result = document.getElementById('result');
|
| - result.innerHTML='PASS: onload function gets called.';
|
| -}
|
| -</script>
|
| -</body>
|
| -</html>
|
|
|