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

Unified Diff: LayoutTests/fast/dom/shadow/insertion-point-resetStyleInheritance.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/dom/shadow/insertion-point-resetStyleInheritance.html
diff --git a/LayoutTests/fast/dom/shadow/insertion-point-resetStyleInheritance.html b/LayoutTests/fast/dom/shadow/insertion-point-resetStyleInheritance.html
index 721562dcb00e8c30ab591c9e0a2a82ef612d49c9..83871b7ac514620a79da55dff27593b5f64d80fd 100644
--- a/LayoutTests/fast/dom/shadow/insertion-point-resetStyleInheritance.html
+++ b/LayoutTests/fast/dom/shadow/insertion-point-resetStyleInheritance.html
@@ -7,7 +7,7 @@ div.resetTest {
color: #fee;
}
</style>
-<script src="../../js/resources/js-test-pre.js"></script>
+<script src="../../../resources/js-test.js"></script>
<script>
function testNoResetStyleInheritance() {
debug("Test case: no reset-style-inheritance. color value should be inherited from the shadow host.");

Powered by Google App Engine
This is Rietveld 408576698