Ticket #6814: test-6814-2.html
| File test-6814-2.html, 320 bytes (added by dmethvin, 3 years ago) |
|---|
| Line | |
|---|---|
| 1 | <!DOCTYPE HTML> |
| 2 | <html xmlns="http://www.w3.org/1999/xhtml"><head> |
| 3 | <meta http-equiv="content-type" content="text/html; charset=UTF-8"> |
| 4 | |
| 5 | |
| 6 | <title></title> |
| 7 | <script type="text/javascript"> |
| 8 | |
| 9 | var x = {}; |
| 10 | x.y = {}; |
| 11 | alert(x.y.watch); |
| 12 | |
| 13 | </script> |
| 14 | </head><body> |
| 15 | |
| 16 | |
| 17 | <div id="test">test</div> |
| 18 | |
| 19 | |
| 20 | </body></html> |
