| Index: LayoutTests/dom/html/level2/html/HTMLAppletElement11.js
|
| diff --git a/LayoutTests/dom/html/level2/html/HTMLAppletElement11.js b/LayoutTests/dom/html/level2/html/HTMLAppletElement11.js
|
| index cfa82ee4eee09a4e4d364668fc40b4d3e8bfe2ee..e2b36c729e2776f216a4e34bd64509cd85c66ec5 100644
|
| --- a/LayoutTests/dom/html/level2/html/HTMLAppletElement11.js
|
| +++ b/LayoutTests/dom/html/level2/html/HTMLAppletElement11.js
|
| @@ -102,7 +102,7 @@ function HTMLAppletElement11() {
|
| testNode = nodeList.item(0);
|
| vobject = testNode.object;
|
|
|
| - assertEquals("object","DOMTSApplet.dat",vobject);
|
| + assertURIEquals("object",null,null,null,"DOMTSApplet.dat",null,null,null,null,vobject);
|
|
|
| }
|
|
|
|
|