WebKit Bugzilla
Attachment 360977 Details for
Bug 194192
: margin of a child is not collapsed at the end of a height:100% element
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
testcase
1524656.html (text/html), 353 bytes, created by
Xidorn Quan
on 2019-02-02 06:09:30 PST
(
hide
)
Description:
testcase
Filename:
MIME Type:
Creator:
Xidorn Quan
Created:
2019-02-02 06:09:30 PST
Size:
353 bytes
patch
obsolete
><!DOCTYPE html> ><html> ><head> ><meta charset="UTF-8"> ><style> > html { outline: 1px dotted blue; } > .height { height: 100%; outline: 1px solid #000; } > .marginbottom { margin: 20px; } ></style> ></head> ><body> > <div class="height"> > <div class="marginbottom">Chrome shows 20px margin under this text, Firefox does not.</div> > </div> ></body> ></html>
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <style> html { outline: 1px dotted blue; } .height { height: 100%; outline: 1px solid #000; } .marginbottom { margin: 20px; } </style> </head> <body> <div class="height"> <div class="marginbottom">Chrome shows 20px margin under this text, Firefox does not.</div> </div> </body> </html>
View Attachment As Raw
Actions:
View
Attachments on
bug 194192
: 360977