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

Unified Diff: LayoutTests/fast/css/counters/counterValueForElementById.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
Index: LayoutTests/fast/css/counters/counterValueForElementById.html
diff --git a/LayoutTests/fast/css/counters/counterValueForElementById.html b/LayoutTests/fast/css/counters/counterValueForElementById.html
index 7bd55c1df7a5772f3f93f12d13b9406b0333924a..b8c87945182c28429b901cd90e797665b35628e1 100644
--- a/LayoutTests/fast/css/counters/counterValueForElementById.html
+++ b/LayoutTests/fast/css/counters/counterValueForElementById.html
@@ -11,7 +11,7 @@
.show-three-greeks:before { content: counters(c, ".", lower-greek) counters(c, ".", lower-greek); }
.show-three-greeks:after { content: counters(c, ".", lower-greek); }
</style>
- <script src="../../js/resources/js-test-pre.js"></script>
+ <script src="../../../resources/js-test.js"></script>
</head>
<body>
<div>This is the test for window.internals.counterValueForElementById</div>
« no previous file with comments | « LayoutTests/fast/css/counters/counter-increment-tests.htm ('k') | LayoutTests/fast/css/counters/getCounterValue.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698