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

Unified Diff: LayoutTests/fast/multicol/composited-relpos-simple.html

Issue 625903004: [New Multicolumn] Correct paint rectangle calculation for compositing. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 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
« no previous file with comments | « no previous file | LayoutTests/fast/multicol/composited-relpos-simple-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/multicol/composited-relpos-simple.html
diff --git a/LayoutTests/fast/multicol/composited-relpos-simple.html b/LayoutTests/fast/multicol/composited-relpos-simple.html
new file mode 100644
index 0000000000000000000000000000000000000000..541f859ebfbd4ee00d6481968b1a7a0a3c384940
--- /dev/null
+++ b/LayoutTests/fast/multicol/composited-relpos-simple.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<p>The word 'PASS' should be seen below.</p>
+<div style="transform:translateZ(0); width:3em; height:3em; background:yellow;"></div>
Julien - ping for review 2014/10/03 17:50:21 In this test, the composited element is not in the
mstensho (USE GERRIT) 2014/10/03 18:51:39 It seems to be what it takes to trigger compositin
+<div style="-webkit-columns:2; column-fill:auto; height:13em; line-height:2em;">
+ <br>
+ <br>
+ <br>
+ <br>
+ <br>
+ <div style="position:relative; margin:10px; background:yellow;">PASS</div>
Julien - ping for review 2014/10/03 17:50:21 Do we need the position: relative here?
mstensho (USE GERRIT) 2014/10/03 18:51:39 Yes, then it becomes a layer, and it would fail to
mstensho (USE GERRIT) 2014/10/06 12:39:49 The reason why this one gets composited is Composi
+</div>
« no previous file with comments | « no previous file | LayoutTests/fast/multicol/composited-relpos-simple-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698