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

Unified Diff: LayoutTests/fast/dom/element-attribute-js-null.html

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/fast/dom/element-attribute-js-null.html
diff --git a/LayoutTests/fast/dom/element-attribute-js-null.html b/LayoutTests/fast/dom/element-attribute-js-null.html
index 64793d2d839249ca0a4bcbb6b6a82dcf7792fde7..5253ada27557bcb80bc3e1d3ae74a88ae0bf3e68 100644
--- a/LayoutTests/fast/dom/element-attribute-js-null.html
+++ b/LayoutTests/fast/dom/element-attribute-js-null.html
@@ -122,21 +122,6 @@
]
},
{
- type: 'HTMLAppletElement',
- elementToUse: document.createElement('applet'),
- attributes: [
- {name: 'align', expectedNull: 'null'},
- {name: 'alt', expectedNull: 'null'},
- {name: 'archive', expectedNull: 'null'},
- {name: 'code', expectedNull: 'null'},
- {name: 'codeBase', expectedNull: 'null', isUrl: true},
- {name: 'height', expectedNull: 'null'},
- {name: 'name', expectedNull: 'null'},
- {name: 'object', expectedNull: 'null', isUrl: true},
- {name: 'width', expectedNull: 'null'}
- ]
- },
- {
type: 'HTMLAreaElement',
elementToUse: document.createElement('area'),
attributes: [

Powered by Google App Engine
This is Rietveld 408576698