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

Unified Diff: LayoutTests/fast/dom/Element/prefix-setter-exception.html

Issue 58533003: Move fast/js/resources files to resources. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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
« no previous file with comments | « LayoutTests/fast/dom/Element/parent-node-interface.html ('k') | LayoutTests/fast/dom/Element/remove.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dom/Element/prefix-setter-exception.html
diff --git a/LayoutTests/fast/dom/Element/prefix-setter-exception.html b/LayoutTests/fast/dom/Element/prefix-setter-exception.html
index cf9bcb4583d231148e863dcecbbc4a2773ec0e6c..44627d1d588ebbe96c5f44eb4cf0e50954437d83 100644
--- a/LayoutTests/fast/dom/Element/prefix-setter-exception.html
+++ b/LayoutTests/fast/dom/Element/prefix-setter-exception.html
@@ -4,7 +4,7 @@
<title>DOM L3 Core: Node Interface prefix property setter</title>
</head>
<body>
-<script src="../../js/resources/js-test-pre.js"></script>
+<script src="../../../resources/js-test.js"></script>
<script>
description('Test for the implementation of DOM Level 3 Core API on Node Interface: prefix setter. INVALID_CHARACTER_ERR: Raised if the specified prefix contains an illegal character according to the XML version in use specified in the Document.xmlVersion attribute. <a href="http://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-NodeNSPrefix">http://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-NodeNSPrefix</a>');
« no previous file with comments | « LayoutTests/fast/dom/Element/parent-node-interface.html ('k') | LayoutTests/fast/dom/Element/remove.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698