1
0
Fork 0
firefox/mobile/shared/components/extensions/test/mochitest/context.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

24 lines
562 B
HTML

<html>
<head>
<meta charset="utf-8">
</head>
<body>
just some text 12345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890
<img src="ctxmenu-image.png" id="img1">
<p>
<a href="some-link" id="link1">Some link</a>
</p>
<p>
<a href="image-around-some-link">
<img src="ctxmenu-image.png" id="img-wrapped-in-link">
</a>
</p>
<p>
<input type="text" id="edit-me"><br>
<input type="password" id="password">
</p>
</body>
</html>