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

Unified Diff: third_party/WebKit/Source/core/dom/ElementCreationOptions.idl

Issue 2334223005: 2nd arg of document.createElement should be an object (Closed)
Patch Set: 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/Source/core/dom/ElementCreationOptions.idl
diff --git a/services/shell/background/tests/test.mojom b/third_party/WebKit/Source/core/dom/ElementCreationOptions.idl
similarity index 59%
copy from services/shell/background/tests/test.mojom
copy to third_party/WebKit/Source/core/dom/ElementCreationOptions.idl
index 18a92ec2634bed55b4048f5ece0e83b36f0c7b8f..feae6b56f2781b3baf3bfc6ed0619b4d7afbbf0f 100644
--- a/services/shell/background/tests/test.mojom
+++ b/third_party/WebKit/Source/core/dom/ElementCreationOptions.idl
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-module shell.mojom;
+// https://dom.spec.whatwg.org/#dictdef-elementcreationoptions
-interface TestService {
- Test() => ();
+dictionary ElementCreationOptions {
+ DOMString is;
};

Powered by Google App Engine
This is Rietveld 408576698