We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aafea1d commit 0fab901Copy full SHA for 0fab901
1 file changed
tests/mes.html
@@ -0,0 +1,15 @@
1
+<!DOCTYPE html>
2
+<html>
3
+ <head>
4
+ <meta content='text/html; charset=utf-8' http-equiv='Content-Type'>
5
+ <link rel='stylesheet' href='styles.css' />
6
+
7
+ <script type='text/javascript'>
8
+ window.addEventListener('error', function (event) { alert(event.message + '\n' + event.filename); });
9
+ </script>
10
+ </head>
11
12
+ <body style="-webkit-app-region: drag; padding-top: 0px; margin-top: 0; margin-right: 0; margin-left: 0; overflow: hidden;">
13
14
+ </body>
15
+</html>
0 commit comments