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

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

Issue 1993123002: Updating test related to BarInfo after getting renamed as BarProp (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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
« no previous file with comments | « third_party/WebKit/LayoutTests/fast/dom/dom-constructors.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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'
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 PASS TryAllocate('MutationEvent') is 'exception' 86 PASS TryAllocate('MutationEvent') is 'exception'
87 PASS TryAllocate('NamedNodeMap') is 'exception' 87 PASS TryAllocate('NamedNodeMap') is 'exception'
88 PASS TryAllocate('NodeFilter') is 'exception' 88 PASS TryAllocate('NodeFilter') is 'exception'
89 PASS TryAllocate('NodeList') is 'exception' 89 PASS TryAllocate('NodeList') is 'exception'
90 PASS TryAllocate('Plugin') is 'exception' 90 PASS TryAllocate('Plugin') is 'exception'
91 PASS TryAllocate('PluginArray') is 'exception' 91 PASS TryAllocate('PluginArray') is 'exception'
92 PASS TryAllocate('StyleSheet') is 'exception' 92 PASS TryAllocate('StyleSheet') is 'exception'
93 PASS TryAllocate('StyleSheetList') is 'exception' 93 PASS TryAllocate('StyleSheetList') is 'exception'
94 PASS TryAllocate('TextEvent') is 'exception' 94 PASS TryAllocate('TextEvent') is 'exception'
95 PASS TryAllocate('XPathResult') is 'exception' 95 PASS TryAllocate('XPathResult') is 'exception'
96 FAIL TryAllocate('BarInfo') should be exception. Was no constructor. 96 PASS TryAllocate('BarProp') is 'exception'
97 PASS TryAllocate('CanvasGradient') is 'exception' 97 PASS TryAllocate('CanvasGradient') is 'exception'
98 PASS TryAllocate('CanvasPattern') is 'exception' 98 PASS TryAllocate('CanvasPattern') is 'exception'
99 FAIL TryAllocate('Console') should be exception. Was no constructor. 99 FAIL TryAllocate('Console') should be exception. Was no constructor.
100 PASS TryAllocate('Selection') is 'exception' 100 PASS TryAllocate('Selection') is 'exception'
101 PASS TryAllocate('Window') is 'exception' 101 PASS TryAllocate('Window') is 'exception'
102 PASS TryAllocate('History') is 'exception' 102 PASS TryAllocate('History') is 'exception'
103 PASS TryAllocate('HTMLOptionsCollection') is 'exception' 103 PASS TryAllocate('HTMLOptionsCollection') is 'exception'
104 PASS TryAllocate('Location') is 'exception' 104 PASS TryAllocate('Location') is 'exception'
105 PASS TryAllocate('Navigator') is 'exception' 105 PASS TryAllocate('Navigator') is 'exception'
106 PASS TryAllocate('NodeIterator') is 'exception' 106 PASS TryAllocate('NodeIterator') is 'exception'
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 PASS TryAllocate('Option') is '[object HTMLOptionElement]' 146 PASS TryAllocate('Option') is '[object HTMLOptionElement]'
147 PASS TryAllocate('Option') is '[object HTMLOptionElement]' 147 PASS TryAllocate('Option') is '[object HTMLOptionElement]'
148 PASS TryAllocate('Option') is '[object HTMLOptionElement]' 148 PASS TryAllocate('Option') is '[object HTMLOptionElement]'
149 PASS TryAllocate('Image') is '[object HTMLImageElement]' 149 PASS TryAllocate('Image') is '[object HTMLImageElement]'
150 PASS TryAllocate('Image') is '[object HTMLImageElement]' 150 PASS TryAllocate('Image') is '[object HTMLImageElement]'
151 PASS TryAllocate('Image') is '[object HTMLImageElement]' 151 PASS TryAllocate('Image') is '[object HTMLImageElement]'
152 PASS successfullyParsed is true 152 PASS successfullyParsed is true
153 153
154 TEST COMPLETE 154 TEST COMPLETE
155 155
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/fast/dom/dom-constructors.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698