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

Unified Diff: LayoutTests/fast/regions/shape-inside/shape-inside-on-additional-regions.html

Issue 19865002: [CSS Shapes] Port shape-inside on regions and shape's content overflow from WebKit (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: [CSS Shapes] Port shape-inside on regions and shape's content overflow from WebKit Created 7 years, 5 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 | « no previous file | LayoutTests/fast/regions/shape-inside/shape-inside-on-additional-regions-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/regions/shape-inside/shape-inside-on-additional-regions.html
diff --git a/LayoutTests/fast/regions/shape-inside/shape-inside-on-additional-regions.html b/LayoutTests/fast/regions/shape-inside/shape-inside-on-additional-regions.html
index 7ef9aa86146cd14fa02767cdaed909f9e43fd4ff..6b98377b457dda4241c46bab7aa26e20bff2ae02 100644
--- a/LayoutTests/fast/regions/shape-inside/shape-inside-on-additional-regions.html
+++ b/LayoutTests/fast/regions/shape-inside/shape-inside-on-additional-regions.html
@@ -21,7 +21,8 @@
}
#region_with_shape_inside {
border: 1px solid black;
- -webkit-shape-inside: rectangle(50px, 0px, 200px, 150px);
+ -webkit-shape-inside: rectangle(50px, 0px, 250px, 300px);
+ overflow: hidden;
background-color: orange;
}
</style>
« no previous file with comments | « no previous file | LayoutTests/fast/regions/shape-inside/shape-inside-on-additional-regions-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698