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

Unified Diff: LayoutTests/fast/multicol/old/shrink-to-column-height-for-pagination.html

Issue 299373006: Move old multicol tests to a separate directory. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 7 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/fast/multicol/old/shrink-to-column-height-for-pagination.html
diff --git a/LayoutTests/fast/multicol/shrink-to-column-height-for-pagination.html b/LayoutTests/fast/multicol/old/shrink-to-column-height-for-pagination.html
similarity index 71%
rename from LayoutTests/fast/multicol/shrink-to-column-height-for-pagination.html
rename to LayoutTests/fast/multicol/old/shrink-to-column-height-for-pagination.html
index 8e7d7552dd58fa30a7d5238c9cf1b5bae18b4281..7349375213cb1b01279caefa2d944858615a4a0d 100644
--- a/LayoutTests/fast/multicol/shrink-to-column-height-for-pagination.html
+++ b/LayoutTests/fast/multicol/old/shrink-to-column-height-for-pagination.html
@@ -2,11 +2,11 @@
<body style="margin:0;">
<div id="container" style="width:400px; overflow:-webkit-paged-x; -webkit-writing-mode:vertical-rl;">
<div style="width:100%; height:100%; margin:8px;">
- <img src="resources/big-green.png" style="width:100%; height:100%; max-width:100%; max-height:100%;"/>
+ <img src="../resources/big-green.png" style="width:100%; height:100%; max-width:100%; max-height:100%;"/>
</div>
</div>
<script>
document.getElementById("container").scrollLeft = -400;
</script>
</body>
-</html>
+</html>

Powered by Google App Engine
This is Rietveld 408576698