WebKit Bugzilla
Attachment 340960 Details for
Bug 164949
: -webkit-overflow-scrolling: touch completely breaks 3D perspective functionality
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
testcase
bug164949.html (text/html), 547 bytes, created by
Frédéric Wang (:fredw)
on 2018-05-22 01:02:41 PDT
(
hide
)
Description:
testcase
Filename:
MIME Type:
Creator:
Frédéric Wang (:fredw)
Created:
2018-05-22 01:02:41 PDT
Size:
547 bytes
patch
obsolete
><!DOCTYPE html> ><html> > <head> > <title>bug 164949</title> > <meta charset="utf-8"/> > <meta name="viewport" content="width=device-width"/> > <style> > .scrollable { > border: 1px solid red; > height: 100px; > overflow-y: auto; > perspective: 1px; > -webkit-overflow-scrolling: touch; > } > </style> > </head> > <body> > <div class="scrollable"> > <section style="position: absolute; height: 101px;">BIG</section> > <p style="transform: translateZ(-1px);">SMALL</p> > </div> > </body> ></html>
<!DOCTYPE html> <html> <head> <title>bug 164949</title> <meta charset="utf-8"/> <meta name="viewport" content="width=device-width"/> <style> .scrollable { border: 1px solid red; height: 100px; overflow-y: auto; perspective: 1px; -webkit-overflow-scrolling: touch; } </style> </head> <body> <div class="scrollable"> <section style="position: absolute; height: 101px;">BIG</section> <p style="transform: translateZ(-1px);">SMALL</p> </div> </body> </html>
View Attachment As Raw
Actions:
View
Attachments on
bug 164949
: 340960