Chromium Code Reviews

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

Issue 690033002: Remove HTMLHeadElement.profile (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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 f8c5c1ef07db53401cb5d9c89954cf44a719a3db..43823ad5c00fd2fc52121fd127321545d375fadf 100644
--- a/LayoutTests/fast/dom/element-attribute-js-null.html
+++ b/LayoutTests/fast/dom/element-attribute-js-null.html
@@ -283,13 +283,6 @@
]
},
{
- type: 'HTMLHeadElement',
- elementToUse: document.createElement('head'),
- attributes: [
- {name: 'profile', expectedNull: ''}
- ]
- },
- {
type: 'HTMLHeadingElement',
// no need to test h2-h6
elementToUse: document.createElement('h1'),

Powered by Google App Engine