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

Unified Diff: LayoutTests/dom/xhtml/level3/core/documentgetdoctype01.js

Issue 104503006: Sync DOMImplementation IDL with spec (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: update test Created 7 years 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
« no previous file with comments | « no previous file | LayoutTests/fast/dom/DOMImplementation/createDocumentType-null.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/dom/xhtml/level3/core/documentgetdoctype01.js
diff --git a/LayoutTests/dom/xhtml/level3/core/documentgetdoctype01.js b/LayoutTests/dom/xhtml/level3/core/documentgetdoctype01.js
index c33bca763d46c9224bf8120663dc2f9051fadbba..cd1918060ff8aa4684dc78210a796c55a2169ac5 100644
--- a/LayoutTests/dom/xhtml/level3/core/documentgetdoctype01.js
+++ b/LayoutTests/dom/xhtml/level3/core/documentgetdoctype01.js
@@ -131,7 +131,7 @@ newDocType = domImpl.createDocumentType(rootName,nullPubID,nullSysID);
newSysID = replacedDocType.systemId;
- assertNull("newSysIdNull",newSysID);
+ assertEquals("newSysIdNull", "null", newSysID);
}
« no previous file with comments | « no previous file | LayoutTests/fast/dom/DOMImplementation/createDocumentType-null.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698