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

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: 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 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 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 height: 100px 255 height: 100px
256 margin-left: 350px 256 margin-left: 350px
257 width: 350px 257 width: 350px
258 258
259 After changing the parent's 'display' property back to 'none': 259 After changing the parent's 'display' property back to 'none':
260 height: 100px 260 height: 100px
261 margin-left: auto 261 margin-left: auto
262 width: 50% 262 width: 50%
263 263
264 264
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698