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

Unified Diff: LayoutTests/inspector/styles/styles-new-API-expected.txt

Issue 23111004: Re-land "[css3-text] Implement text-decoration property shorthand" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased after Alexis' function name changes in CSSComputedStyleDeclaration.cpp Created 7 years, 4 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/inspector/styles/styles-new-API-expected.txt
diff --git a/LayoutTests/inspector/styles/styles-new-API-expected.txt b/LayoutTests/inspector/styles/styles-new-API-expected.txt
index b63212b8dce859415154eade24a067553a7f549c..0baf9b8f9a3adb57d92d44536605f63b0bcd8092 100644
--- a/LayoutTests/inspector/styles/styles-new-API-expected.txt
+++ b/LayoutTests/inspector/styles/styles-new-API-expected.txt
@@ -51,6 +51,9 @@ body.main2: [regular, 23:0-23:10] {
body.mainpage: [regular, 3:0-3:13] {
['text-decoration':'none'] @[4:4-4:26] active
['badproperty':'1badvalue1' non-parsed] @[5:5-5:29] active
+ ['text-decoration-line':'none'] @[undefined-undefined] style
+ ['text-decoration-style':'initial'] @[undefined-undefined] style
+ ['text-decoration-color':'initial'] @[undefined-undefined] style
}
body.mainpage: [regular, 8:0-8:13] {
['prop1':'val1' non-parsed] @[9:4-9:16] active
@@ -122,6 +125,9 @@ body.main2: [regular, 23:0-23:10] {
body.mainpage: [regular, 3:0-3:13] {
['text-decoration':'none'] @[4:4-4:26] active
['badproperty':'1badvalue1' non-parsed] @[5:5-5:29] active
+ ['text-decoration-line':'none'] @[undefined-undefined] style
+ ['text-decoration-style':'initial'] @[undefined-undefined] style
+ ['text-decoration-color':'initial'] @[undefined-undefined] style
}
body.mainpage: [regular, 8:0-8:13] {
['prop1':'val1' non-parsed] @[9:4-9:16] active
@@ -325,6 +331,9 @@ body:hover {
body.mainpage: [regular, 3:0-3:13] {
['text-decoration':'none'] @[4:4-4:26] active
['badproperty':'1badvalue1' non-parsed] @[5:5-5:29] active
+ ['text-decoration-line':'none'] @[undefined-undefined] style
+ ['text-decoration-style':'initial'] @[undefined-undefined] style
+ ['text-decoration-color':'initial'] @[undefined-undefined] style
}
body.mainpage: [regular, 8:0-8:13] {
['prop1':'val1' non-parsed] @[9:4-9:16] active

Powered by Google App Engine
This is Rietveld 408576698