gecko/layout/reftests/bugs/858803-1.html
Robert O'Callahan a43cb9630a Bug 858803. Fix coordinate system of subdocument frame bounds. r=mattwoodrow
--HG--
extra : rebase_source : 3fd0436f141542dcf50f318a47670329c9c7a814
2013-04-10 00:30:51 +12:00

9 lines
369 B
HTML

<!DOCTYPE HTML>
<html>
<body>
<iframe src="data:application/vnd.mozilla.xul+xml,<?xml version='1.0' encoding='UTF-8'?><window xmlns='http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul' style='background:yellow'></window>"
style="position:absolute; left:100px; top:100px; width:300px; height:300px; border:1px solid black;">
</iframe>
</body>
</html>