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

Side by Side Diff: LayoutTests/html5lib/generated/run-isindex-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/isindex.dat: PASS 1 ../resources/isindex.dat:
2 1
3 2
4 3
5
6 Test 1 of 3 in ../resources/isindex.dat failed. Input:
7 <isindex>
8 Got:
9 | <html>
10 | <head>
11 | <body>
12 | <isindex>
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 | <hr>
24
25 Test 2 of 3 in ../resources/isindex.dat failed. Input:
26 <isindex name="A" action="B" prompt="C" foo="D">
27 Got:
28 | <html>
29 | <head>
30 | <body>
31 | <isindex>
32 | action="B"
33 | foo="D"
34 | name="A"
35 | prompt="C"
36 Expected:
37 | <html>
38 | <head>
39 | <body>
40 | <form>
41 | action="B"
42 | <hr>
43 | <label>
44 | "C"
45 | <input>
46 | foo="D"
47 | name="isindex"
48 | <hr>
49
50 Test 3 of 3 in ../resources/isindex.dat failed. Input:
51 <form><isindex>
52 Got:
53 | <html>
54 | <head>
55 | <body>
56 | <form>
57 | <isindex>
58 Expected:
59 | <html>
60 | <head>
61 | <body>
62 | <form>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698