comparison: toolkit/identity/tests/chrome/sandbox_content_alert.html
toolkit/identity/tests/chrome/sandbox_content_alert.html
- branch
- TOR_BUG_9701
- changeset 15
- b8a032363ba2
equal
deleted
inserted
replaced
|
1 <!DOCTYPE html> |
|
2 <html> |
|
3 <!-- Any copyright is dedicated to the Public Domain. |
|
4 http://creativecommons.org/publicdomain/zero/1.0/ --> |
|
5 <head> |
|
6 <meta charset="utf-8"> |
|
7 <title>Page creating an alert inside the Sandbox</title> |
|
8 |
|
9 <script> |
|
10 |
|
11 alert("The user shouldn't see this"); |
|
12 |
|
13 </script> |
|
14 |
|
15 </head> |
|
16 |
|
17 <body> |
|
18 |
|
19 </body> |
|
20 </html> |