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

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

Issue 14672011: Remove [NoInterfaceObject] extended attribute from several interfaces (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Another attempt Created 7 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 | « no previous file | LayoutTests/http/tests/w3c/resources/testharness.js » ('j') | 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 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 PASS TryAllocate('StyleSheet') is 'exception' 100 PASS TryAllocate('StyleSheet') is 'exception'
101 PASS TryAllocate('StyleSheetList') is 'exception' 101 PASS TryAllocate('StyleSheetList') is 'exception'
102 PASS TryAllocate('TextEvent') is 'exception' 102 PASS TryAllocate('TextEvent') is 'exception'
103 PASS TryAllocate('XPathResult') is 'exception' 103 PASS TryAllocate('XPathResult') is 'exception'
104 FAIL TryAllocate('BarInfo') should be exception. Was no constructor. 104 FAIL TryAllocate('BarInfo') should be exception. Was no constructor.
105 PASS TryAllocate('CanvasGradient') is 'exception' 105 PASS TryAllocate('CanvasGradient') is 'exception'
106 PASS TryAllocate('CanvasPattern') is 'exception' 106 PASS TryAllocate('CanvasPattern') is 'exception'
107 FAIL TryAllocate('Console') should be exception. Was no constructor. 107 FAIL TryAllocate('Console') should be exception. Was no constructor.
108 PASS TryAllocate('Selection') is 'exception' 108 PASS TryAllocate('Selection') is 'exception'
109 PASS TryAllocate('Window') is 'exception' 109 PASS TryAllocate('Window') is 'exception'
110 FAIL TryAllocate('History') should be exception. Was no constructor. 110 PASS TryAllocate('History') is 'exception'
111 PASS TryAllocate('HTMLOptionsCollection') is 'exception' 111 PASS TryAllocate('HTMLOptionsCollection') is 'exception'
112 FAIL TryAllocate('Location') should be exception. Was no constructor. 112 PASS TryAllocate('Location') is 'exception'
113 FAIL TryAllocate('Navigator') should be exception. Was no constructor. 113 PASS TryAllocate('Navigator') is 'exception'
114 FAIL TryAllocate('NodeIterator') should be exception. Was no constructor. 114 FAIL TryAllocate('NodeIterator') should be exception. Was no constructor.
115 PASS TryAllocate('RGBColor') is 'exception' 115 PASS TryAllocate('RGBColor') is 'exception'
116 FAIL TryAllocate('Screen') should be exception. Was no constructor. 116 PASS TryAllocate('Screen') is 'exception'
117 FAIL TryAllocate('TreeWalker') should be exception. Was no constructor. 117 FAIL TryAllocate('TreeWalker') should be exception. Was no constructor.
118 FAIL TryAllocate('XPathExpression') should be exception. Was no constructor. 118 FAIL TryAllocate('XPathExpression') should be exception. Was no constructor.
119 PASS TryAllocate('Worker') is 'exception' 119 PASS TryAllocate('Worker') is 'exception'
120 PASS TryAllocate('EventTargetNode') is 'no constructor' 120 PASS TryAllocate('EventTargetNode') is 'no constructor'
121 PASS TryAllocate('UndetectableHTMLCollection') is 'no constructor' 121 PASS TryAllocate('UndetectableHTMLCollection') is 'no constructor'
122 PASS TryAllocate('XPathNSResolver') is 'no constructor' 122 PASS TryAllocate('XPathNSResolver') is 'no constructor'
123 PASS TryAllocate('EventTarget') is 'no constructor' 123 PASS TryAllocate('EventTarget') is 'no constructor'
124 PASS TryAllocate('EventListener') is 'no constructor' 124 PASS TryAllocate('EventListener') is 'no constructor'
125 PASS TryAllocate('NPObject') is 'no constructor' 125 PASS TryAllocate('NPObject') is 'no constructor'
126 PASS TryAllocate('Comment') is '[object Comment]' 126 PASS TryAllocate('Comment') is '[object Comment]'
(...skipping 29 matching lines...) Expand all
156 PASS TryAllocate('Option') is '[object HTMLOptionElement]' 156 PASS TryAllocate('Option') is '[object HTMLOptionElement]'
157 PASS TryAllocate('Option') is '[object HTMLOptionElement]' 157 PASS TryAllocate('Option') is '[object HTMLOptionElement]'
158 PASS TryAllocate('Option') is '[object HTMLOptionElement]' 158 PASS TryAllocate('Option') is '[object HTMLOptionElement]'
159 PASS TryAllocate('Image') is '[object HTMLImageElement]' 159 PASS TryAllocate('Image') is '[object HTMLImageElement]'
160 PASS TryAllocate('Image') is '[object HTMLImageElement]' 160 PASS TryAllocate('Image') is '[object HTMLImageElement]'
161 PASS TryAllocate('Image') is '[object HTMLImageElement]' 161 PASS TryAllocate('Image') is '[object HTMLImageElement]'
162 PASS successfullyParsed is true 162 PASS successfullyParsed is true
163 163
164 TEST COMPLETE 164 TEST COMPLETE
165 165
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/http/tests/w3c/resources/testharness.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698