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

Side by Side 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, 9 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 The text should be default:
2 <isindex value="default">
3 The text should be red:
4 <isindex style="color:red" value="red">
5 The text should be gray on green:
6 <isindex style="background-color:green" value="default on green">
7 The text should be red on Green:
8 <isindex style="color:red;background-color:green" value="red on green">
9
10 <input type=text value="default"> 1 <input type=text value="default">
11 <input type=text style="color:red" value="red"> 2 <input type=text style="color:red" value="red">
12 <input type=text style="background-color:green" value="default on green"> 3 <input type=text style="background-color:green" value="default on green">
13 <input type=text style="color:red;background-color:green" value="red on green"> 4 <input type=text style="color:red;background-color:green" value="red on green">
14 5
15 6
OLDNEW
« 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