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

Unified Diff: LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-not-a-layer-expected.html

Issue 23866007: Fix painting order for floats with shape-outside (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 3 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-not-a-layer-expected.html
diff --git a/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-not-a-layer-expected.html b/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-not-a-layer-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..5b31813d2a82dd1600bca9f3375957ba361dd944
--- /dev/null
+++ b/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-not-a-layer-expected.html
@@ -0,0 +1,24 @@
+<!DOCTYPE html>
+<style>
+ .container {
+ position: relative;
+ height: 10px;
+ width: 50px;
+ background-color: red;
+ }
+ .left {
+ position: absolute;
+ left: 0;
+ top: 0;
+ font: 10px/1 Ahem;
+ color: green;
+ }
+</style>
+<body>
+ You should see a green rectangle. You shouldn't see any red.
+ <div class="container">
+ <div class="left">
+ XXXXX
+ </div>
+ </div>
+</body>
« no previous file with comments | « LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-not-a-layer.html ('k') | Source/core/rendering/RenderBox.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698