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

Unified Diff: LayoutTests/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 | « LayoutTests/webexposed/nonstable-css-properties.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « LayoutTests/webexposed/nonstable-css-properties.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698