blob: c7f8c2137c50edd8de32963a90408d8116300b68 [file] [log] [blame]
PASS window.frames.length is 2
PASS window.frames[0].frameElement.name is "frame"
PASS window.frames[1].frameElement.name is "obj"
Loading 'data:text/html,Updated contents of iframe' in iframe...
Loading 'data:text/html,Updated contents of object' in object...
PASS window.frames[0].location.toString() is "data:text/html,Updated contents of iframe"
PASS window.frames[1].location.toString() is "data:text/html,Updated contents of object"