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

Unified Diff: LayoutTests/inspector/styles/styles-computed-trace-expected.txt

Issue 20262002: [css3-text] Implement text-decoration property shorthand (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed expectation for last-minute, newly added tests in revision 155705 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-computed-trace-expected.txt
diff --git a/LayoutTests/inspector/styles/styles-computed-trace-expected.txt b/LayoutTests/inspector/styles/styles-computed-trace-expected.txt
index bbb39841adfa1a448ed9c24e58d2fd6c928faeb1..344eff83102d16c49a43ec69b0ee22dbe0a493d3 100644
--- a/LayoutTests/inspector/styles/styles-computed-trace-expected.txt
+++ b/LayoutTests/inspector/styles/styles-computed-trace-expected.txt
@@ -25,8 +25,14 @@ font-family: Courier;
#id1 - Courier styles-computed-trace.html:18
/-- overloaded --/ #id1 - Times styles-computed-trace.html:13
/-- overloaded --/ body - Arial styles-computed-trace.html:4
-text-decoration: underline;
+text-decoration: underline solid rgb(0, 0, 0);
div - underline styles-computed-trace.html:9
+text-decoration-color: rgb(0, 0, 0);
+ div - initial styles-computed-trace.html:9
+text-decoration-line: underline;
+ div - underline styles-computed-trace.html:9
+text-decoration-style: solid;
+ div - initial styles-computed-trace.html:9
[expanded]
element.style { ()
@@ -43,9 +49,15 @@ font-family: Courier;
/-- overloaded --/ #id1 - Courier styles-computed-trace.html:18
/-- overloaded --/ #id1 - Times styles-computed-trace.html:13
/-- overloaded --/ body - Arial styles-computed-trace.html:4
-text-decoration: underline;
+text-decoration: underline solid rgb(0, 0, 0);
/-- overloaded --/ #id2 - invalidvalue styles-computed-trace.html:27
div - underline styles-computed-trace.html:9
+text-decoration-color: rgb(0, 0, 0);
+ div - initial styles-computed-trace.html:9
+text-decoration-line: underline;
+ div - underline styles-computed-trace.html:9
+text-decoration-style: solid;
+ div - initial styles-computed-trace.html:9
[expanded]
element.style { ()

Powered by Google App Engine
This is Rietveld 408576698