diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-05-10 14:09:04 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-10 14:09:04 -0400 |
commit | f85508a25edb49de96bebb77a5832931f0819eff (patch) | |
tree | c3b7d6a441eeae7d5026ecf05374e4c415aa795b /test/data/html/test-document2-frame1.html | |
parent | c38cd70e91214a6f3510d78433653c85bf4d2df9 (diff) |
Simplify shadow test and add an open shadow DOM test (#533)
Diffstat (limited to 'test/data/html/test-document2-frame1.html')
-rw-r--r-- | test/data/html/test-document2-frame1.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/test/data/html/test-document2-frame1.html b/test/data/html/test-document2-frame1.html index 3b85cdc5..e572e3c4 100644 --- a/test/data/html/test-document2-frame1.html +++ b/test/data/html/test-document2-frame1.html @@ -33,10 +33,8 @@ a, a:visited { ありがとう </div> <div> - <a href="#" id="fullscreen-link">Toggle fullscreen</a> - <script> -document.querySelector('#fullscreen-link').addEventListener('click', () => toggleFullscreen(document.body), false); - </script> + <a href="#" class="fullscreen-link">Toggle fullscreen</a> + <script>setup(document.body, document.body);</script> </div> </div></body> </html>
\ No newline at end of file |