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

Unified Diff: LayoutTests/webexposed/nonstable-css-properties.html

Issue 200633005: [CSS Shapes] Remove deprecated shapes (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix test expectations Created 6 years, 9 months 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/webexposed/nonstable-css-properties.html
diff --git a/LayoutTests/webexposed/nonstable-css-properties.html b/LayoutTests/webexposed/nonstable-css-properties.html
index 4f95eb1ab9b99a3e293d12975af9f1729b377494..3874bfbe6ef838fe1e47eff447fe001bfc74b64c 100644
--- a/LayoutTests/webexposed/nonstable-css-properties.html
+++ b/LayoutTests/webexposed/nonstable-css-properties.html
@@ -23,8 +23,8 @@ function testStyle(property, value) {
var properties = [
['-webkit-shape-margin', '10px'],
['-webkit-shape-padding', '10px'],
-['-webkit-shape-inside', 'circle(10px, 10px, 10px)'],
-['-webkit-shape-outside', 'circle(10px, 10px, 10px)'],
+['-webkit-shape-inside', 'circle(10px at 10px 10px)'],
+['-webkit-shape-outside', 'circle(10px at 10px 10px)'],
['-webkit-wrap-flow', 'both'],
['-webkit-wrap-through', 'none'],

Powered by Google App Engine
This is Rietveld 408576698