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

Unified Diff: LayoutTests/dom/xhtml/level2/html/HTMLAppletElement05.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/HTMLAppletElement05.js
diff --git a/LayoutTests/dom/xhtml/level2/html/HTMLAppletElement05.js b/LayoutTests/dom/xhtml/level2/html/HTMLAppletElement05.js
index e9dde62dd9efe8498ca150d5017aa172b2014305..eb47eb2e9ddd34998d8cf4a5e2d5933f6aeb8627 100644
--- a/LayoutTests/dom/xhtml/level2/html/HTMLAppletElement05.js
+++ b/LayoutTests/dom/xhtml/level2/html/HTMLAppletElement05.js
@@ -101,7 +101,7 @@ function HTMLAppletElement05() {
testNode = nodeList.item(0);
vcodebase = testNode.codeBase;
- assertEquals("codebase","applets",vcodebase);
+ assertURIEquals("codebase",null,null,null,"applets",null,null,null,null,vcodebase);
}
« no previous file with comments | « LayoutTests/dom/html/level2/html/HTMLAppletElement11.js ('k') | LayoutTests/dom/xhtml/level2/html/HTMLAppletElement11.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698