summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/custom-elements/resources/navigation-destination.html
blob: 50e28f0ed87fc12ef0f659433df97be9c14b9e71 (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
 <html>
 <body>
 <p>Navigated!</p>
 <script>
 parent.postMessage('didNavigate', '*');
 </script>
 </body>
 </html>