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

Unified Diff: LayoutTests/fast/dom/DOMImplementation/missing-arguments.html

Issue 1108293002: Make DOMImplementation.hasFeature() always return true. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: windows compilefix attempt Created 5 years, 8 months 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 | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/dom/DOMImplementation/missing-arguments-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dom/DOMImplementation/missing-arguments.html
diff --git a/LayoutTests/fast/dom/DOMImplementation/missing-arguments.html b/LayoutTests/fast/dom/DOMImplementation/missing-arguments.html
index 8f3b08ef4fdab4a14ba6d23196b59d79b36b1db9..1dced9f653c8953ec73a84bc85ca668b03a87ca4 100644
--- a/LayoutTests/fast/dom/DOMImplementation/missing-arguments.html
+++ b/LayoutTests/fast/dom/DOMImplementation/missing-arguments.html
@@ -10,9 +10,7 @@
"createDocument('http://example.com/')",
"createDocumentType()",
"createDocumentType('svg:svg')",
- "createDocumentType('svg:svg', '-//W3C//DTD SVG 1.1//EN')",
- "hasFeature()",
- "hasFeature('')"
+ "createDocumentType('svg:svg', '-//W3C//DTD SVG 1.1//EN')"
].forEach(function(expr)
{
shouldThrow("document.implementation." + expr);
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/dom/DOMImplementation/missing-arguments-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698