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

Side by Side Diff: webkit/data/layout_tests/chrome/fast/dom/typecheck-expected.txt

Issue 55025: Remove tests that have been upstreamed. Update test_expectations list... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 8 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 This test checks the behavior of dom operations when called on non-dom or incomp atible receivers with non-dom or incompatible arguments.
2
3 DOMImplementation: [object DOMImplementation]
4 Node::appendChild(DOMImplementation): Error: NOT_FOUND_ERR: DOM Exception 8
5 Node::appendChild(String): Error: NOT_FOUND_ERR: DOM Exception 8
6 Node::appendChild(undefined): Error: NOT_FOUND_ERR: DOM Exception 8
7 Node::isSameNode(DOMImplementation) = false
8 Node::isSameNode(String) = false
9 Node::isSameNode(undefined) = false
10 Node::lookupPrefix(DOMImplementation) = null
11 Node::lookupPrefix(undefined) = null
12 Node::cloneNode(DOMImplementation) = [object HTMLDivElement]
13 Select::add(DOMImplementation, DOMImplementation) = undefined
14 Select::add(DOMImplementation, Option) = undefined
15 Select::add(Option, DOMImplementation) = undefined
16 Select::add(undefined, undefined) = undefined
17 Select::add(undefined, Option) = undefined
18 Select::add(Option, undefined) = undefined
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698