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

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

Issue 1291723004: Remove all support for <applet> handling in Chrome. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 5 years, 3 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 tests wrapper class names for JavaScript. 1 This tests wrapper class names for JavaScript.
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 successfullyParsed is true 6 PASS successfullyParsed is true
7 7
8 TEST COMPLETE 8 TEST COMPLETE
9 Basics 9 Basics
10 10
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 PASS tagConstructorClassString('abbr') is "Function" 170 PASS tagConstructorClassString('abbr') is "Function"
171 PASS tagConstructorName('abbr') is "HTMLElement" 171 PASS tagConstructorName('abbr') is "HTMLElement"
172 PASS tagClassString('acronym') is "HTMLElement" 172 PASS tagClassString('acronym') is "HTMLElement"
173 FAIL tagPrototypeClassString('acronym') should be HTMLElementPrototype. Was Obje ct. 173 FAIL tagPrototypeClassString('acronym') should be HTMLElementPrototype. Was Obje ct.
174 PASS tagConstructorClassString('acronym') is "Function" 174 PASS tagConstructorClassString('acronym') is "Function"
175 PASS tagConstructorName('acronym') is "HTMLElement" 175 PASS tagConstructorName('acronym') is "HTMLElement"
176 PASS tagClassString('address') is "HTMLElement" 176 PASS tagClassString('address') is "HTMLElement"
177 FAIL tagPrototypeClassString('address') should be HTMLElementPrototype. Was Obje ct. 177 FAIL tagPrototypeClassString('address') should be HTMLElementPrototype. Was Obje ct.
178 PASS tagConstructorClassString('address') is "Function" 178 PASS tagConstructorClassString('address') is "Function"
179 PASS tagConstructorName('address') is "HTMLElement" 179 PASS tagConstructorName('address') is "HTMLElement"
180 PASS tagClassString('applet') is "HTMLAppletElement"
181 FAIL tagPrototypeClassString('applet') should be HTMLAppletElementPrototype. Was Object.
182 PASS tagConstructorClassString('applet') is "Function"
183 PASS tagConstructorName('applet') is "HTMLAppletElement"
184 PASS tagClassString('area') is "HTMLAreaElement" 180 PASS tagClassString('area') is "HTMLAreaElement"
185 FAIL tagPrototypeClassString('area') should be HTMLAreaElementPrototype. Was Obj ect. 181 FAIL tagPrototypeClassString('area') should be HTMLAreaElementPrototype. Was Obj ect.
186 PASS tagConstructorClassString('area') is "Function" 182 PASS tagConstructorClassString('area') is "Function"
187 PASS tagConstructorName('area') is "HTMLAreaElement" 183 PASS tagConstructorName('area') is "HTMLAreaElement"
188 PASS tagClassString('article') is "HTMLElement" 184 PASS tagClassString('article') is "HTMLElement"
189 FAIL tagPrototypeClassString('article') should be HTMLElementPrototype. Was Obje ct. 185 FAIL tagPrototypeClassString('article') should be HTMLElementPrototype. Was Obje ct.
190 PASS tagConstructorClassString('article') is "Function" 186 PASS tagConstructorClassString('article') is "Function"
191 PASS tagConstructorName('article') is "HTMLElement" 187 PASS tagConstructorName('article') is "HTMLElement"
192 PASS tagClassString('aside') is "HTMLElement" 188 PASS tagClassString('aside') is "HTMLElement"
193 FAIL tagPrototypeClassString('aside') should be HTMLElementPrototype. Was Object . 189 FAIL tagPrototypeClassString('aside') should be HTMLElementPrototype. Was Object .
(...skipping 425 matching lines...) Expand 10 before | Expand all | Expand 10 after
619 PASS tagConstructorName('var') is "HTMLElement" 615 PASS tagConstructorName('var') is "HTMLElement"
620 PASS tagClassString('wbr') is "HTMLElement" 616 PASS tagClassString('wbr') is "HTMLElement"
621 FAIL tagPrototypeClassString('wbr') should be HTMLElementPrototype. Was Object. 617 FAIL tagPrototypeClassString('wbr') should be HTMLElementPrototype. Was Object.
622 PASS tagConstructorClassString('wbr') is "Function" 618 PASS tagConstructorClassString('wbr') is "Function"
623 PASS tagConstructorName('wbr') is "HTMLElement" 619 PASS tagConstructorName('wbr') is "HTMLElement"
624 PASS tagClassString('xmp') is "HTMLPreElement" 620 PASS tagClassString('xmp') is "HTMLPreElement"
625 FAIL tagPrototypeClassString('xmp') should be HTMLPreElementPrototype. Was Objec t. 621 FAIL tagPrototypeClassString('xmp') should be HTMLPreElementPrototype. Was Objec t.
626 PASS tagConstructorClassString('xmp') is "Function" 622 PASS tagConstructorClassString('xmp') is "Function"
627 PASS tagConstructorName('xmp') is "HTMLPreElement" 623 PASS tagConstructorName('xmp') is "HTMLPreElement"
628 624
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/wrapper-classes.html ('k') | LayoutTests/fast/dom/wrapper-identity-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698