Fixing testcase

This commit is contained in:
Robert O'Callahan 2008-06-17 11:41:12 +12:00
parent fae2cd25c6
commit b131826697

View File

@ -156,7 +156,7 @@ HTML_TAG("head", "Head");
HTML_TAG("hr", "HR");
HTML_TAG("html", "Html");
HTML_TAG("i", "Span");
HTML_TAG("iframe", "IFrame", [ "nsIDOMNSHTMLFrameElement" ],
HTML_TAG("iframe", "IFrame", [ "nsIDOMNSHTMLFrameElement", "nsIDOMGetSVGDocument" ],
[ "nsIFrameLoaderOwner" ]);
HTML_TAG("image", "Span");
HTML_TAG("img", "Image", [], [ "imgIDecoderObserver",
@ -182,7 +182,7 @@ HTML_TAG("nobr", "Span");
HTML_TAG("noembed", "Div");
HTML_TAG("noframes", "Div");
HTML_TAG("noscript", "Div");
HTML_TAG("object", "Object", [],
HTML_TAG("object", "Object", [ "nsIDOMGetSVGDocument" ],
objectIfaces.concat([ "nsIImageLoadingContent" ]));
HTML_TAG("ol", "OList");
HTML_TAG("optgroup", "OptGroup");