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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <p>Test that a paged container in vertical writing mode shrinks to fit within it s containing block.</p>
3 <p>There should be a yellow rectangle below, and the word 'PASS' should be seen in the bottom left corner.</p>
4 <div style="position:relative; height:300px; background:yellow;">
5 <div style="position:absolute; height:1.2em; bottom:0;">PASS</div>
6 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698