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

Unified Diff: LayoutTests/fast/forms/isindex-placeholder-expected.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
« no previous file with comments | « LayoutTests/fast/forms/isindex-placeholder.html ('k') | LayoutTests/fast/forms/text-style-color.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>&lt;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">
« no previous file with comments | « LayoutTests/fast/forms/isindex-placeholder.html ('k') | LayoutTests/fast/forms/text-style-color.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698