| 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 26889bbcad2fd33aee367862614e1f5fa2f21583..a879f3ab6d95e0ed1c4a3d2d70cd978fbc3ef12d 100644
|
| --- a/LayoutTests/virtual/stable/webexposed/nonstable-css-properties-expected.txt
|
| +++ b/LayoutTests/virtual/stable/webexposed/nonstable-css-properties-expected.txt
|
| @@ -59,10 +59,6 @@ el.style.setProperty('grid-template-areas', '"test"')
|
| el.style.getPropertyValue('grid-template-areas') is
|
| getComputedStyle(el).getPropertyValue('grid-template-areas') is
|
|
|
| -el.style.setProperty('text-align-last', 'start')
|
| -el.style.getPropertyValue('text-align-last') is
|
| -getComputedStyle(el).getPropertyValue('text-align-last') is
|
| -
|
| el.style.setProperty('text-justify', 'distribute')
|
| el.style.getPropertyValue('text-justify') is
|
| getComputedStyle(el).getPropertyValue('text-justify') is
|
|
|