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

Unified Diff: LayoutTests/fast/multicol/outlines-at-column-boundaries-expected.html

Issue 1224973002: Prevent overflowing content from affecting multicol layout. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase master Created 5 years, 5 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/outlines-at-column-boundaries-expected.html
diff --git a/LayoutTests/fast/multicol/outlines-at-column-boundaries-expected.html b/LayoutTests/fast/multicol/outlines-at-column-boundaries-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..cdebf861bbb60d4c86da3aba3c6bf3bce9b0ebcb
--- /dev/null
+++ b/LayoutTests/fast/multicol/outlines-at-column-boundaries-expected.html
@@ -0,0 +1,20 @@
+<!DOCTYPE html>
+<style>
+ .fakeColumn { float:left; width:1em; }
+</style>
+<p>Outlines shouldn't affect layout. This obviously also applies inside multicol.</p>
+<p>Below, the word "PASS" should be seen on a straight line three times, with large letter spacing, inside a blue box.</p>
+<div style="padding:2px; width:4em; height:7em; line-height:2em; background:blue; color:white;">
+ <span class="fakeColumn">
+ P<br>P<br>P<br>
+ </span>
+ <span class="fakeColumn">
+ A<br>A<br>A<br>
+ </span>
+ <span class="fakeColumn">
+ S<br>S<br>S<br>
+ </span>
+ <span class="fakeColumn">
+ S<br>S<br>S<br>
+ </span>
+</div>
« no previous file with comments | « LayoutTests/fast/multicol/outlines-at-column-boundaries.html ('k') | LayoutTests/fast/multicol/split-in-top-margin.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698