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

Unified Diff: LayoutTests/fast/dom/Element/setAttributeNS-namespace-err.html

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/Element/setAttributeNS-namespace-err.html
diff --git a/LayoutTests/fast/dom/DOMImplementation/createDocument-namespace-err.html b/LayoutTests/fast/dom/Element/setAttributeNS-namespace-err.html
similarity index 70%
copy from LayoutTests/fast/dom/DOMImplementation/createDocument-namespace-err.html
copy to LayoutTests/fast/dom/Element/setAttributeNS-namespace-err.html
index 3de19d57c09bd716998b912bc74b1918ff3b8fe0..03a2f7c61e826409d194d5ee44ead5955997cc11 100644
--- a/LayoutTests/fast/dom/DOMImplementation/createDocument-namespace-err.html
+++ b/LayoutTests/fast/dom/Element/setAttributeNS-namespace-err.html
@@ -4,6 +4,6 @@
<script src="../../../resources/js-test.js"></script>
</head>
<body>
-<script src="script-tests/createDocument-namespace-err.js"></script>
+<script src="script-tests/setAttributeNS-namespace-err.js"></script>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698