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

Side by Side Diff: LayoutTests/html5lib/generated/run-tests2-data-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, 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 ../resources/tests2.dat: PASS 1 ../resources/tests2.dat:
2 43
3
4 Test 43 of 61 in ../resources/tests2.dat failed. Input:
5 <isindex test=x name=x>
6 Got:
7 | <html>
8 | <head>
9 | <body>
10 | <isindex>
11 | name="x"
12 | test="x"
13 Expected:
14 | <html>
15 | <head>
16 | <body>
17 | <form>
18 | <hr>
19 | <label>
20 | "This is a searchable index. Enter search keywords: "
21 | <input>
22 | name="isindex"
23 | test="x"
24 | <hr>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698