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

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

Issue 149513005: Stacked floats with shape-outside should allow inline content to interact with the non-outermost fl… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Replace nullptr with 0 to make linux build happy Created 6 years, 10 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-stacked-002-expected.html
diff --git a/LayoutTests/csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-stacked-000-expected.html b/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-stacked-002-expected.html
similarity index 55%
copy from LayoutTests/csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-stacked-000-expected.html
copy to LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-stacked-002-expected.html
index 8ff868cc61c18be16711d44b904cb4ff04357750..5da4443d8bf22e8e5bbe2a8c514ce4dcab353d24 100644
--- a/LayoutTests/csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-stacked-000-expected.html
+++ b/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-stacked-002-expected.html
@@ -1,17 +1,16 @@
<!DOCTYPE html>
-<title>CSS RefTest Reference</title>
-<link rel="author" title="Adobe" href="http://html.adobe.com/">
-<link rel="author" title="Bem Jones-Bey" href="mailto:bjonesbe@adobe.com">
-<meta name="flags" content="ahem">
<style>
.container {
- width: 300px;
+ width: 200px;
height: 100px;
+ font: 100px/1 Ahem, sans-serif;
background-color: green;
margin-bottom: 50px;
+ color: green;
}
</style>
<body>
+ <p>Shapes should not affact float stacking, but should affect inline content.</p>
<p>You should see two green rectanges. There should be no red.</p>
<div class="container">
</div>

Powered by Google App Engine
This is Rietveld 408576698