Index: LayoutTests/fast/forms/text-style-color.html |
diff --git a/LayoutTests/fast/forms/text-style-color.html b/LayoutTests/fast/forms/text-style-color.html |
index 1ee2f90bb25b5a6c1d9a04311a1bd90b22a014ef..1e7d9bc34e068c32a36cc60e59196fb73a3c3e25 100644 |
--- a/LayoutTests/fast/forms/text-style-color.html |
+++ b/LayoutTests/fast/forms/text-style-color.html |
@@ -1,12 +1,3 @@ |
-The text should be default: |
-<isindex value="default"> |
-The text should be red: |
-<isindex style="color:red" value="red"> |
-The text should be gray on green: |
-<isindex style="background-color:green" value="default on green"> |
-The text should be red on Green: |
-<isindex style="color:red;background-color:green" value="red on green"> |
- |
<input type=text value="default"> |
<input type=text style="color:red" value="red"> |
<input type=text style="background-color:green" value="default on green"> |