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 e2c566b688ef797f6d4b05848d3268d16f0a52b2..069da873374bd95685f7dd4ffe9c019bd3858a61 100644 |
--- a/LayoutTests/webexposed/nonstable-css-properties-expected.txt |
+++ b/LayoutTests/webexposed/nonstable-css-properties-expected.txt |
@@ -75,14 +75,6 @@ el.style.setProperty('grid-template', '"test"') |
el.style.getPropertyValue('grid-template') is "test" |
getComputedStyle(el).getPropertyValue('grid-template') 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-indent', '10px') |
-el.style.getPropertyValue('text-indent') is 10px |
-getComputedStyle(el).getPropertyValue('text-indent') is 10px |
- |
PASS successfullyParsed is true |
TEST COMPLETE |