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

Unified Diff: LayoutTests/fast/regions/shape-inside/shape-inside-on-regions-inline-content-polygon-with-adjustment.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-polygon-with-adjustment.html
diff --git a/LayoutTests/fast/regions/shape-inside/shape-inside-on-regions-inline-content-polygon-with-adjustment.html b/LayoutTests/fast/regions/shape-inside/shape-inside-on-regions-inline-content-polygon-with-adjustment.html
index a9b7645844ea31ba4bfe5ecd4a21f38fd32ec381..a83912fd9733500cdbb00a8f23cc4c809c5c6f9a 100644
--- a/LayoutTests/fast/regions/shape-inside/shape-inside-on-regions-inline-content-polygon-with-adjustment.html
+++ b/LayoutTests/fast/regions/shape-inside/shape-inside-on-regions-inline-content-polygon-with-adjustment.html
@@ -27,7 +27,7 @@
border: 15px solid black;
border-top: 30px solid green;
margin-top: 10px;
- -webkit-shape-inside: polygon(30px 30px, 380px 380px, 10px 380px);
+ shape-inside: polygon(30px 30px, 380px 380px, 10px 380px);
}
</style>
</head>

Powered by Google App Engine
This is Rietveld 408576698