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

Unified Diff: LayoutTests/compositing/img-layer-grow.html

Issue 14120003: Move LayoutTests from platform/chromium/... to generic location (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 months 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/compositing/img-layer-grow.html
diff --git a/LayoutTests/platform/chromium/compositing/img-layer-grow.html b/LayoutTests/compositing/img-layer-grow.html
similarity index 76%
rename from LayoutTests/platform/chromium/compositing/img-layer-grow.html
rename to LayoutTests/compositing/img-layer-grow.html
index 1e70c194eac4cb08994a005661beb18e2b4df9c0..96a1d1ac95038b04b561c649408cc0d2795aaed1 100644
--- a/LayoutTests/platform/chromium/compositing/img-layer-grow.html
+++ b/LayoutTests/compositing/img-layer-grow.html
@@ -1,7 +1,7 @@
<!DOCTYPE HTML>
<html>
<head>
-<script src="../../../compositing/resources/mock_scrollbars.js"></script>
+<script src="resources/mock_scrollbars.js"></script>
<script type="text/javascript" charset="utf-8">
if (window.testRunner) {
@@ -27,7 +27,7 @@
</head>
<body>
<div id="div">
- <img id="image" src="../../../compositing/resources/apple.jpg" style="-webkit-transform: translateZ(0);">
+ <img id="image" src="resources/apple.jpg" style="-webkit-transform: translateZ(0);">
</div>
</body>
</html>
« no previous file with comments | « LayoutTests/compositing/huge-mask-layer-expected.txt ('k') | LayoutTests/compositing/img-layer-grow-expected.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698