Modified: trunk/LayoutTests/ChangeLog (93993 => 93994)
--- trunk/LayoutTests/ChangeLog 2011-08-29 18:45:22 UTC (rev 93993)
+++ trunk/LayoutTests/ChangeLog 2011-08-29 18:46:28 UTC (rev 93994)
@@ -1,3 +1,13 @@
+2011-08-29 Sam Weinig <[email protected]>
+
+ Update tests after landing Event constructors.
+
+ Reviewed by Anders Carlsson.
+
+ * fast/dom/constructed-objects-prototypes-expected.txt:
+ * fast/dom/dom-constructors-expected.txt:
+ * fast/dom/dom-constructors.html:
+
2011-08-29 Stephen White <[email protected]>
Unreviewed gardening.
Modified: trunk/LayoutTests/fast/dom/constructed-objects-prototypes-expected.txt (93993 => 93994)
--- trunk/LayoutTests/fast/dom/constructed-objects-prototypes-expected.txt 2011-08-29 18:45:22 UTC (rev 93993)
+++ trunk/LayoutTests/fast/dom/constructed-objects-prototypes-expected.txt 2011-08-29 18:46:28 UTC (rev 93994)
@@ -7,6 +7,8 @@
PASS (new inner.Audio()).constructor.isInner is true
PASS (new inner.DOMParser()).isInner is true
PASS (new inner.DOMParser()).constructor.isInner is true
+PASS (new inner.Event()).isInner is true
+PASS (new inner.Event()).constructor.isInner is true
PASS (new inner.FormData()).isInner is true
PASS (new inner.FormData()).constructor.isInner is true
PASS (new inner.Image()).isInner is true
Modified: trunk/LayoutTests/fast/dom/dom-constructors-expected.txt (93993 => 93994)
--- trunk/LayoutTests/fast/dom/dom-constructors-expected.txt 2011-08-29 18:45:22 UTC (rev 93993)
+++ trunk/LayoutTests/fast/dom/dom-constructors-expected.txt 2011-08-29 18:46:28 UTC (rev 93994)
@@ -93,7 +93,6 @@
PASS TryAllocate('CSSValue') is 'exception'
PASS TryAllocate('CSSValueList') is 'exception'
PASS TryAllocate('DOMImplementation') is 'exception'
-PASS TryAllocate('Event') is 'exception'
PASS TryAllocate('HTMLCollection') is 'exception'
PASS TryAllocate('KeyboardEvent') is 'exception'
PASS TryAllocate('MediaList') is 'exception'
Modified: trunk/LayoutTests/fast/dom/dom-constructors.html (93993 => 93994)
--- trunk/LayoutTests/fast/dom/dom-constructors.html 2011-08-29 18:45:22 UTC (rev 93993)
+++ trunk/LayoutTests/fast/dom/dom-constructors.html 2011-08-29 18:46:28 UTC (rev 93994)
@@ -44,7 +44,7 @@
'CSSImportRule', 'CSSMediaRule', 'CSSPageRule',
'CSSPrimitiveValue', 'CSSRule', 'CSSRuleList',
'CSSStyleDeclaration', 'CSSStyleRule', 'CSSStyleSheet',
- 'CSSValue', 'CSSValueList', 'DOMImplementation', 'Event',
+ 'CSSValue', 'CSSValueList', 'DOMImplementation',
'HTMLCollection', 'KeyboardEvent', 'MediaList', 'MimeType',
'MimeTypeArray', 'MouseEvent', 'MutationEvent', 'NamedNodeMap',
'NodeFilter', 'NodeList', 'OverflowEvent', 'Plugin',