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

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

Issue 956553002: Rewrite fast/multicol/shrink-to-column-height-for-pagination.html as a reftest. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 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/shrink-to-column-height-for-pagination-expected.html
diff --git a/LayoutTests/fast/multicol/shrink-to-column-height-for-pagination-expected.html b/LayoutTests/fast/multicol/shrink-to-column-height-for-pagination-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..c1335d86a70dbc212baf729fde461c75b1f23cd4
--- /dev/null
+++ b/LayoutTests/fast/multicol/shrink-to-column-height-for-pagination-expected.html
@@ -0,0 +1,6 @@
+<!DOCTYPE html>
+<p>Test that a paged container in vertical writing mode shrinks to fit within its containing block.</p>
+<p>There should be a yellow rectangle below, and the word 'PASS' should be seen in the bottom left corner.</p>
+<div style="position:relative; height:300px; background:yellow;">
+ <div style="position:absolute; height:1.2em; bottom:0;">PASS</div>
+</div>

Powered by Google App Engine
This is Rietveld 408576698