WebKit Bugzilla
Attachment 368937 Details for
Bug 197564
: Determine when nested normal flow layers can be inclusive
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Testcase
amp-results-reduction-simpler.html (text/html), 1.26 KB, created by
Simon Fraser (smfr)
on 2019-05-03 09:32:55 PDT
(
hide
)
Description:
Testcase
Filename:
MIME Type:
Creator:
Simon Fraser (smfr)
Created:
2019-05-03 09:32:55 PDT
Size:
1.26 KB
patch
obsolete
><!DOCTYPE html> ><html> ><head> > <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> > <style> > .carousel { > width: 500px; > height: 300px; > border: 1px solid black; > margin: 20px; > overflow-y: hidden; > padding: 10px; > } > > .scroller { > overflow-x: auto; > width: 100%; > height: 100%; > border: 12px solid green; > box-sizing: border-box; > } > > .clipping { > overflow: hidden; > width: 200px; > border: 2px solid black; > margin: 50px 10px; > } > > .relative { > position: relative; > padding: 10px; > border: 2px solid blue; > background-color: orange; > } > > .spacer { > height: 200px; > } > </style> ></head> ><body> > <div class="carousel"> > <div class="scroller"> > <div class="clipping"> > <div class="relative"> > Some text here > </div> > </div> > <div class="spacer"></div> > <div class="spacer"></div> > </div> > </div> ></body> ></html>
<!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <style> .carousel { width: 500px; height: 300px; border: 1px solid black; margin: 20px; overflow-y: hidden; padding: 10px; } .scroller { overflow-x: auto; width: 100%; height: 100%; border: 12px solid green; box-sizing: border-box; } .clipping { overflow: hidden; width: 200px; border: 2px solid black; margin: 50px 10px; } .relative { position: relative; padding: 10px; border: 2px solid blue; background-color: orange; } .spacer { height: 200px; } </style> </head> <body> <div class="carousel"> <div class="scroller"> <div class="clipping"> <div class="relative"> Some text here </div> </div> <div class="spacer"></div> <div class="spacer"></div> </div> </div> </body> </html>
View Attachment As Raw
Actions:
View
Attachments on
bug 197564
: 368937