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

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

Issue 32173002: Revert r159668 "CSSPropertyTextIndent should be a member of css3TextProperties." (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Revert the original patch 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') | Source/core/page/RuntimeCSSEnabled.cpp » ('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 e2c566b688ef797f6d4b05848d3268d16f0a52b2..069da873374bd95685f7dd4ffe9c019bd3858a61 100644
--- a/LayoutTests/webexposed/nonstable-css-properties-expected.txt
+++ b/LayoutTests/webexposed/nonstable-css-properties-expected.txt
@@ -75,14 +75,6 @@ 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-indent', '10px')
-el.style.getPropertyValue('text-indent') is 10px
-getComputedStyle(el).getPropertyValue('text-indent') is 10px
-
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « LayoutTests/webexposed/nonstable-css-properties.html ('k') | Source/core/page/RuntimeCSSEnabled.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698