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

Side by Side Diff: LayoutTests/html5lib/generated/run-tests7-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 CONSOLE ERROR: line 1: Uncaught SyntaxError: Unexpected token < 1 CONSOLE ERROR: line 1: Uncaught SyntaxError: Unexpected token <
2 ../resources/tests7.dat: PASS 2 ../resources/tests7.dat:
3 11
4
5 Test 11 of 30 in ../resources/tests7.dat failed. Input:
6 <!doctype html><p><applet><p>X</p></applet>
7 Got:
8 | <!DOCTYPE html>
9 | <html>
10 | <head>
11 | <body>
12 | <p>
13 | <applet>
14 | <p>
15 | "X"
16 Expected:
17 | <!DOCTYPE html>
18 | <html>
19 | <head>
20 | <body>
21 | <p>
22 | <applet>
23 | <p>
24 | "X"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698