mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 22:25:30 +00:00
a7ea8a84ac
These tests modify details or summary elements in the 'click' event listener in capturing phase higher up in the DOM tree. MozReview-Commit-ID: Lp5OzXnNgL4 --HG-- extra : rebase_source : 5772a84795b1b8b6b9bb6cbf928bfb612eb07971
12 lines
219 B
HTML
12 lines
219 B
HTML
<!DOCTYPE html>
|
|
<!-- Any copyright is dedicated to the Public Domain.
|
|
- http://creativecommons.org/publicdomain/zero/1.0/ -->
|
|
|
|
<html>
|
|
<body>
|
|
<div>
|
|
<p>This is the details.</p>
|
|
</div>
|
|
</body>
|
|
</html>
|