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

Side by Side Diff: LayoutTests/fast/dom/dom-constructors-expected.txt

Issue 491693003: Remove the Notation interface (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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
1 This test checks that all but a handful of dom constructors throw exceptions, an d the rest return reasonable objects. It also tests that those constructors have higher precedence than a document element with the same ID or name. 1 This test checks that all but a handful of dom constructors throw exceptions, an d the rest return reasonable objects. It also tests that those constructors have higher precedence than a document element with the same ID or name.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS TryAllocate('Attr') is 'exception' 6 PASS TryAllocate('Attr') is 'exception'
7 PASS TryAllocate('CharacterData') is 'exception' 7 PASS TryAllocate('CharacterData') is 'exception'
8 PASS TryAllocate('CDATASection') is 'exception' 8 PASS TryAllocate('CDATASection') is 'exception'
9 PASS TryAllocate('Document') is 'exception' 9 PASS TryAllocate('Document') is 'exception'
10 PASS TryAllocate('DocumentType') is 'exception' 10 PASS TryAllocate('DocumentType') is 'exception'
11 PASS TryAllocate('Element') is 'exception' 11 PASS TryAllocate('Element') is 'exception'
12 PASS TryAllocate('EventTarget') is 'exception' 12 PASS TryAllocate('EventTarget') is 'exception'
13 PASS TryAllocate('HTMLDocument') is 'exception' 13 PASS TryAllocate('HTMLDocument') is 'exception'
14 PASS TryAllocate('Node') is 'exception' 14 PASS TryAllocate('Node') is 'exception'
15 PASS TryAllocate('Notation') is 'exception'
16 PASS TryAllocate('ProcessingInstruction') is 'exception' 15 PASS TryAllocate('ProcessingInstruction') is 'exception'
17 PASS TryAllocate('HTMLAllCollection') is 'exception' 16 PASS TryAllocate('HTMLAllCollection') is 'exception'
18 PASS TryAllocate('HTMLAnchorElement') is 'exception' 17 PASS TryAllocate('HTMLAnchorElement') is 'exception'
19 PASS TryAllocate('HTMLAppletElement') is 'exception' 18 PASS TryAllocate('HTMLAppletElement') is 'exception'
20 PASS TryAllocate('HTMLAreaElement') is 'exception' 19 PASS TryAllocate('HTMLAreaElement') is 'exception'
21 PASS TryAllocate('HTMLBaseElement') is 'exception' 20 PASS TryAllocate('HTMLBaseElement') is 'exception'
22 PASS TryAllocate('HTMLBodyElement') is 'exception' 21 PASS TryAllocate('HTMLBodyElement') is 'exception'
23 PASS TryAllocate('HTMLBRElement') is 'exception' 22 PASS TryAllocate('HTMLBRElement') is 'exception'
24 PASS TryAllocate('HTMLButtonElement') is 'exception' 23 PASS TryAllocate('HTMLButtonElement') is 'exception'
25 PASS TryAllocate('HTMLCanvasElement') is 'exception' 24 PASS TryAllocate('HTMLCanvasElement') is 'exception'
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 PASS TryAllocate('Option') is '[object HTMLOptionElement]' 154 PASS TryAllocate('Option') is '[object HTMLOptionElement]'
156 PASS TryAllocate('Option') is '[object HTMLOptionElement]' 155 PASS TryAllocate('Option') is '[object HTMLOptionElement]'
157 PASS TryAllocate('Option') is '[object HTMLOptionElement]' 156 PASS TryAllocate('Option') is '[object HTMLOptionElement]'
158 PASS TryAllocate('Image') is '[object HTMLImageElement]' 157 PASS TryAllocate('Image') is '[object HTMLImageElement]'
159 PASS TryAllocate('Image') is '[object HTMLImageElement]' 158 PASS TryAllocate('Image') is '[object HTMLImageElement]'
160 PASS TryAllocate('Image') is '[object HTMLImageElement]' 159 PASS TryAllocate('Image') is '[object HTMLImageElement]'
161 PASS successfullyParsed is true 160 PASS successfullyParsed is true
162 161
163 TEST COMPLETE 162 TEST COMPLETE
164 163
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/dom-constructors.html ('k') | LayoutTests/http/tests/security/cross-frame-access-get.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698