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

Unified Diff: LayoutTests/http/tests/css/shape-image-file-expected.html

Issue 226203010: [CSS Shapes] shape-outside from image doesn't load properly (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: corrected a flaw in clearShapeOutside that cropped up in webkit_unit_test 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
« no previous file with comments | « LayoutTests/http/tests/css/shape-image-file.html ('k') | Source/core/rendering/RenderBlock.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/http/tests/css/shape-image-file-expected.html
diff --git a/LayoutTests/http/tests/css/shape-image-file-expected.html b/LayoutTests/http/tests/css/shape-image-file-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..8c73870b304784199c5676f944eb0e0510c5f50c
--- /dev/null
+++ b/LayoutTests/http/tests/css/shape-image-file-expected.html
@@ -0,0 +1,20 @@
+<!DOCTYPE html>
+<html>
+<head>
+<style>
+#image-shape {
+ float: left;
+}
+
+#content {
+ font: 60px/1 Ahem, sans-serif;
+ color: green;
+}
+</style>
+<p>The green squares should appear to the right of and below Abe's photo.</p>
+<div id="content">
+ <img id="image-shape" src="resources/abe.png"/>
+ X<br>X<br>X
+</div>
+</body>
+</html>
« no previous file with comments | « LayoutTests/http/tests/css/shape-image-file.html ('k') | Source/core/rendering/RenderBlock.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698