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

Unified Diff: LayoutTests/fast/regions/shape-inside/shape-inside-on-regions-expected.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
Index: LayoutTests/fast/regions/shape-inside/shape-inside-on-regions-expected.html
diff --git a/LayoutTests/fast/regions/shape-inside/shape-inside-on-regions-expected.html b/LayoutTests/fast/regions/shape-inside/shape-inside-on-regions-expected.html
index c8e06d095778fcf1b0f4a0c0bbcd7e15da558d9c..431319ec743446baa95f883ba2296a3ea662f527 100644
--- a/LayoutTests/fast/regions/shape-inside/shape-inside-on-regions-expected.html
+++ b/LayoutTests/fast/regions/shape-inside/shape-inside-on-regions-expected.html
@@ -16,7 +16,7 @@
}
#region2 {
width: 300px;
- height: 145px;
+ height: 150px;
-webkit-shape-inside: rectangle(0, 0, 220px, 150px);
margin-top: 60px;
}

Powered by Google App Engine
This is Rietveld 408576698