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

Unified Diff: LayoutTests/fast/multicol/composited-inner-multicol-expected.html

Issue 816683002: [New Multicolumn] Minimal support for nested multicol in RenderLayer. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: code review - more links. Created 5 years, 11 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/composited-inner-multicol-expected.html
diff --git a/LayoutTests/fast/multicol/composited-inner-multicol-expected.html b/LayoutTests/fast/multicol/composited-inner-multicol-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..2ba1ee00bf34404ff1cb9549788617427ee1f0b3
--- /dev/null
+++ b/LayoutTests/fast/multicol/composited-inner-multicol-expected.html
@@ -0,0 +1,18 @@
+<!DOCTYPE html>
+<p>Below you should see the word 'PASS' (with some extra letter spacing), on a yellow background
+ (which should be a bit faded near the top).</p>
+<div style="position:absolute; will-change:transform; left:15em; width:7em; height:3.3em; opacity:0.8; background:white;"></div>
+<div style="width:30em; height:7em; line-height:2em;">
+ <div style="float:left; width:15em; height:100%;"></div>
+ <div style="float:left; width:15em; height:100%;">
+ <br>
+ <div style="width:4em; height:2em; margin:0.5em; padding:0.5em; background:yellow;">
+ <div style="float:left; width:1em;">P</div>
+ <div style="float:left; position:relative; z-index:1;">
+ <div style="float:left; width:1em;">A</div>
+ <div style="float:left; width:1em;">S</div>
+ </div>
+ <div style="float:left; width:1em;">S</div>
+ </div>
+ </div>
+</div>

Powered by Google App Engine
This is Rietveld 408576698