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

Unified Diff: sky/tests/layout/position-absolute-expected.txt

Issue 944073006: Remove the concept of staticly positioned absolutes. (Closed) Base URL: git@github.com:domokit/mojo.git@position
Patch Set: Created 5 years, 10 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: sky/tests/layout/position-absolute-expected.txt
diff --git a/sky/tests/layout/position-absolute-expected.txt b/sky/tests/layout/position-absolute-expected.txt
index 58658574d3f166bc29b676bccb80eaeba2d39583..8021bc56ca5ff6668bc85dcac58e295c805bb698 100644
--- a/sky/tests/layout/position-absolute-expected.txt
+++ b/sky/tests/layout/position-absolute-expected.txt
@@ -4,18 +4,18 @@ layer at (0,0) size 100x100
RenderBlock {block} at (0,0) size 100x100 [bgcolor=#FFC0CB]
RenderBlock {spacer} at (0,0) size 40x40 [bgcolor=#FFEFD5] [border: (5px solid #800080)]
RenderBlock {spacer} at (0,40) size 40x40 [bgcolor=#FFEFD5] [border: (5px solid #800080)]
-layer at (0,40) size 20x20
- RenderBlock (positioned) {absolute} at (0,40) size 20x20 [bgcolor=#008000]
+layer at (0,0) size 20x20
+ RenderBlock (positioned) {absolute} at (0,0) size 20x20 [bgcolor=#008000]
layer at (0,150) size 100x100
RenderParagraph {paragraph} at (0,150) size 100x100 [bgcolor=#FFA500]
RenderBlock (inline-block) {spacer} at (0,0) size 40x40 [bgcolor=#FFEFD5] [border: (5px solid #800080)]
RenderBlock (inline-block) {spacer} at (40,0) size 40x40 [bgcolor=#FFEFD5] [border: (5px solid #800080)]
-layer at (0,194) size 20x20
- RenderBlock (positioned) {absolute} at (0,44) size 20x20 [bgcolor=#008000]
+layer at (0,150) size 20x20
+ RenderBlock (positioned) {absolute} at (0,0) size 20x20 [bgcolor=#008000]
layer at (0,300) size 100x100
RenderFlexibleBox {flex} at (0,300) size 100x100 [bgcolor=#FA8072]
RenderBlock {spacer} at (0,0) size 40x40 [bgcolor=#FFEFD5] [border: (5px solid #800080)]
RenderBlock {spacer} at (40,0) size 40x40 [bgcolor=#FFEFD5] [border: (5px solid #800080)]
-layer at (40,300) size 20x20
- RenderBlock (positioned) {absolute} at (40,0) size 20x20 [bgcolor=#008000]
+layer at (0,300) size 20x20
+ RenderBlock (positioned) {absolute} at (0,0) size 20x20 [bgcolor=#008000]

Powered by Google App Engine
This is Rietveld 408576698