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

Side by Side Diff: LayoutTests/html5lib/resources/tests7.dat

Issue 1291723004: Remove all support for <applet> handling in Chrome. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 5 years, 3 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 #data 1 #data
2 <!doctype html><body><title>X</title> 2 <!doctype html><body><title>X</title>
3 #errors 3 #errors
4 #document 4 #document
5 | <!DOCTYPE html> 5 | <!DOCTYPE html>
6 | <html> 6 | <html>
7 | <head> 7 | <head>
8 | <body> 8 | <body>
9 | <title> 9 | <title>
10 | "X" 10 | "X"
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 | <html> 117 | <html>
118 | <head> 118 | <head>
119 | <body> 119 | <body>
120 | <table> 120 | <table>
121 | <tbody> 121 | <tbody>
122 | <script> 122 | <script>
123 | " <tr>x " 123 | " <tr>x "
124 | " " 124 | " "
125 125
126 #data 126 #data
127 <!doctype html><p><applet><p>X</p></applet> 127 <!doctype html><p><object type="application/x-non-existant-plugin"><p>X</p></obj ect>
128 #errors 128 #errors
129 #document 129 #document
130 | <!DOCTYPE html> 130 | <!DOCTYPE html>
131 | <html> 131 | <html>
132 | <head> 132 | <head>
133 | <body> 133 | <body>
134 | <p> 134 | <p>
135 | <applet> 135 | <object>
136 | type="application/x-non-existant-plugin"
136 | <p> 137 | <p>
137 | "X" 138 | "X"
138 139
139 #data 140 #data
140 <!doctype html><listing> 141 <!doctype html><listing>
141 X</listing> 142 X</listing>
142 #errors 143 #errors
143 #document 144 #document
144 | <!DOCTYPE html> 145 | <!DOCTYPE html>
145 | <html> 146 | <html>
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
381 #data 382 #data
382 <select><keygen> 383 <select><keygen>
383 #errors 384 #errors
384 Not known 385 Not known
385 #document 386 #document
386 | <html> 387 | <html>
387 | <head> 388 | <head>
388 | <body> 389 | <body>
389 | <select> 390 | <select>
390 | <keygen> 391 | <keygen>
OLDNEW
« no previous file with comments | « LayoutTests/html5lib/resources/tests19.dat ('k') | LayoutTests/http/tests/security/cross-frame-access-get.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698