Index: third_party/webdriver/test_data/booleanAttributes.html |
diff --git a/third_party/webdriver/test_data/booleanAttributes.html b/third_party/webdriver/test_data/booleanAttributes.html |
deleted file mode 100644 |
index 095e79c80e43cec2b883d1a930f5daf431d494e0..0000000000000000000000000000000000000000 |
--- a/third_party/webdriver/test_data/booleanAttributes.html |
+++ /dev/null |
@@ -1,19 +0,0 @@ |
-<html> |
-<head> |
- <title>Elements with boolean attributes</title> |
-</head> |
-<body> |
-<form method="get" action="resultPage.html" name="required"> |
- <input type="text" id="working"/> |
- <input type="email" id="emailRequired" required/> |
- <input type="text" id="inputRequired" value="Example text" required=""/> |
- <textarea id="textAreaRequired" rows="5" cols="5" required="false">Example text</textarea> |
- <textarea id="emptyTextAreaRequired" rows="5" cols="5" required="required"></textarea> |
-</form> |
- |
-<!-- Empty div to test GetAttribute --> |
-<div id="wallace" class="gromit"></div> |
-<!-- Div to test boolean attributes --> |
-<div id="unwrappable" nowrap>Unwrappable text</div> |
-</body> |
-</html> |