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

Unified 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, 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/resources/tests7.dat
diff --git a/LayoutTests/html5lib/resources/tests7.dat b/LayoutTests/html5lib/resources/tests7.dat
index f5193c660bcac9e815344046edcca5212bd550c5..54bc97ba547dadd69ef1f977b30e59ad33068ed9 100644
--- a/LayoutTests/html5lib/resources/tests7.dat
+++ b/LayoutTests/html5lib/resources/tests7.dat
@@ -124,7 +124,7 @@ Line: 1 Col: 45 Unexpected start tag (meta) in table context caused voodoo mode.
| " "
#data
-<!doctype html><p><applet><p>X</p></applet>
+<!doctype html><p><object type="application/x-non-existant-plugin"><p>X</p></object>
#errors
#document
| <!DOCTYPE html>
@@ -132,7 +132,8 @@ Line: 1 Col: 45 Unexpected start tag (meta) in table context caused voodoo mode.
| <head>
| <body>
| <p>
-| <applet>
+| <object>
+| type="application/x-non-existant-plugin"
| <p>
| "X"
« 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