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

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

Issue 359023002: Remove CSS Exclusions leftovers (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase against ToT Created 6 years, 6 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 3985da7cd88786e389c3e1b405e721ca3a647563..15e4eefeef3bbbd11f3f224ce97383ce451b02e4 100644
--- a/LayoutTests/virtual/stable/webexposed/nonstable-css-properties-expected.txt
+++ b/LayoutTests/virtual/stable/webexposed/nonstable-css-properties-expected.txt
@@ -11,14 +11,6 @@ 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 null
-getComputedStyle(el).getPropertyValue('-webkit-wrap-flow') is null
-
-el.style.setProperty('-webkit-wrap-through', 'none')
-el.style.getPropertyValue('-webkit-wrap-through') is null
-getComputedStyle(el).getPropertyValue('-webkit-wrap-through') is null
-
el.style.setProperty('grid-auto-columns', 'auto')
el.style.getPropertyValue('grid-auto-columns') is null
getComputedStyle(el).getPropertyValue('grid-auto-columns') is null

Powered by Google App Engine
This is Rietveld 408576698