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

Unified Diff: LayoutTests/fast/block/float/trailing-float-layout.html

Issue 1298603004: Ensure floats get added to floating objects list even if they don't have a linebox (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated Created 5 years, 4 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 | LayoutTests/fast/block/float/trailing-float-layout-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/block/float/trailing-float-layout.html
diff --git a/LayoutTests/fast/block/float/trailing-float-layout.html b/LayoutTests/fast/block/float/trailing-float-layout.html
new file mode 100644
index 0000000000000000000000000000000000000000..3a5db73f75be69ad2a94331c83fe0066376db7d2
--- /dev/null
+++ b/LayoutTests/fast/block/float/trailing-float-layout.html
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<object>
+ <span style="display: inline-block;"><span id="float" style="float: left; width: 1px; height: 150px" data-expected-height=0></span></span>
+ <div style="padding-top: 55%"></div>
+</object>
+<p>crbug.com/517030: Ensure trailing float gets a layout.</p>
+<script src="../../../resources/check-layout.js"></script>
+<script>
+ checkLayout('#float');
+</script>
« no previous file with comments | « no previous file | LayoutTests/fast/block/float/trailing-float-layout-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698