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

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

Issue 1423573002: Remove anonymous block wrapper when all children become inline (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated Created 5 years, 2 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/block/float/add-inline-before-float-and-after-anonymous-block-expected.html
diff --git a/third_party/WebKit/LayoutTests/fast/block/float/add-inline-before-float-and-after-anonymous-block-expected.html b/third_party/WebKit/LayoutTests/fast/block/float/add-inline-before-float-and-after-anonymous-block-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..0c079bdc7b4835cf45a1c80a55b6e7e69d6fb453
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/block/float/add-inline-before-float-and-after-anonymous-block-expected.html
@@ -0,0 +1,14 @@
+<!DOCTYPE html>
+<style>
+.inline-block
+{
+ width: 50px;
+ height: 50px;
+ background-color: green;
+ display: inline-block;
+}
+</style>
+<p>crbug.com/523282: There should be a green <em>square</em> below.</p>
+<div>
+ <div class="inline-block"></div>
+</div>

Powered by Google App Engine
This is Rietveld 408576698