Files
Mozilla/mozilla/layout/reftests/bugs/subdir/445004-ref-subframe.html
bzbarsky%mit.edu 1b3e511f1c Bug 445004. Make the base and document URI of document.written documents be the
base and document URI of the document on whose current context our code is
running. r+sr=jst, r=dcamp

Bug 465752. Fix Equals() to work right on javascript: URIs. r=dcamp, sr=jst.

Both a=ss


git-svn-id: svn://10.0.0.236/trunk@255943 18797224-902f-48f8-a5cc-f745e15eee43
2009-01-28 00:56:09 +00:00

9 lines
385 B
HTML

<!DOCTYPE html>
<body>
<iframe name="w" width="100" height="100" src="passinner.png"></iframe>
<iframe name="x" width="100" height="100" src="445004-ref-subsubframe.html"></iframe>
<iframe name="y" width="100" height="100" src="passinner.png"></iframe>
<iframe name="z" width="100" height="100" src="445004-ref-subsubframe.html"></iframe>
<img src="passinner.png">
</body>