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

Unified Diff: LayoutTests/html5lib/generated/run-tests7-data-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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/html5lib/generated/run-tests7-data-expected.txt
diff --git a/LayoutTests/html5lib/generated/run-tests7-data-expected.txt b/LayoutTests/html5lib/generated/run-tests7-data-expected.txt
index a34b5b02ea97d8bde20eb18fa1a6fba7eeb0436d..83ec533e8b9129ef83a6e64cc03a83efe3fa5ea6 100644
--- a/LayoutTests/html5lib/generated/run-tests7-data-expected.txt
+++ b/LayoutTests/html5lib/generated/run-tests7-data-expected.txt
@@ -1,2 +1,24 @@
CONSOLE ERROR: line 1: Uncaught SyntaxError: Unexpected token <
-../resources/tests7.dat: PASS
+../resources/tests7.dat:
+11
+
+Test 11 of 30 in ../resources/tests7.dat failed. Input:
mstensho (USE GERRIT) 2015/08/20 09:45:56 Need to update or remove this test from tests7.dat
dcheng 2015/08/21 06:53:33 I've updated this to use the <object> tag. By my r
+<!doctype html><p><applet><p>X</p></applet>
+Got:
+| <!DOCTYPE html>
+| <html>
+| <head>
+| <body>
+| <p>
+| <applet>
+| <p>
+| "X"
+Expected:
+| <!DOCTYPE html>
+| <html>
+| <head>
+| <body>
+| <p>
+| <applet>
+| <p>
+| "X"

Powered by Google App Engine
This is Rietveld 408576698