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

Unified Diff: third_party/WebKit/LayoutTests/fast/block/float/add-inline-before-float-and-into-anonymous-block-container.html

Issue 1411543009: Manually revert "Fold out-of-flow objects into anonymous blocks when removing children" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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/block/float/add-inline-before-float-and-into-anonymous-block-container-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/block/float/add-inline-before-float-and-into-anonymous-block-container.html
diff --git a/third_party/WebKit/LayoutTests/fast/block/float/add-inline-before-float-and-into-anonymous-block-container.html b/third_party/WebKit/LayoutTests/fast/block/float/add-inline-before-float-and-into-anonymous-block-container.html
deleted file mode 100644
index 1780f6e5895454269997d9402f585af595c63535..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/block/float/add-inline-before-float-and-into-anonymous-block-container.html
+++ /dev/null
@@ -1,27 +0,0 @@
-<!DOCTYPE html>
-<style>
-.block {
- width: 25px;
- height: 50px;
- background-color: green;
-}
-
-.float {
- width: 25px;
- height: 50px;
- background-color: green;
- float: left;
-}
-</style>
-<p>crbug.com/322039: There should be a green <em>square</em> below.</p>
-<div>
- <div></div>
- <br>
- <div id="first" class="block"></div>
- <div class="float"></div>
-</div>
-<script>
- document.body.offsetTop;
- document.getElementById("first").style.display = "inline-block";
-</script>
-
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/block/float/add-inline-before-float-and-into-anonymous-block-container-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698