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 069da873374bd95685f7dd4ffe9c019bd3858a61..20c7316e10ba35c270817592be807a3abfc84ab2 100644 |
--- a/LayoutTests/webexposed/nonstable-css-properties-expected.txt |
+++ b/LayoutTests/webexposed/nonstable-css-properties-expected.txt |
@@ -75,6 +75,14 @@ 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-justify', 'distribute') |
+el.style.getPropertyValue('text-justify') is distribute |
+getComputedStyle(el).getPropertyValue('text-justify') is distribute |
+ |
PASS successfullyParsed is true |
TEST COMPLETE |