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

Unified Diff: Source/devtools/front_end/CSSMetadata.js

Issue 26363004: webkit prefix shoudn't be used for text-align-last (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/fast/css3-text/css3-text-align-last/getComputedStyle/script-tests/getComputedStyle-text-align-last.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/CSSMetadata.js
diff --git a/Source/devtools/front_end/CSSMetadata.js b/Source/devtools/front_end/CSSMetadata.js
index 50891d6b89c24be876baf9fbbe735750946bbbc5..5ae09208af4ca73e89a3faa3d933276361e3d3f4 100644
--- a/Source/devtools/front_end/CSSMetadata.js
+++ b/Source/devtools/front_end/CSSMetadata.js
@@ -595,7 +595,7 @@ WebInspector.CSSMetadata._propertyDataMap = {
"-webkit-perspective-origin": { values: [
"left", "center", "right", "top", "bottom"
] },
- "-webkit-text-align-last": { values: [
+ "text-align-last": { values: [
"auto", "start", "end", "left", "right", "center", "justify"
] },
"-webkit-text-decoration-line": { values: [
« no previous file with comments | « LayoutTests/fast/css3-text/css3-text-align-last/getComputedStyle/script-tests/getComputedStyle-text-align-last.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698