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-repeat-auto-fill-fit-002-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-repeat-auto-fill-fit-002-ref.html')
-rw-r--r-- | layout/reftests/css-grid/grid-repeat-auto-fill-fit-002-ref.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/layout/reftests/css-grid/grid-repeat-auto-fill-fit-002-ref.html b/layout/reftests/css-grid/grid-repeat-auto-fill-fit-002-ref.html index a404a0905..682e0ca38 100644 --- a/layout/reftests/css-grid/grid-repeat-auto-fill-fit-002-ref.html +++ b/layout/reftests/css-grid/grid-repeat-auto-fill-fit-002-ref.html @@ -83,12 +83,16 @@ fill,fit { .zero-progress { grid-row-gap: calc(10px - 1%); - grid-template-rows: [a] 10px repeat(4, [b] minmax(0,auto) [c]) [d]; + grid-template-rows: [a] 10px repeat(3, [b] 0 [c]) [d]; } .w50.zero-progress { grid-row-gap: calc(10px - 1%); grid-template-rows: [a] 10px repeat(3, [b] 0 [c]) [d]; } +.mw50.zero-progress { + grid-row-gap: calc(10px - 1%); + grid-template-rows: [a] 10px repeat(4, [b] 0 [c]) [d]; +} </style> </head> <body> |