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

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

Issue 430333002: Do not expose auto as value of widows (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Set initial to 1 Created 6 years 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
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 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 text-indent: 0px 91 text-indent: 0px
92 text-rendering: auto 92 text-rendering: auto
93 text-shadow: none 93 text-shadow: none
94 text-overflow: clip 94 text-overflow: clip
95 text-transform: none 95 text-transform: none
96 top: auto 96 top: auto
97 unicode-bidi: normal 97 unicode-bidi: normal
98 vertical-align: baseline 98 vertical-align: baseline
99 visibility: visible 99 visibility: visible
100 white-space: normal 100 white-space: normal
101 widows: auto 101 widows: 1
102 width: 50% 102 width: 50%
103 word-break: normal 103 word-break: normal
104 word-spacing: 0px 104 word-spacing: 0px
105 word-wrap: normal 105 word-wrap: normal
106 z-index: auto 106 z-index: auto
107 zoom: 1 107 zoom: 1
108 -webkit-animation-delay: 0s 108 -webkit-animation-delay: 0s
109 -webkit-animation-direction: normal 109 -webkit-animation-direction: normal
110 -webkit-animation-duration: 0s 110 -webkit-animation-duration: 0s
111 -webkit-animation-fill-mode: none 111 -webkit-animation-fill-mode: none
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
247 height: 100px 247 height: 100px
248 margin-left: 350px 248 margin-left: 350px
249 width: 350px 249 width: 350px
250 250
251 After changing the parent's 'display' property back to 'none': 251 After changing the parent's 'display' property back to 'none':
252 height: 100px 252 height: 100px
253 margin-left: auto 253 margin-left: auto
254 width: 50% 254 width: 50%
255 255
256 256
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698