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

Unified Diff: LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-outermost-expected.html

Issue 23084002: Use the outermost float for shape-outside (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 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
Index: LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-outermost-expected.html
diff --git a/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-outermost-expected.html b/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-outermost-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..c95e346c9144ab13d6a16cd3a9cfd83f0366b19f
--- /dev/null
+++ b/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-outermost-expected.html
@@ -0,0 +1,24 @@
+<!DOCTYPE html>
+<style>
+ .container {
+ line-height: 100px;
+ font: 100px/1 Ahem;
+ }
+ .short {
+ float: left;
+ width: 50px;
+ height: 20px;
+ clear: left;
+ margin-bottom: 10px;
+ background-color: black;
+ }
+</style>
+<body>
+ <div class="container">
+ <div class="short"></div>
+ <div class="short"></div>
+ <div class="short"></div>
+ XXXX
+ </div>
+</body>
+
« no previous file with comments | « LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-outermost.html ('k') | Source/core/rendering/RenderBlock.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698