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

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

Issue 2109263002: Revert of Update containing block's positioned descendants list when an object becomes ... (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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/overflow/add-visual-overflow-and-change-container-position-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/overflow/add-visual-overflow-and-change-container-position.html
diff --git a/third_party/WebKit/LayoutTests/fast/overflow/add-visual-overflow-and-change-container-position.html b/third_party/WebKit/LayoutTests/fast/overflow/add-visual-overflow-and-change-container-position.html
deleted file mode 100644
index 7cb36d9aeb4d8b1339699e9c59157c45e1bd7b69..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/overflow/add-visual-overflow-and-change-container-position.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<!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 id="container" style="width: 200px; height: 200px">
- <div id="target" style="width: 200px; height: 200px; background-color: blue"></div>
-</div>
-<script src="../../resources/run-after-layout-and-paint.js"></script>
-<script>
-runAfterLayoutAndPaint(function() {
- container.style.position = 'fixed';
- target.style.boxShadow = '50px 50px black';
-}, true);
-</script>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/overflow/add-visual-overflow-and-change-container-position-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698