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

Unified Diff: LayoutTests/fast/multicol/text-shadow-at-column-boundaries.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/text-shadow-at-column-boundaries.html
diff --git a/LayoutTests/fast/multicol/text-shadow-at-column-boundaries.html b/LayoutTests/fast/multicol/text-shadow-at-column-boundaries.html
new file mode 100644
index 0000000000000000000000000000000000000000..f88e46d694053a5ac175c6abbf0f26f09af6bdb9
--- /dev/null
+++ b/LayoutTests/fast/multicol/text-shadow-at-column-boundaries.html
@@ -0,0 +1,21 @@
+<!DOCTYPE html>
+<p>Text shadow should not affect layout. This obviously also applies inside multicol.</p>
+<p>Below there should only be a blue square, and nothing else.</p>
+<div style="-webkit-columns:4; -webkit-column-gap:0; width:8em; height:8em; line-height:2em; text-shadow:0.5em 0.5em 0 blue; color:blue; background:blue;">
+ F<br>
+ A<br>
+ I<br>
+ L<br>
+ F<br>
+ A<br>
+ I<br>
+ L<br>
+ F<br>
+ A<br>
+ I<br>
+ L<br>
+ F<br>
+ A<br>
+ I<br>
+ L<br>
+</div>

Powered by Google App Engine
This is Rietveld 408576698