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

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

Issue 1291723004: Remove all support for <applet> handling in Chrome. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Hopefully all the tests Created 5 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 59
7 8
8 Test 8 of 108 in ../resources/tests19.dat failed. Input: 9 Test 8 of 108 in ../resources/tests19.dat failed. Input:
9 <!doctype html><form><isindex> 10 <!doctype html><form><isindex>
10 Got: 11 Got:
11 | <!DOCTYPE html> 12 | <!DOCTYPE html>
12 | <html> 13 | <html>
13 | <head> 14 | <head>
14 | <body> 15 | <body>
15 | <form> 16 | <form>
16 | <isindex> 17 | <isindex>
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 | <html> 104 | <html>
104 | <head> 105 | <head>
105 | <body> 106 | <body>
106 | <form> 107 | <form>
107 | <hr> 108 | <hr>
108 | <label> 109 | <label>
109 | "This is a searchable index. Enter search keywords: " 110 | "This is a searchable index. Enter search keywords: "
110 | <input> 111 | <input>
111 | name="isindex" 112 | name="isindex"
112 | <hr> 113 | <hr>
114
115 Test 59 of 108 in ../resources/tests19.dat failed. Input:
mstensho (USE GERRIT) 2015/08/20 09:45:56 Yeah, just remove that test from tests19.dat
dcheng 2015/08/21 06:53:33 Done.
116 <!doctype html><applet><frameset>
117 Got:
118 | <!DOCTYPE html>
119 | <html>
120 | <head>
121 | <frameset>
122 Expected:
123 | <!DOCTYPE html>
124 | <html>
125 | <head>
126 | <body>
127 | <applet>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698