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

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

Issue 22405003: Revert "[css3-text] Implement text-decoration property shorthand" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 344eff83102d16c49a43ec69b0ee22dbe0a493d3..bbb39841adfa1a448ed9c24e58d2fd6c928faeb1 100644
--- a/LayoutTests/inspector/styles/styles-computed-trace-expected.txt
+++ b/LayoutTests/inspector/styles/styles-computed-trace-expected.txt
@@ -25,14 +25,8 @@ 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 solid rgb(0, 0, 0);
+text-decoration: underline;
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 { ()
@@ -49,15 +43,9 @@ 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 solid rgb(0, 0, 0);
+text-decoration: underline;
/-- 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