mirror of
https://github.com/servo/servo.git
synced 2025-09-30 08:39:16 +01:00
Bump taffy to v0.7.5 (#34927)
Signed-off-by: Nico Burns <nico@nicoburns.com>
This commit is contained in:
parent
fbd77b4524
commit
bb79408434
26 changed files with 3 additions and 575 deletions
|
@ -1,16 +1,4 @@
|
|||
[grid-support-repeat-001.html]
|
||||
['emptyGrid' with: grid-template-columns: repeat(1, auto); and grid-template-rows: repeat(1, auto);]
|
||||
expected: FAIL
|
||||
|
||||
['grid' with: grid-template-columns: repeat(1, auto); and grid-template-rows: repeat(1, auto);]
|
||||
expected: FAIL
|
||||
|
||||
['emptyGrid' with: grid-template-columns: repeat(2, auto); and grid-template-rows: repeat(2, auto);]
|
||||
expected: FAIL
|
||||
|
||||
['grid' with: grid-template-columns: repeat(2, auto); and grid-template-rows: repeat(2, auto);]
|
||||
expected: FAIL
|
||||
|
||||
['emptyGrid' with: grid-template-columns: repeat(2, minmax(50px, calc(50px + 50%))); and grid-template-rows: repeat(2, minmax(50px, calc(50px + 50%)));]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -53,27 +41,6 @@
|
|||
['grid' with: grid-template-columns: [a\] min-content repeat(2, [b\] 1fr [c\] calc(20px + 10%)) [d\] minmax(30em, 50em) [e\]; and grid-template-rows: [z\] min-content repeat(2, [y\] 1fr [x\] calc(10% + 40px)) [w\] minmax(3em, 5em) [v\];]
|
||||
expected: FAIL
|
||||
|
||||
['grid' with: grid-template-columns: repeat(-1, auto); and grid-template-rows: repeat(-1, auto);]
|
||||
expected: FAIL
|
||||
|
||||
['grid' with: grid-template-columns: repeat(auto, 2); and grid-template-rows: repeat(auto, 2);]
|
||||
expected: FAIL
|
||||
|
||||
['grid' with: grid-template-columns: repeat 2, auto; and grid-template-rows: repeat 2, auto;]
|
||||
expected: FAIL
|
||||
|
||||
['grid' with: grid-template-columns: repeat(2 auto); and grid-template-rows: repeat(2 auto);]
|
||||
expected: FAIL
|
||||
|
||||
['grid' with: grid-template-columns: 100px (repeat 2, auto); and grid-template-rows: (repeat 2, auto);]
|
||||
expected: FAIL
|
||||
|
||||
['grid' with: grid-template-columns: repeat(2, 50px repeat(2, 100px)); and grid-template-rows: repeat(2, 50px repeat(2, 100px));]
|
||||
expected: FAIL
|
||||
|
||||
['grid' with: grid-template-columns: 100px repeat(2, [a\]); and grid-template-rows: 100px repeat(2, [a\]);]
|
||||
expected: FAIL
|
||||
|
||||
['grid' with: grid-template-columns: [a\] repeat(2, [b\] 100px); and grid-template-rows: [a\] repeat(2, [b\] 100px);]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue