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

Unified Diff: LayoutTests/fast/regions/shape-inside/shape-inside-on-regions-expected.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-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 431319ec743446baa95f883ba2296a3ea662f527..af49b1e6f0a2308f4d0f12522373a1580044517c 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
@@ -11,13 +11,13 @@
#region1 {
width: 180px;
height: 100px;
- -webkit-shape-inside: rectangle(0, 0, 130px, 100px);
+ shape-inside: rectangle(0, 0, 130px, 100px);
margin-top: 10px;
}
#region2 {
width: 300px;
height: 150px;
- -webkit-shape-inside: rectangle(0, 0, 220px, 150px);
+ shape-inside: rectangle(0, 0, 220px, 150px);
margin-top: 60px;
}
#region3 {

Powered by Google App Engine
This is Rietveld 408576698