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/css-grid/grid-percent-grid-gap-001-ref.html | |
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/css-grid/grid-percent-grid-gap-001-ref.html')
-rw-r--r-- | layout/reftests/css-grid/grid-percent-grid-gap-001-ref.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/layout/reftests/css-grid/grid-percent-grid-gap-001-ref.html b/layout/reftests/css-grid/grid-percent-grid-gap-001-ref.html index 945b43b52..7ad85e1e5 100644 --- a/layout/reftests/css-grid/grid-percent-grid-gap-001-ref.html +++ b/layout/reftests/css-grid/grid-percent-grid-gap-001-ref.html @@ -65,7 +65,7 @@ br { clear: both; } </div> <div class="float"> -<div class="grid" style="align-self:start; justify-self:start; grid-gap:15px"> +<div class="grid" style="width:60px; height:60px; grid-column-gap:12px"> <span><x></x></span> <span><x></x></span> <span><x></x></span> @@ -74,7 +74,7 @@ br { clear: both; } </div> <div class="inline-grid"> -<div class="grid" style="align-self:start; justify-self:start; grid-gap:15px"> +<div class="grid" style="width:60px; height:60px; grid-column-gap:12px; align-self:start; justify-self:start;"> <span><x></x></span> <span><x></x></span> <span><x></x></span> @@ -141,12 +141,12 @@ br { clear: both; } </div> </div> -<div class="float" style="margin-top:-50px"> -<div class="grid" style="min-width:300%; grid-gap:15px 15px"> - <span><x></x></span> - <span style="margin-left:31px; width:30px"><x></x></span> - <span><x></x></span> - <span style="margin-left:31px; width:30px"><x></x></span> +<div class="float" style="margin-top:-50px; width:62px"> +<div class="grid" style="padding-left:186px; height:60px; grid-column-gap:calc(186px * 0.2);"> + <span style="margin-left:-186px; width:30px"><x></x></span> + <span style="margin-left:-186px; width:30px"><x></x></span> + <span style="margin-left:-186px; width:30px"><x></x></span> + <span style="margin-left:-186px; width:30px"><x></x></span> </div> </div> |