Mozilla Home
Privacy
Cookies
Legal
Bugzilla
Browse
Advanced Search
New Bug
Reports
Documentation
Log In
Log In with GitHub
or
Remember me
Browse
Advanced Search
New Bug
Reports
Documentation
Attachment 9278524 Details for
Bug 1767364
Distilled crash case without Javascript (Crashes on print)
distilled_test_case.html (text/html), 529 bytes, created by
David Shin[:dshin]
(
hide
)
Description:
Distilled crash case without Javascript (Crashes on print)
Filename:
MIME Type:
Creator:
David Shin[:dshin]
Size:
529 bytes
patch
obsolete
><style> > .bb { > break-before: page; > } > .outer { > border-top: 1px red solid; > border-bottom: 1px red solid; > } > table { > border-top: 1px green solid; > border-bottom: 1px green solid; > } > div { > border-top: 1px blue solid; > border-bottom: 1px blue solid; > } > h1 { > border-top: 1px cyan solid; > border-bottom: 1px cyan solid; > } ></style> ><div class="bb outer"> ><table class="bb"> ><thead></thead> ><tbody> ><th> ><div style="position: fixed;">f</div> ></tbody> ></table> ><h1 class="bb">h</h1> ></div>
<style> .bb { break-before: page; } .outer { border-top: 1px red solid; border-bottom: 1px red solid; } table { border-top: 1px green solid; border-bottom: 1px green solid; } div { border-top: 1px blue solid; border-bottom: 1px blue solid; } h1 { border-top: 1px cyan solid; border-bottom: 1px cyan solid; } </style> <div class="bb outer"> <table class="bb"> <thead></thead> <tbody> <th> <div style="position: fixed;">f</div> </tbody> </table> <h1 class="bb">h</h1> </div>
Actions:
View
Attachments on
bug 1767364
:
9274743
|
9278521
| 9278524 |
9278525
|
9279445