WebKit Bugzilla
Attachment 368237 Details for
Bug 197281
: Elements with "display: inline-block" don't have a touch-action region
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Reduction
touch-action-with-inline-block.html (text/html), 383 bytes, created by
Antoine Quint
on 2019-04-25 08:21:57 PDT
(
hide
)
Description:
Reduction
Filename:
MIME Type:
Creator:
Antoine Quint
Created:
2019-04-25 08:21:57 PDT
Size:
383 bytes
patch
obsolete
><body> ><div style="touch-action: none; width: 100px; height: 100px; display: inline-block;"></div> ><pre id="results"></pre> ><script> >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>
<body> <div style="touch-action: none; width: 100px; height: 100px; display: inline-block;"></div> <pre id="results"></pre> <script> 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>
View Attachment As Raw
Actions:
View
Attachments on
bug 197281
: 368237 |
369479