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

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Document-createElementNS.js

Issue 2303013002: Add UMA metric to track usage of sending a mousedown to select elements. (Closed)
Patch Set: W3C auto test import CL. Created 4 years, 3 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
Index: third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Document-createElementNS.js
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Document-createElementNS.js b/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Document-createElementNS.js
index 84888777730f9d7723bf45a19879013f72b8c487..e5d3047ad66206bfdfbaf6e0444562275ec2b935 100644
--- a/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Document-createElementNS.js
+++ b/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Document-createElementNS.js
@@ -9,7 +9,6 @@ var createElementNS_tests = [
[null, "1foo", "INVALID_CHARACTER_ERR"],
[null, "f1oo", null],
[null, "foo1", null],
- [null, "1foo", "INVALID_CHARACTER_ERR"],
[null, "\u0300foo", "INVALID_CHARACTER_ERR"],
[null, "}foo", "INVALID_CHARACTER_ERR"],
[null, "f}oo", "INVALID_CHARACTER_ERR"],
@@ -66,7 +65,6 @@ var createElementNS_tests = [
["http://example.com/", "ns0:test", null],
["http://example.com/", "a.b:c", null],
["http://example.com/", "a-b:c", null],
- ["http://example.com/", "a-b:c", null],
["http://example.com/", "xml", null],
["http://example.com/", "xmlns", "NAMESPACE_ERR"],
["http://example.com/", "XMLNS", null],

Powered by Google App Engine
This is Rietveld 408576698