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 de1f42bb194045d6a8031a52841a208024fd9ecb..167a79023c947e8b5956a03be5210316f7d493cc 100644 |
--- a/LayoutTests/virtual/stable/webexposed/nonstable-css-properties-expected.txt |
+++ b/LayoutTests/virtual/stable/webexposed/nonstable-css-properties-expected.txt |
@@ -75,6 +75,14 @@ el.style.setProperty('grid-template', '"test"') |
el.style.getPropertyValue('grid-template') is null |
getComputedStyle(el).getPropertyValue('grid-template') is null |
+el.style.setProperty('text-align-last', 'start') |
+el.style.getPropertyValue('text-align-last') is null |
+getComputedStyle(el).getPropertyValue('text-align-last') is null |
+ |
+el.style.setProperty('text-justify', 'distribute') |
+el.style.getPropertyValue('text-justify') is null |
+getComputedStyle(el).getPropertyValue('text-justify') is null |
+ |
PASS successfullyParsed is true |
TEST COMPLETE |