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

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

Issue 740223003: Revive tests for Document.createAttributeNS() and Element.setAttributeNodeNS() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: deprecation messages 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/coreDOM-element-attribute-js-null.xhtml
diff --git a/LayoutTests/fast/dom/coreDOM-element-attribute-js-null.xhtml b/LayoutTests/fast/dom/coreDOM-element-attribute-js-null.xhtml
index 089ffb77907c29e9c975867dab4b76b6152faee8..41a6d3612b3c9970d2a426d1b4c864b8a57b1221 100644
--- a/LayoutTests/fast/dom/coreDOM-element-attribute-js-null.xhtml
+++ b/LayoutTests/fast/dom/coreDOM-element-attribute-js-null.xhtml
@@ -48,7 +48,7 @@
var listing = [
{
type: 'Attr',
- elementToUse: document.createAttribute('anAttribute'),
+ elementToUse: document.createAttributeNS('http://www.w3.org/1999/xhtml','anAttribute'),
attributes: [
{name: 'value', expectedNull: null}
]
« no previous file with comments | « LayoutTests/fast/dom/Node/script-tests/initial-values.js ('k') | LayoutTests/fast/dom/serialize-nodes.xhtml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698