| 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 d7fa8bdacc7538a2de9a87c05bd9dcefdc36b0c2..98d2792e1a742022faa7b86f3edc1db466445348 100644
|
| --- a/LayoutTests/virtual/stable/webexposed/nonstable-css-properties-expected.txt
|
| +++ b/LayoutTests/virtual/stable/webexposed/nonstable-css-properties-expected.txt
|
| @@ -7,10 +7,6 @@ el.style.setProperty('-webkit-shape-margin', '10px')
|
| el.style.getPropertyValue('-webkit-shape-margin') is null
|
| getComputedStyle(el).getPropertyValue('-webkit-shape-margin') is null
|
|
|
| -el.style.setProperty('-webkit-shape-padding', '10px')
|
| -el.style.getPropertyValue('-webkit-shape-padding') is null
|
| -getComputedStyle(el).getPropertyValue('-webkit-shape-padding') is null
|
| -
|
| el.style.setProperty('-webkit-shape-outside', 'circle(10px at 10px 10px)')
|
| el.style.getPropertyValue('-webkit-shape-outside') is null
|
| getComputedStyle(el).getPropertyValue('-webkit-shape-outside') is null
|
|
|