WebKit Bugzilla
Attachment 361698 Details for
Bug 194509
: [css-grid] Indefinite percentage in fit-content track size is treated as 0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
testcase
grid-fit-content-percentage.htm (text/html), 304 bytes, created by
Oriol Brufau
on 2019-02-11 11:28:37 PST
(
hide
)
Description:
testcase
Filename:
MIME Type:
Creator:
Oriol Brufau
Created:
2019-02-11 11:28:37 PST
Size:
304 bytes
patch
obsolete
><!DOCTYPE html> ><html> ><meta charset="utf-8"> ><style> >#grid { > display: inline-grid; > grid-template-columns: fit-content(100%); > background: blue; >} >#item::before, #item::after { > content: ''; > float: left; > width: 50px; > height: 50px; >} ></style> ><div id="grid"><div id="item"></div></div> ></html>
<!DOCTYPE html> <html> <meta charset="utf-8"> <style> #grid { display: inline-grid; grid-template-columns: fit-content(100%); background: blue; } #item::before, #item::after { content: ''; float: left; width: 50px; height: 50px; } </style> <div id="grid"><div id="item"></div></div> </html>
View Attachment As Raw
Actions:
View
Attachments on
bug 194509
: 361698 |
361700