diff options
author | Moonchild <moonchild@palemoon.org> | 2019-09-29 13:54:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-29 13:54:29 +0200 |
commit | 206c149adcb9f187307b412b0f8987e6aaaba9c8 (patch) | |
tree | d520c6af8bea76fef65321a074dc59d1a88ccff0 /layout/reftests/writing-mode/1174450-intrinsic-sizing-ref.html | |
parent | 81db54a1cbbaf9a8cbc64fcf8b232b0f1f13d14f (diff) | |
parent | 30d65c382f9404a31c46c9976a3b170273fd9509 (diff) | |
download | UXP-206c149adcb9f187307b412b0f8987e6aaaba9c8.tar UXP-206c149adcb9f187307b412b0f8987e6aaaba9c8.tar.gz UXP-206c149adcb9f187307b412b0f8987e6aaaba9c8.tar.lz UXP-206c149adcb9f187307b412b0f8987e6aaaba9c8.tar.xz UXP-206c149adcb9f187307b412b0f8987e6aaaba9c8.zip |
Merge pull request #1237 from g4jc/css-work
CSS Grid Improvements
Diffstat (limited to 'layout/reftests/writing-mode/1174450-intrinsic-sizing-ref.html')
-rw-r--r-- | layout/reftests/writing-mode/1174450-intrinsic-sizing-ref.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/layout/reftests/writing-mode/1174450-intrinsic-sizing-ref.html b/layout/reftests/writing-mode/1174450-intrinsic-sizing-ref.html index 629c0a917..3645fa006 100644 --- a/layout/reftests/writing-mode/1174450-intrinsic-sizing-ref.html +++ b/layout/reftests/writing-mode/1174450-intrinsic-sizing-ref.html @@ -13,20 +13,20 @@ div.v, div.h { display: block; position: relative; border: 1px dashed silver; - width:92px; - height:60px; + width:74px; + height:24px; } div.h { - width:124px; - height:98px; + width:62px; + height:61.2px; } .h span { - margin: 7px 13px 62px 25px; - padding: 1px 3px 12px 37px; + margin: 7px 13px 32px 12px; + padding: 1px 3px 6px 19px; } .v span { - margin: 7px 13px 30px 12px; - padding: 1px 3px 6px 18px; + margin: 7px 13px 30px 5px; + padding: 1px 3px 2px 7px; } span { |