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

Unified Diff: LayoutTests/fast/block/positioning/abspos-auto-left-and-width-change-parent-margin-left-expected.html

Issue 1217833007: Cannot rely on auto-positioned absolutely positioned descendants being marked for layout. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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/block/positioning/abspos-auto-left-and-width-change-parent-margin-left-expected.html
diff --git a/LayoutTests/fast/block/positioning/abspos-auto-left-and-width-change-parent-margin-left-expected.html b/LayoutTests/fast/block/positioning/abspos-auto-left-and-width-change-parent-margin-left-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..4e77bc91fb16b9b40fbe22c9efa1b4ed69d84660
--- /dev/null
+++ b/LayoutTests/fast/block/positioning/abspos-auto-left-and-width-change-parent-margin-left-expected.html
@@ -0,0 +1,3 @@
+<!DOCTYPE html>
+<p>The word "FAIL" should not be seen below.</p>
+<div style="margin-left:200px; width:300px; height:25em; background:blue;"></div>

Powered by Google App Engine
This is Rietveld 408576698