Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(193)

Unified Diff: LayoutTests/fast/forms/text-style-color.html

Issue 96653004: Remove support for the obsolete <isindex> tag. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Test. Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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">
« no previous file with comments | « LayoutTests/fast/forms/isindex-placeholder-expected.html ('k') | LayoutTests/fast/parser/fragment-parser-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698