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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/css/getComputedStyle/computed-style-listing-expected.txt

Issue 1909233002: Spec-compliant parsing and initial values for 'orphans' and 'widows'. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Some unit tests had non-conformant widphans assumptions too. Created 4 years, 8 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
OLDNEW
1 This test documents all computed styles on a div element. 1 This test documents all computed styles on a div element.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 -webkit-app-region: no-drag 6 -webkit-app-region: no-drag
7 -webkit-appearance: none 7 -webkit-appearance: none
8 -webkit-background-clip: border-box 8 -webkit-background-clip: border-box
9 -webkit-background-origin: padding-box 9 -webkit-background-origin: padding-box
10 -webkit-border-horizontal-spacing: 0px 10 -webkit-border-horizontal-spacing: 0px
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 min-height: 0px 204 min-height: 0px
205 min-width: 0px 205 min-width: 0px
206 mix-blend-mode: normal 206 mix-blend-mode: normal
207 motion-offset: 0px 207 motion-offset: 0px
208 motion-path: none 208 motion-path: none
209 motion-rotation: auto 0deg 209 motion-rotation: auto 0deg
210 object-fit: fill 210 object-fit: fill
211 object-position: 50% 50% 211 object-position: 50% 50%
212 opacity: 1 212 opacity: 1
213 order: 0 213 order: 0
214 orphans: auto 214 orphans: 2
215 outline-color: rgb(0, 0, 0) 215 outline-color: rgb(0, 0, 0)
216 outline-offset: 0px 216 outline-offset: 0px
217 outline-style: none 217 outline-style: none
218 outline-width: 0px 218 outline-width: 0px
219 overflow: visible 219 overflow: visible
220 overflow-wrap: normal 220 overflow-wrap: normal
221 overflow-x: visible 221 overflow-x: visible
222 overflow-y: visible 222 overflow-y: visible
223 padding-bottom: 0px 223 padding-bottom: 0px
224 padding-left: 0px 224 padding-left: 0px
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
282 transition-delay: 0s 282 transition-delay: 0s
283 transition-duration: 0s 283 transition-duration: 0s
284 transition-property: all 284 transition-property: all
285 transition-timing-function: ease 285 transition-timing-function: ease
286 translate: 0px 286 translate: 0px
287 unicode-bidi: normal 287 unicode-bidi: normal
288 vector-effect: none 288 vector-effect: none
289 vertical-align: baseline 289 vertical-align: baseline
290 visibility: visible 290 visibility: visible
291 white-space: normal 291 white-space: normal
292 widows: 1 292 widows: 2
293 width: 769px 293 width: 769px
294 will-change: auto 294 will-change: auto
295 word-break: normal 295 word-break: normal
296 word-spacing: 0px 296 word-spacing: 0px
297 word-wrap: normal 297 word-wrap: normal
298 writing-mode: horizontal-tb 298 writing-mode: horizontal-tb
299 x: 0px 299 x: 0px
300 y: 0px 300 y: 0px
301 z-index: auto 301 z-index: auto
302 zoom: 1 302 zoom: 1
303 PASS successfullyParsed is true 303 PASS successfullyParsed is true
304 304
305 TEST COMPLETE 305 TEST COMPLETE
306 306
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698