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

Unified Diff: LayoutTests/fast/regions/shape-inside/shape-inside-recursive-layout.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-recursive-layout.html
diff --git a/LayoutTests/fast/regions/shape-inside/shape-inside-recursive-layout.html b/LayoutTests/fast/regions/shape-inside/shape-inside-recursive-layout.html
index c36cdc45196d3ee59b3d31bb77e809831efb3055..00edd87120d698f7984a6b63a51a75f964c76683 100644
--- a/LayoutTests/fast/regions/shape-inside/shape-inside-recursive-layout.html
+++ b/LayoutTests/fast/regions/shape-inside/shape-inside-recursive-layout.html
@@ -12,7 +12,7 @@
.region {
width: 100px;
height: 100px;
- -webkit-shape-inside: rectangle(0, 0, 100%, 100%);
+ shape-inside: rectangle(0, 0, 100%, 100%);
}
.content * {
color: green;

Powered by Google App Engine
This is Rietveld 408576698