1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/toolkit/components/prompts/test/bug625187_iframe.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,16 @@ 1.4 +<html> 1.5 +<head> 1.6 + <title>Test for Bug 625187 - the iframe</title> 1.7 +<!-- 1.8 + - Any copyright is dedicated to the Public Domain. 1.9 + - http://creativecommons.org/publicdomain/zero/1.0/ 1.10 + - 1.11 + - Contributor(s): 1.12 + - Mihai Sucan <mihai.sucan@gmail.com> 1.13 + --> 1.14 +</head> 1.15 +<body> 1.16 +<p><button id="btn1" onclick="alert('hello world 2')">Button 2</button></p> 1.17 +<p><button id="btn2" onclick="window.parent.alert('hello world 3')">Button 3</button></p> 1.18 +</body> 1.19 +</html>