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

Unified Diff: tools/dom/dom.json

Issue 16409016: Fixing up element_types_test to work properly in checked mode. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 6 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 | « tests/html/html.status ('k') | tools/dom/scripts/systemhtml.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dom/dom.json
diff --git a/tools/dom/dom.json b/tools/dom/dom.json
index 224f22ed9c34a199a2398bc782e71820dd91f662..759808ab167aeeb309b8a7e7cc40c5d33557fd04 100644
--- a/tools/dom/dom.json
+++ b/tools/dom/dom.json
@@ -4375,6 +4375,7 @@
"HTMLMetaElement": {
"comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#the-meta-element",
"members": {
+ "HTMLMetaElement": {},
"content": {},
"httpEquiv": {},
"name": {},
@@ -4632,6 +4633,7 @@
"HTMLQuoteElement": {
"comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/grouping-content.html#the-blockquote-element",
"members": {
+ "HTMLQuoteElement": {},
"cite": {}
},
"support_level": "stable"
@@ -4704,6 +4706,7 @@
"HTMLShadowElement": {
"comment": "https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/shadow/index.html#shadow-element",
"members": {
+ "HTMLShadowElement": {},
"olderShadowRoot": {},
"resetStyleInheritance": {}
},
« no previous file with comments | « tests/html/html.status ('k') | tools/dom/scripts/systemhtml.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698