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

Side by Side Diff: LayoutTests/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt

Issue 20262002: [css3-text] Implement text-decoration property shorthand (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: OK, so trybots are not fond of binary files - removing Mac expectation for repaint-text-decoration-… Created 7 years, 5 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 Computed style of an element whose parent's 'display' value is 'none': 1 Computed style of an element whose parent's 'display' value is 'none':
2 background-attachment: scroll 2 background-attachment: scroll
3 background-clip: border-box 3 background-clip: border-box
4 background-color: rgb(0, 128, 0) 4 background-color: rgb(0, 128, 0)
5 background-image: none 5 background-image: none
6 background-origin: padding-box 6 background-origin: padding-box
7 background-position: 0% 0% 7 background-position: 0% 0%
8 background-repeat: repeat 8 background-repeat: repeat
9 background-size: auto 9 background-size: auto
10 border-bottom-color: rgb(0, 0, 0) 10 border-bottom-color: rgb(0, 0, 0)
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 page-break-before: auto 76 page-break-before: auto
77 page-break-inside: auto 77 page-break-inside: auto
78 pointer-events: auto 78 pointer-events: auto
79 position: static 79 position: static
80 resize: none 80 resize: none
81 right: auto 81 right: auto
82 speak: normal 82 speak: normal
83 table-layout: auto 83 table-layout: auto
84 tab-size: 8 84 tab-size: 8
85 text-align: start 85 text-align: start
86 text-decoration: none 86 text-decoration: none solid rgb(0, 0, 0)
87 text-indent: 0px 87 text-indent: 0px
88 text-rendering: auto 88 text-rendering: auto
89 text-shadow: none 89 text-shadow: none
90 text-overflow: clip 90 text-overflow: clip
91 text-transform: none 91 text-transform: none
92 top: auto 92 top: auto
93 unicode-bidi: normal 93 unicode-bidi: normal
94 vertical-align: baseline 94 vertical-align: baseline
95 visibility: visible 95 visibility: visible
96 white-space: normal 96 white-space: normal
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
260 height: 100px 260 height: 100px
261 margin-left: 350px 261 margin-left: 350px
262 width: 350px 262 width: 350px
263 263
264 After changing the parent's 'display' property back to 'none': 264 After changing the parent's 'display' property back to 'none':
265 height: 100px 265 height: 100px
266 margin-left: auto 266 margin-left: auto
267 width: 50% 267 width: 50%
268 268
269 269
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698