Name Description Size
__init__.py el => el.getBoundingClientRect().toJSON() 4328
invalid.py 28435
key.py shadowRoot => {{ const input = shadowRoot.querySelector('input'); input.focus(); return input; }} 3456
key_events.py 8500
key_modifier.py 4115
pointer.py 388
pointer_mouse.py width: 100px; height: 50px; background: green; position: relative; left: -200px; top: -100px; 9579
pointer_mouse_drag.py 4949
pointer_mouse_modifier.py var keyReporter = document.getElementById("keys"); document.addEventListener("contextmenu", function(e) { e.preventDefault(); }); 6702
pointer_mouse_multiclick.py This test does a triple click on a coordinate. On desktop platforms this will select a paragraph. On mobile this will not have the same desired outcome as taps are handled differently on mobile. 5005
pointer_origin.py Helper to get recorded click coordinates on a page generated with the actions_origins_doc fixture. 7016
pointer_pen.py <div id="pointer-target" style="width: 10px; height: 10px; background-color:blue;"> </div> 4237
pointer_touch.py <div id="pointer-target" style="width: 10px; height: 10px; background-color:blue;"> </div> 5867
wheel.py <div id="scrollableShadowTree" style="width: 100px; height: 100px; overflow: auto;"> <div id="scrollableShadowTreeContent" style="width: 600px; height: 1000px; background-color:blue"></div> </div> 6022
wheel_origin.py document.createProcessingInstruction("xml-stylesheet", "href='foo.css'") 1658