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

Unified Diff: LayoutTests/fast/regions/shape-inside/shape-inside-with-region-padding.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 | « LayoutTests/fast/regions/shape-inside/shape-inside-with-region-borders.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/regions/shape-inside/shape-inside-with-region-padding.html
diff --git a/LayoutTests/fast/regions/shape-inside/shape-inside-with-region-padding.html b/LayoutTests/fast/regions/shape-inside/shape-inside-with-region-padding.html
index 0edf3ca1900ba0e56258e5af3958a95d7b5fe7de..8be9e4f92b69256d6178c642e3fb66464c5ea030 100644
--- a/LayoutTests/fast/regions/shape-inside/shape-inside-with-region-padding.html
+++ b/LayoutTests/fast/regions/shape-inside/shape-inside-with-region-padding.html
@@ -23,7 +23,7 @@
-webkit-flow-from: flow;
}
#shape_inside {
- -webkit-shape-inside: rectangle(50px, 0px, 200px, 300px);
+ shape-inside: rectangle(50px, 0px, 200px, 300px);
background-color: orange;
}
</style>
« no previous file with comments | « LayoutTests/fast/regions/shape-inside/shape-inside-with-region-borders.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698