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

Unified Diff: LayoutTests/webexposed/nonstable-css-properties.html

Issue 27002004: CSSPropertyTextIndent should be a member of css3TextProperties. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Patch for landing 3 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
Index: LayoutTests/webexposed/nonstable-css-properties.html
diff --git a/LayoutTests/webexposed/nonstable-css-properties.html b/LayoutTests/webexposed/nonstable-css-properties.html
index 4465e6e4177cf3e75c7cc54cffee17c516f2a7be..2f85c435c92caa67cf0e784ac1a2ba6892a497ef 100644
--- a/LayoutTests/webexposed/nonstable-css-properties.html
+++ b/LayoutTests/webexposed/nonstable-css-properties.html
@@ -41,6 +41,9 @@ var properties = [
['grid-area', '2'],
['grid-auto-flow', 'column'],
['grid-template', '"test"'],
+
+['text-align-last', 'start'],
+['text-indent', '10px'],
];
properties.forEach(function(args) {

Powered by Google App Engine
This is Rietveld 408576698