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

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

Issue 244693003: [CSS Shapes] Add parsing support for gradients (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Increase threshold Created 6 years, 8 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-linear-gradient-expected.html
diff --git a/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-image-fit-002-expected.html b/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-linear-gradient-expected.html
similarity index 52%
copy from LayoutTests/fast/shapes/shape-outside-floats/shape-outside-image-fit-002-expected.html
copy to LayoutTests/fast/shapes/shape-outside-floats/shape-outside-linear-gradient-expected.html
index 42f0d08a0fe3dd70f6f5096d12a21f3fdfc25d5f..03e1958b52b3fbdc7225d505f2e9368cfacc8088 100644
--- a/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-image-fit-002-expected.html
+++ b/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-linear-gradient-expected.html
@@ -4,19 +4,19 @@
<style>
#image-shape {
float: left;
- width: 100px;
- height: 200px;
+ width: 25px; /* shape-outside intervals derived from images are end-point exclusive */
+ height: 100px;
}
#content {
font: 50px/1 Ahem, sans-serif;
+ width: 600px;
color: green;
}
</style>
<div id="content">
- <img id="image-shape"/>
- X<br>X<br>X<br>X<br>X
+ <div id="image-shape"></div>
+ X<br>X<br>X
</div>
</body>
</html>
-

Powered by Google App Engine
This is Rietveld 408576698