* layout-tests/fast/frames/iframe-name-and-id.html:
now tests dynamically creating frames[x].name
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@9684
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
print("frames[0].id (should be undefined): " + frames[0].id);
print("");
+ delete frames[0].name; // force dynamic property creation
+
frames[0].name = "frame0_newname"
frames[0].id = "frame0_newid";
print("frames[0].name (should be frame0_newname): " + frames[0].name);
+2005-07-12 Geoffrey Garen <ggaren@apple.com>
+
+ Test cases modified:
+ * layout-tests/fast/frames/iframe-name-and-id.html:
+ now tests dynamically creating frames[x].name
+
2005-07-12 Geoffrey Garen <ggaren@apple.com>
Added layout test for