Index: third_party/webdriver/test_data/document_write_in_onload.html |
diff --git a/third_party/webdriver/test_data/document_write_in_onload.html b/third_party/webdriver/test_data/document_write_in_onload.html |
deleted file mode 100644 |
index a15fc479ea91637758db776f97612b856104633f..0000000000000000000000000000000000000000 |
--- a/third_party/webdriver/test_data/document_write_in_onload.html |
+++ /dev/null |
@@ -1,13 +0,0 @@ |
-<html> |
-<head> |
- <title>Document Write In Onload</title> |
- <script> |
- function init() { |
- document.writeln('goodbye, world!'); |
- } |
- </script> |
-</head> |
-<body onload="init();"> |
-<p>hello world</p> |
-</body> |
-</html> |