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