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

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

Issue 209443007: Remove shape-inside support (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove now unused segmentIsEmpty 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-expected.txt
diff --git a/LayoutTests/webexposed/nonstable-css-properties-expected.txt b/LayoutTests/webexposed/nonstable-css-properties-expected.txt
index 84e556cf09197e31f380431d08cab7093c770e8d..c1ab7b3a7bb4059caf621461701b1247abc3a2e2 100644
--- a/LayoutTests/webexposed/nonstable-css-properties-expected.txt
+++ b/LayoutTests/webexposed/nonstable-css-properties-expected.txt
@@ -11,10 +11,6 @@ el.style.setProperty('-webkit-shape-padding', '10px')
el.style.getPropertyValue('-webkit-shape-padding') is 10px
getComputedStyle(el).getPropertyValue('-webkit-shape-padding') is 10px
-el.style.setProperty('-webkit-shape-inside', 'circle(10px at 10px 10px)')
-el.style.getPropertyValue('-webkit-shape-inside') is circle(10px at 10px 10px)
-getComputedStyle(el).getPropertyValue('-webkit-shape-inside') is circle(10px at 10px 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)
« no previous file with comments | « LayoutTests/webexposed/nonstable-css-properties.html ('k') | Source/build/scripts/templates/StyleBuilderFunctions.cpp.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698