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

Side by Side 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, 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <style>
3 .inline-block
4 {
5 width: 50px;
6 height: 50px;
7 background-color: green;
8 display: inline-block;
9 }
10 </style>
11 <p>crbug.com/523282: There should be a green <em>square</em> below.</p>
12 <div>
13 <div class="inline-block"></div>
14 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698