Index: LayoutTests/webexposed/nonstable-css-properties.html |
diff --git a/LayoutTests/webexposed/nonstable-css-properties.html b/LayoutTests/webexposed/nonstable-css-properties.html |
index 4465e6e4177cf3e75c7cc54cffee17c516f2a7be..98425294c9706bc91d689638d7eacbbfca47772c 100644 |
--- a/LayoutTests/webexposed/nonstable-css-properties.html |
+++ b/LayoutTests/webexposed/nonstable-css-properties.html |
@@ -41,6 +41,9 @@ var properties = [ |
['grid-area', '2'], |
['grid-auto-flow', 'column'], |
['grid-template', '"test"'], |
+ |
+['text-align-last', 'start'], |
+['text-justify', 'distribute'], |
]; |
properties.forEach(function(args) { |