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

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

Issue 295053002: Intent to Ship: CSS Shapes Module Level 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Use unprefixed versions Created 6 years, 7 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
« no previous file with comments | « LayoutTests/webexposed/nonstable-css-properties.html ('k') | Source/platform/RuntimeEnabledFeatures.in » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/webexposed/nonstable-css-properties-expected.txt
diff --git a/LayoutTests/webexposed/nonstable-css-properties-expected.txt b/LayoutTests/webexposed/nonstable-css-properties-expected.txt
index 1b2ef5585b5c83115c867711afa7bcc876c1892d..6e91f149c733bf02cedd55d11d73a5e486ce7982 100644
--- a/LayoutTests/webexposed/nonstable-css-properties-expected.txt
+++ b/LayoutTests/webexposed/nonstable-css-properties-expected.txt
@@ -3,13 +3,13 @@ Test getting and setting nonstable css properties to non-default values
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-el.style.setProperty('-webkit-shape-margin', '10px')
-el.style.getPropertyValue('-webkit-shape-margin') is 10px
-getComputedStyle(el).getPropertyValue('-webkit-shape-margin') is 10px
+el.style.setProperty('shape-margin', '10px')
+el.style.getPropertyValue('shape-margin') is 10px
+getComputedStyle(el).getPropertyValue('shape-margin') is 10px
-el.style.setProperty('-webkit-shape-outside', 'circle(10px at 10px 10px)')
-el.style.getPropertyValue('-webkit-shape-outside') is circle(10px at 10px 10px)
-getComputedStyle(el).getPropertyValue('-webkit-shape-outside') is circle(10px at 10px 10px)
+el.style.setProperty('shape-outside', 'circle(10px at 10px 10px)')
+el.style.getPropertyValue('shape-outside') is circle(10px at 10px 10px)
+getComputedStyle(el).getPropertyValue('shape-outside') is circle(10px at 10px 10px)
el.style.setProperty('-webkit-wrap-flow', 'both')
el.style.getPropertyValue('-webkit-wrap-flow') is both
« no previous file with comments | « LayoutTests/webexposed/nonstable-css-properties.html ('k') | Source/platform/RuntimeEnabledFeatures.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698