WebKit Bugzilla
Attachment 373021 Details for
Bug 199269
: Computation of nested touch-action elements is wrong
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Layout test
touch-action-region-manipulation-in-pan-y-in-manipulation.html (text/html), 666 bytes, created by
Antoine Quint
on 2019-06-27 05:28:52 PDT
(
hide
)
Description:
Layout test
Filename:
MIME Type:
Creator:
Antoine Quint
Created:
2019-06-27 05:28:52 PDT
Size:
666 bytes
patch
obsolete
><html> ><style> > >div { > position: absolute; > top: 0; > left: 0; > width: 400px; > height: 400px; >} > >.manipulation { > touch-action: manipulation; >} > >.pan-y { > touch-action: pan-y; >} > ></style> ><script> >window.onload = function () { > if (window.testRunner) > testRunner.dumpAsText(); > if (window.internals) > results.innerText = internals.layerTreeAsText(document, internals.LAYER_TREE_INCLUDES_EVENT_REGION | internals.LAYER_TREE_INCLUDES_ROOT_LAYER_PROPERTIES); >} ></script> ><body> ><div class="manipulation"> > <div class="pan-y"> > <div class="manipulation"></div> > </div> ></div> ><pre id="results"></pre> ></body> ></html>
<html> <style> div { position: absolute; top: 0; left: 0; width: 400px; height: 400px; } .manipulation { touch-action: manipulation; } .pan-y { touch-action: pan-y; } </style> <script> window.onload = function () { if (window.testRunner) testRunner.dumpAsText(); if (window.internals) results.innerText = internals.layerTreeAsText(document, internals.LAYER_TREE_INCLUDES_EVENT_REGION | internals.LAYER_TREE_INCLUDES_ROOT_LAYER_PROPERTIES); } </script> <body> <div class="manipulation"> <div class="pan-y"> <div class="manipulation"></div> </div> </div> <pre id="results"></pre> </body> </html>
View Attachment As Raw
Actions:
View
Attachments on
bug 199269
: 373021