diff options
author | Gaming4JC <g4jc@hyperbola.info> | 2019-09-28 23:43:36 -0400 |
---|---|---|
committer | Gaming4JC <g4jc@hyperbola.info> | 2019-09-28 23:47:05 -0400 |
commit | 30d65c382f9404a31c46c9976a3b170273fd9509 (patch) | |
tree | d520c6af8bea76fef65321a074dc59d1a88ccff0 /layout/reftests/writing-mode | |
parent | b0ad7679b2fc578b195f8628f78a9799bbf70ab1 (diff) | |
download | UXP-30d65c382f9404a31c46c9976a3b170273fd9509.tar UXP-30d65c382f9404a31c46c9976a3b170273fd9509.tar.gz UXP-30d65c382f9404a31c46c9976a3b170273fd9509.tar.lz UXP-30d65c382f9404a31c46c9976a3b170273fd9509.tar.xz UXP-30d65c382f9404a31c46c9976a3b170273fd9509.zip |
Issue #1230 - Part 3: Update Reftests
Ref:
1434478 part 7 - Update tests and enable some previously temporarily disabled Grid reftests from bug 1427608.
Diffstat (limited to 'layout/reftests/writing-mode')
-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 { |