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

Unified Diff: LayoutTests/fast/regions/shape-inside/shape-inside-on-additional-regions.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
« no previous file with comments | « no previous file | LayoutTests/fast/regions/shape-inside/shape-inside-on-first-region-block-content.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/regions/shape-inside/shape-inside-on-additional-regions.html
diff --git a/LayoutTests/fast/regions/shape-inside/shape-inside-on-additional-regions.html b/LayoutTests/fast/regions/shape-inside/shape-inside-on-additional-regions.html
index 6b98377b457dda4241c46bab7aa26e20bff2ae02..adc77ad70f3c708aa73b84fee383764c093ad141 100644
--- a/LayoutTests/fast/regions/shape-inside/shape-inside-on-additional-regions.html
+++ b/LayoutTests/fast/regions/shape-inside/shape-inside-on-additional-regions.html
@@ -21,7 +21,7 @@
}
#region_with_shape_inside {
border: 1px solid black;
- -webkit-shape-inside: rectangle(50px, 0px, 250px, 300px);
+ shape-inside: rectangle(50px, 0px, 250px, 300px);
overflow: hidden;
background-color: orange;
}
« no previous file with comments | « no previous file | LayoutTests/fast/regions/shape-inside/shape-inside-on-first-region-block-content.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698