| 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 6e91f149c733bf02cedd55d11d73a5e486ce7982..67b0df4f2395daecc649a97c17dade25808124b4 100644
|
| --- a/LayoutTests/webexposed/nonstable-css-properties-expected.txt
|
| +++ b/LayoutTests/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 both
|
| -getComputedStyle(el).getPropertyValue('-webkit-wrap-flow') is both
|
| -
|
| -el.style.setProperty('-webkit-wrap-through', 'none')
|
| -el.style.getPropertyValue('-webkit-wrap-through') is none
|
| -getComputedStyle(el).getPropertyValue('-webkit-wrap-through') is none
|
| -
|
| el.style.setProperty('grid-auto-columns', 'auto')
|
| el.style.getPropertyValue('grid-auto-columns') is auto
|
| getComputedStyle(el).getPropertyValue('grid-auto-columns') is auto
|
|
|