Changeset 93994 in webkit
- Timestamp:
- Aug 29, 2011, 11:46:28 AM (14 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r93993 r93994 1 2011-08-29 Sam Weinig <sam@webkit.org> 2 3 Update tests after landing Event constructors. 4 5 Reviewed by Anders Carlsson. 6 7 * fast/dom/constructed-objects-prototypes-expected.txt: 8 * fast/dom/dom-constructors-expected.txt: 9 * fast/dom/dom-constructors.html: 10 1 11 2011-08-29 Stephen White <senorblanco@chromium.org> 2 12 -
trunk/LayoutTests/fast/dom/constructed-objects-prototypes-expected.txt
r64766 r93994 8 8 PASS (new inner.DOMParser()).isInner is true 9 9 PASS (new inner.DOMParser()).constructor.isInner is true 10 PASS (new inner.Event()).isInner is true 11 PASS (new inner.Event()).constructor.isInner is true 10 12 PASS (new inner.FormData()).isInner is true 11 13 PASS (new inner.FormData()).constructor.isInner is true -
trunk/LayoutTests/fast/dom/dom-constructors-expected.txt
r61071 r93994 94 94 PASS TryAllocate('CSSValueList') is 'exception' 95 95 PASS TryAllocate('DOMImplementation') is 'exception' 96 PASS TryAllocate('Event') is 'exception'97 96 PASS TryAllocate('HTMLCollection') is 'exception' 98 97 PASS TryAllocate('KeyboardEvent') is 'exception' -
trunk/LayoutTests/fast/dom/dom-constructors.html
r49998 r93994 45 45 'CSSPrimitiveValue', 'CSSRule', 'CSSRuleList', 46 46 'CSSStyleDeclaration', 'CSSStyleRule', 'CSSStyleSheet', 47 'CSSValue', 'CSSValueList', 'DOMImplementation', 'Event',47 'CSSValue', 'CSSValueList', 'DOMImplementation', 48 48 'HTMLCollection', 'KeyboardEvent', 'MediaList', 'MimeType', 49 49 'MimeTypeArray', 'MouseEvent', 'MutationEvent', 'NamedNodeMap',
Note:
See TracChangeset
for help on using the changeset viewer.