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

Unified Diff: LayoutTests/fast/dynamic/static-to-relative-with-absolute-child-in-multicol-expected.html

Issue 1218023004: Fix a regression when position:static with absolute child changed to relative (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: mstensho@ review in #10, and test from #11 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/dynamic/static-to-relative-with-absolute-child-in-multicol-expected.html
diff --git a/LayoutTests/fast/dynamic/static-to-relative-with-absolute-child-in-multicol-expected.html b/LayoutTests/fast/dynamic/static-to-relative-with-absolute-child-in-multicol-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..cc874337ac6b0bcedaac179b40efed850bc475d7
--- /dev/null
+++ b/LayoutTests/fast/dynamic/static-to-relative-with-absolute-child-in-multicol-expected.html
@@ -0,0 +1,18 @@
+<!DOCTYPE html>
+<p>The word "PASS" should be seen below.</p>
+<div id="outer" style="position:relative; height:200px;">
+ <div style="-webkit-columns:4; -webkit-column-gap:0; width:4em;">
+ <div id="newContainingBlock" style="position:relative;">
+ <div style="position:absolute; top:0; left:0; right:0; bottom:0;">
+ P<br>
+ A<br>
+ S<br>
+ S<br>
+ </div>
+ <br>
+ <br>
+ <br>
+ <br>
+ </div>
+ </div>
+</div>
« no previous file with comments | « LayoutTests/fast/dynamic/static-to-relative-with-absolute-child-in-multicol.html ('k') | Source/core/layout/LayoutBlock.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698