Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(51)

Unified Diff: LayoutTests/dom/xhtml/level2/html/HTMLAppletElement11.js

Issue 64173002: Align HTMLAppletElement IDL with spec (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: drop logging Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/dom/xhtml/level2/html/HTMLAppletElement11.js
diff --git a/LayoutTests/dom/xhtml/level2/html/HTMLAppletElement11.js b/LayoutTests/dom/xhtml/level2/html/HTMLAppletElement11.js
index cfa82ee4eee09a4e4d364668fc40b4d3e8bfe2ee..e2b36c729e2776f216a4e34bd64509cd85c66ec5 100644
--- a/LayoutTests/dom/xhtml/level2/html/HTMLAppletElement11.js
+++ b/LayoutTests/dom/xhtml/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);
}
« no previous file with comments | « LayoutTests/dom/xhtml/level2/html/HTMLAppletElement05.js ('k') | LayoutTests/fast/dom/HTMLAppletElement/hspace-vspace.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698