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

Side by Side Diff: LayoutTests/fast/forms/isindex-name-expected.txt

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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 Initial name:
2 PASS isindex.name is "isindex"
3 Adding a name attribute:
4 PASS isindex.setAttribute("name", "foo"); isindex.name is "foo"
5 Removing the name attribute:
6 PASS isindex.removeAttribute("name"); isindex.name is ""
7 PASS successfullyParsed is true
8
9 TEST COMPLETE
10 This is a searchable index. Enter search keywords:
11
OLDNEW
« no previous file with comments | « LayoutTests/fast/forms/isindex-name.html ('k') | LayoutTests/fast/forms/isindex-placeholder.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698