1
0
Fork 0
firefox/devtools/client/responsive/test/browser/touch_event_bubbles.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

19 lines
331 B
HTML

<!DOCTYPE html>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Simulated touch events should bubble</title>
<style>
span {
background-color: red;
height: 100px;
width: 100px;
}
</style>
<div id="outer">
<div id="inner">
<span>Hello</span>
</div>
</div>