1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/toolkit/identity/tests/chrome/sandbox_content_alert.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,20 @@ 1.4 +<!DOCTYPE html> 1.5 +<html> 1.6 +<!-- Any copyright is dedicated to the Public Domain. 1.7 + http://creativecommons.org/publicdomain/zero/1.0/ --> 1.8 +<head> 1.9 +<meta charset="utf-8"> 1.10 +<title>Page creating an alert inside the Sandbox</title> 1.11 + 1.12 +<script> 1.13 + 1.14 +alert("The user shouldn't see this"); 1.15 + 1.16 +</script> 1.17 + 1.18 +</head> 1.19 + 1.20 +<body> 1.21 + 1.22 +</body> 1.23 +</html>