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

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

Issue 873963002: Enable text-align-last property, by default. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased Created 5 years, 3 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') | Source/core/css/CSSProperties.in » ('j') | 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 ddb117bec65df15f8211d3c06175c26f4798b0a9..f61be19dc34f9d532ab2675fd1dcbe0c0f860878 100644
--- a/LayoutTests/webexposed/nonstable-css-properties-expected.txt
+++ b/LayoutTests/webexposed/nonstable-css-properties-expected.txt
@@ -59,10 +59,6 @@ el.style.setProperty('grid-template-areas', '"test"')
el.style.getPropertyValue('grid-template-areas') is "test"
getComputedStyle(el).getPropertyValue('grid-template-areas') 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
« no previous file with comments | « LayoutTests/webexposed/nonstable-css-properties.html ('k') | Source/core/css/CSSProperties.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698