| 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 c1ab7b3a7bb4059caf621461701b1247abc3a2e2..1b2ef5585b5c83115c867711afa7bcc876c1892d 100644
|
| --- a/LayoutTests/webexposed/nonstable-css-properties-expected.txt
|
| +++ b/LayoutTests/webexposed/nonstable-css-properties-expected.txt
|
| @@ -7,10 +7,6 @@ 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('-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-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)
|
|
|