4 <link rel=
"help" href=
"http://www.whatwg.org/specs/web-apps/current-work/multipage/the-iframe-element.html#attr-iframe-name">
5 <script src=
"../../resources/js-test.js"></script>
8 <iframe id=
"foo"></iframe>
10 description("Checks that the iframe's name is an empty string if unset.");
11 shouldBeEqualToString("frames[0].name", "");