Index: LayoutTests/fast/forms/isindex-placeholder-expected.html |
diff --git a/LayoutTests/fast/forms/isindex-placeholder-expected.html b/LayoutTests/fast/forms/isindex-placeholder-expected.html |
deleted file mode 100644 |
index 642016ef37f67b1fcc0abf5d5b94bf8308631e96..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/forms/isindex-placeholder-expected.html |
+++ /dev/null |
@@ -1,11 +0,0 @@ |
-<style> |
-#normal { color: darkGray } |
-#green-placeholder { color: green; } |
-</style> |
-<p> |
- Test <tt><isindex></tt> placeholder styling. |
-</p> |
-The placeholder text should be gray: |
-<isindex id="normal" value="placeholder"> |
-The placeholder text should be green: |
-<isindex id="green-placeholder" value="placeholder"> |