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

Unified Diff: LayoutTests/fast/dom/dom-constructors.html

Issue 18778002: Inherit EventTarget interface instead of duplicating its code (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase on master Created 7 years, 5 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 | « no previous file | LayoutTests/fast/dom/dom-constructors-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dom/dom-constructors.html
diff --git a/LayoutTests/fast/dom/dom-constructors.html b/LayoutTests/fast/dom/dom-constructors.html
index b001c6eaf053adc6e114744f6dfeace6c75e9105..607303065722fcb7ff21124be31891f00d491a5b 100644
--- a/LayoutTests/fast/dom/dom-constructors.html
+++ b/LayoutTests/fast/dom/dom-constructors.html
@@ -20,6 +20,7 @@ var objects_exception = [
'DocumentType',
'Element',
'Entity',
+ 'EventTarget',
'HTMLDocument',
'Node',
'Notation',
@@ -147,7 +148,6 @@ var objects_no_constructor = [
'EventTargetNode',
'UndetectableHTMLCollection',
'XPathNSResolver',
- 'EventTarget',
'EventListener',
'NPObject'
];
« no previous file with comments | « no previous file | LayoutTests/fast/dom/dom-constructors-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698