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

Side by Side Diff: LayoutTests/html5lib/generated/run-tests19-write-expected.txt

Issue 482373002: Catch up ruby and its tag omission rule changes in HTML5 CR Feb 2014 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Removed TODO. Used HTMLUnknownElement. Created 6 years, 4 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/tests19.dat: 1 ../resources/tests19.dat:
2 8 2 8
3 9 3 9
4 10 4 10
5 11 5 11
6 12 6 12
7 7
8 Test 8 of 104 in ../resources/tests19.dat failed. Input: 8 Test 8 of 108 in ../resources/tests19.dat failed. Input:
9 <!doctype html><form><isindex> 9 <!doctype html><form><isindex>
10 Got: 10 Got:
11 | <!DOCTYPE html> 11 | <!DOCTYPE html>
12 | <html> 12 | <html>
13 | <head> 13 | <head>
14 | <body> 14 | <body>
15 | <form> 15 | <form>
16 | <isindex> 16 | <isindex>
17 Expected: 17 Expected:
18 | <!DOCTYPE html> 18 | <!DOCTYPE html>
19 | <html> 19 | <html>
20 | <head> 20 | <head>
21 | <body> 21 | <body>
22 | <form> 22 | <form>
23 23
24 Test 9 of 104 in ../resources/tests19.dat failed. Input: 24 Test 9 of 108 in ../resources/tests19.dat failed. Input:
25 <!doctype html><isindex action="POST"> 25 <!doctype html><isindex action="POST">
26 Got: 26 Got:
27 | <!DOCTYPE html> 27 | <!DOCTYPE html>
28 | <html> 28 | <html>
29 | <head> 29 | <head>
30 | <body> 30 | <body>
31 | <isindex> 31 | <isindex>
32 | action="POST" 32 | action="POST"
33 Expected: 33 Expected:
34 | <!DOCTYPE html> 34 | <!DOCTYPE html>
35 | <html> 35 | <html>
36 | <head> 36 | <head>
37 | <body> 37 | <body>
38 | <form> 38 | <form>
39 | action="POST" 39 | action="POST"
40 | <hr> 40 | <hr>
41 | <label> 41 | <label>
42 | "This is a searchable index. Enter search keywords: " 42 | "This is a searchable index. Enter search keywords: "
43 | <input> 43 | <input>
44 | name="isindex" 44 | name="isindex"
45 | <hr> 45 | <hr>
46 46
47 Test 10 of 104 in ../resources/tests19.dat failed. Input: 47 Test 10 of 108 in ../resources/tests19.dat failed. Input:
48 <!doctype html><isindex prompt="this is isindex"> 48 <!doctype html><isindex prompt="this is isindex">
49 Got: 49 Got:
50 | <!DOCTYPE html> 50 | <!DOCTYPE html>
51 | <html> 51 | <html>
52 | <head> 52 | <head>
53 | <body> 53 | <body>
54 | <isindex> 54 | <isindex>
55 | prompt="this is isindex" 55 | prompt="this is isindex"
56 Expected: 56 Expected:
57 | <!DOCTYPE html> 57 | <!DOCTYPE html>
58 | <html> 58 | <html>
59 | <head> 59 | <head>
60 | <body> 60 | <body>
61 | <form> 61 | <form>
62 | <hr> 62 | <hr>
63 | <label> 63 | <label>
64 | "this is isindex" 64 | "this is isindex"
65 | <input> 65 | <input>
66 | name="isindex" 66 | name="isindex"
67 | <hr> 67 | <hr>
68 68
69 Test 11 of 104 in ../resources/tests19.dat failed. Input: 69 Test 11 of 108 in ../resources/tests19.dat failed. Input:
70 <!doctype html><isindex type="hidden"> 70 <!doctype html><isindex type="hidden">
71 Got: 71 Got:
72 | <!DOCTYPE html> 72 | <!DOCTYPE html>
73 | <html> 73 | <html>
74 | <head> 74 | <head>
75 | <body> 75 | <body>
76 | <isindex> 76 | <isindex>
77 | type="hidden" 77 | type="hidden"
78 Expected: 78 Expected:
79 | <!DOCTYPE html> 79 | <!DOCTYPE html>
80 | <html> 80 | <html>
81 | <head> 81 | <head>
82 | <body> 82 | <body>
83 | <form> 83 | <form>
84 | <hr> 84 | <hr>
85 | <label> 85 | <label>
86 | "This is a searchable index. Enter search keywords: " 86 | "This is a searchable index. Enter search keywords: "
87 | <input> 87 | <input>
88 | name="isindex" 88 | name="isindex"
89 | type="hidden" 89 | type="hidden"
90 | <hr> 90 | <hr>
91 91
92 Test 12 of 104 in ../resources/tests19.dat failed. Input: 92 Test 12 of 108 in ../resources/tests19.dat failed. Input:
93 <!doctype html><isindex name="foo"> 93 <!doctype html><isindex name="foo">
94 Got: 94 Got:
95 | <!DOCTYPE html> 95 | <!DOCTYPE html>
96 | <html> 96 | <html>
97 | <head> 97 | <head>
98 | <body> 98 | <body>
99 | <isindex> 99 | <isindex>
100 | name="foo" 100 | name="foo"
101 Expected: 101 Expected:
102 | <!DOCTYPE html> 102 | <!DOCTYPE html>
103 | <html> 103 | <html>
104 | <head> 104 | <head>
105 | <body> 105 | <body>
106 | <form> 106 | <form>
107 | <hr> 107 | <hr>
108 | <label> 108 | <label>
109 | "This is a searchable index. Enter search keywords: " 109 | "This is a searchable index. Enter search keywords: "
110 | <input> 110 | <input>
111 | name="isindex" 111 | name="isindex"
112 | <hr> 112 | <hr>
OLDNEW
« no previous file with comments | « LayoutTests/html5lib/generated/run-tests19-data-expected.txt ('k') | LayoutTests/html5lib/resources/ruby.dat » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698