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

Unified Diff: third_party/WebKit/LayoutTests/fast/overflow/add-visual-overflow-and-change-container-position-expected.html

Issue 2111643002: Update containing block's positioned descendants list when an object becomes out-of-flow-positioned (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2743
Patch Set: Created 4 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: third_party/WebKit/LayoutTests/fast/overflow/add-visual-overflow-and-change-container-position-expected.html
diff --git a/third_party/WebKit/LayoutTests/fast/overflow/add-visual-overflow-and-change-container-position-expected.html b/third_party/WebKit/LayoutTests/fast/overflow/add-visual-overflow-and-change-container-position-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..d8f59c967ad1db58bc7e6d00897f6c7d295beff7
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/overflow/add-visual-overflow-and-change-container-position-expected.html
@@ -0,0 +1,4 @@
+<!DOCTYPE html>
+Tests overflow recalc when container changes position but no layout is scheduled for descendants.
+Passes if the blue square has black box shadow.
+<div style="width: 200px; height: 200px; background-color: blue; box-shadow: 50px 50px black"></div>

Powered by Google App Engine
This is Rietveld 408576698