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

Unified Diff: LayoutTests/fast/regions/shape-inside/shape-inside-on-regions-inline-content-overflow-bottom-positioned-multiple-shapes.html

Issue 60873002: Removing the -webkit prefix from CSS Regions-Shapes tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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-inline-content-overflow-bottom-positioned-multiple-shapes.html
diff --git a/LayoutTests/fast/regions/shape-inside/shape-inside-on-regions-inline-content-overflow-bottom-positioned-multiple-shapes.html b/LayoutTests/fast/regions/shape-inside/shape-inside-on-regions-inline-content-overflow-bottom-positioned-multiple-shapes.html
index add7a1b352a82db015dfb5a961441fa737cae3ea..4a57383f49092f9c89d996a6bb3ef9d9a1cb0a8c 100644
--- a/LayoutTests/fast/regions/shape-inside/shape-inside-on-regions-inline-content-overflow-bottom-positioned-multiple-shapes.html
+++ b/LayoutTests/fast/regions/shape-inside/shape-inside-on-regions-inline-content-overflow-bottom-positioned-multiple-shapes.html
@@ -19,10 +19,10 @@
border: 2px solid green;
padding: 10px;
}
- #region1 { -webkit-shape-inside: rectangle(50px, 100px, 100px, 100px); }
+ #region1 { shape-inside: rectangle(50px, 100px, 100px, 100px); }
#region2 {
margin-top: 10px;
- -webkit-shape-inside: rectangle(25px, 100px, 140px, 100px);
+ shape-inside: rectangle(25px, 100px, 140px, 100px);
}
#border1 {
position: absolute;

Powered by Google App Engine
This is Rietveld 408576698