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

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

Issue 688333002: Remove the Element.prefix setter (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 6 years, 1 month 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 43823ad5c00fd2fc52121fd127321545d375fadf..64793d2d839249ca0a4bcbb6b6a82dcf7792fde7 100644
--- a/LayoutTests/fast/dom/element-attribute-js-null.html
+++ b/LayoutTests/fast/dom/element-attribute-js-null.html
@@ -77,10 +77,6 @@
elementToUse: document.createElement('div'),
attributes: [
{name: 'nodeValue', expectedNull: null},
- // 'prefix' only works because this is an HTMLElement type node, if it were an
- // XML node (created using createElementNS()) this would throw an exception. We
- // should test this further as Firefox has a different behavior.
- {name: 'prefix', expectedNull: null},
{name: 'textContent', expectedNull: ''}
]
},

Powered by Google App Engine
This is Rietveld 408576698