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

Unified Diff: LayoutTests/virtual/stable/webexposed/nonstable-css-properties-expected.txt

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/virtual/stable/webexposed/nonstable-css-properties-expected.txt
diff --git a/LayoutTests/virtual/stable/webexposed/nonstable-css-properties-expected.txt b/LayoutTests/virtual/stable/webexposed/nonstable-css-properties-expected.txt
index 6a887ad9b2e70d78c1e96d6a694a1fb042bded3a..748b285ac97b72f89f8d714d3c9f3f6efbc01058 100644
--- a/LayoutTests/virtual/stable/webexposed/nonstable-css-properties-expected.txt
+++ b/LayoutTests/virtual/stable/webexposed/nonstable-css-properties-expected.txt
@@ -11,11 +11,11 @@ el.style.setProperty('-webkit-shape-padding', '10px')
el.style.getPropertyValue('-webkit-shape-padding') is null
getComputedStyle(el).getPropertyValue('-webkit-shape-padding') is null
-el.style.setProperty('-webkit-shape-inside', 'circle(10px, 10px, 10px)')
+el.style.setProperty('-webkit-shape-inside', 'circle(10px at 10px 10px)')
el.style.getPropertyValue('-webkit-shape-inside') is null
getComputedStyle(el).getPropertyValue('-webkit-shape-inside') is null
-el.style.setProperty('-webkit-shape-outside', 'circle(10px, 10px, 10px)')
+el.style.setProperty('-webkit-shape-outside', 'circle(10px at 10px 10px)')
el.style.getPropertyValue('-webkit-shape-outside') is null
getComputedStyle(el).getPropertyValue('-webkit-shape-outside') is null
« no previous file with comments | « LayoutTests/transitions/webkit-clip-path-equality.html ('k') | LayoutTests/webexposed/nonstable-css-properties.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698