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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/css/getComputedStyle/getComputedStyle-resolved-values-expected.txt

Issue 2102843002: Fix getComputedStyle for non-box-layout elements (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
OLDNEW
1 Test calling getPropertyValue on computed styles that return "resolved" values. 1 Test calling getPropertyValue on computed styles that return "resolved" values.
2 See http://dev.w3.org/csswg/cssom/#resolved-values for more information. 2 See http://dev.w3.org/csswg/cssom/#resolved-values for more information.
3 3
4 Resolved values for element "fixed" with display "block": 4 Resolved values for element "fixed" with display "block":
5 line-height: 30px 5 line-height: 30px
6 width: 150px 6 width: 150px
7 height: 100px 7 height: 100px
8 top: auto 8 top: auto
9 right: auto 9 right: auto
10 bottom: auto 10 bottom: auto
(...skipping 466 matching lines...) Expand 10 before | Expand all | Expand 10 after
477 margin-top: 15px 477 margin-top: 15px
478 margin-right: 30px 478 margin-right: 30px
479 margin-bottom: 20px 479 margin-bottom: 20px
480 margin-left: 10px 480 margin-left: 10px
481 padding-top: 20px 481 padding-top: 20px
482 padding-right: 20px 482 padding-right: 20px
483 padding-bottom: 20px 483 padding-bottom: 20px
484 padding-left: 20px 484 padding-left: 20px
485 485
486 486
487 Resolved values for element "ruby" with display "block":
488 line-height: normal
489 width: 500px
490 height: 0px
491 top: -3px
492 right: 0px
493 bottom: 3px
494 left: 0px
495 margin-top: 0px
496 margin-right: 0px
497 margin-bottom: 0px
498 margin-left: 0px
499 padding-top: 0px
500 padding-right: 0px
501 padding-bottom: 0px
502 padding-left: 0px
503
504 Resolved values for element "ruby" with display "inline":
505 line-height: normal
506 width: auto
507 height: auto
508 top: -1%
509 right: 0px
510 bottom: 1%
511 left: 0px
512 margin-top: 0px
513 margin-right: 0px
514 margin-bottom: 0px
515 margin-left: 0px
516 padding-top: 0px
517 padding-right: 0px
518 padding-bottom: 0px
519 padding-left: 0px
520
521 Resolved values for element "ruby" with display "inline-block":
522 line-height: normal
523 width: 0px
524 height: 0px
525 top: -0.2px
526 right: 0px
527 bottom: 0.1875px
528 left: 0px
529 margin-top: 0px
530 margin-right: 0px
531 margin-bottom: 0px
532 margin-left: 0px
533 padding-top: 0px
534 padding-right: 0px
535 padding-bottom: 0px
536 padding-left: 0px
537
538 Resolved values for element "ruby" with display "none":
539 line-height: normal
540 width: auto
541 height: auto
542 top: auto
543 right: auto
544 bottom: 1%
545 left: auto
546 margin-top: 0px
547 margin-right: 0px
548 margin-bottom: 0px
549 margin-left: 0px
550 padding-top: 0px
551 padding-right: 0px
552 padding-bottom: 0px
553 padding-left: 0px
554
555
487 Fixed 556 Fixed
488 Percents 557 Percents
489 EMs 558 EMs
490 Auto 559 Auto
491 Mixed 560 Mixed
492 Relative Positioned 561 Relative Positioned
493 Absolute Positioned 562 Absolute Positioned
563
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698