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

Unified Diff: LayoutTests/virtual/stable/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
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 26889bbcad2fd33aee367862614e1f5fa2f21583..a879f3ab6d95e0ed1c4a3d2d70cd978fbc3ef12d 100644
--- a/LayoutTests/virtual/stable/webexposed/nonstable-css-properties-expected.txt
+++ b/LayoutTests/virtual/stable/webexposed/nonstable-css-properties-expected.txt
@@ -59,10 +59,6 @@ el.style.setProperty('grid-template-areas', '"test"')
el.style.getPropertyValue('grid-template-areas') is
getComputedStyle(el).getPropertyValue('grid-template-areas') is
-el.style.setProperty('text-align-last', 'start')
-el.style.getPropertyValue('text-align-last') is
-getComputedStyle(el).getPropertyValue('text-align-last') is
-
el.style.setProperty('text-justify', 'distribute')
el.style.getPropertyValue('text-justify') is
getComputedStyle(el).getPropertyValue('text-justify') is

Powered by Google App Engine
This is Rietveld 408576698