Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(509)

Unified Diff: LayoutTests/virtual/stable/webexposed/nonstable-css-properties-expected.txt

Issue 36283002: Add the new properties of css3 text into nonstable-css-properties.html (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | LayoutTests/webexposed/nonstable-css-properties.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | LayoutTests/webexposed/nonstable-css-properties.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698