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

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

Issue 2536993002: Remove support for the keygen tag (Closed)
Patch Set: Rebased Created 3 years, 12 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
OLDNEW
1 CONSOLE WARNING: line 26: The <keygen> element is deprecated and will be removed in M57, around March 2017. See https://www.chromestatus.com/features/5716060992 962560 for more details.
2 This tests wrapper class names for JavaScript. 1 This tests wrapper class names for JavaScript.
3 2
4 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 ".
5 4
6 5
7 PASS successfullyParsed is true 6 PASS successfullyParsed is true
8 7
9 TEST COMPLETE 8 TEST COMPLETE
10 Basics 9 Basics
11 10
(...skipping 375 matching lines...) Expand 10 before | Expand all | Expand 10 after
387 PASS tagConstructorClassString('input') is "Function" 386 PASS tagConstructorClassString('input') is "Function"
388 PASS tagConstructorName('input') is "HTMLInputElement" 387 PASS tagConstructorName('input') is "HTMLInputElement"
389 PASS tagClassString('ins') is "HTMLModElement" 388 PASS tagClassString('ins') is "HTMLModElement"
390 FAIL tagPrototypeClassString('ins') should be HTMLModElementPrototype. Was HTMLM odElement. 389 FAIL tagPrototypeClassString('ins') should be HTMLModElementPrototype. Was HTMLM odElement.
391 PASS tagConstructorClassString('ins') is "Function" 390 PASS tagConstructorClassString('ins') is "Function"
392 PASS tagConstructorName('ins') is "HTMLModElement" 391 PASS tagConstructorName('ins') is "HTMLModElement"
393 PASS tagClassString('kbd') is "HTMLElement" 392 PASS tagClassString('kbd') is "HTMLElement"
394 FAIL tagPrototypeClassString('kbd') should be HTMLElementPrototype. Was HTMLElem ent. 393 FAIL tagPrototypeClassString('kbd') should be HTMLElementPrototype. Was HTMLElem ent.
395 PASS tagConstructorClassString('kbd') is "Function" 394 PASS tagConstructorClassString('kbd') is "Function"
396 PASS tagConstructorName('kbd') is "HTMLElement" 395 PASS tagConstructorName('kbd') is "HTMLElement"
397 PASS tagClassString('keygen') is "HTMLKeygenElement"
398 FAIL tagPrototypeClassString('keygen') should be HTMLKeygenElementPrototype. Was HTMLKeygenElement.
399 PASS tagConstructorClassString('keygen') is "Function"
400 PASS tagConstructorName('keygen') is "HTMLKeygenElement"
401 PASS tagClassString('label') is "HTMLLabelElement" 396 PASS tagClassString('label') is "HTMLLabelElement"
402 FAIL tagPrototypeClassString('label') should be HTMLLabelElementPrototype. Was H TMLLabelElement. 397 FAIL tagPrototypeClassString('label') should be HTMLLabelElementPrototype. Was H TMLLabelElement.
403 PASS tagConstructorClassString('label') is "Function" 398 PASS tagConstructorClassString('label') is "Function"
404 PASS tagConstructorName('label') is "HTMLLabelElement" 399 PASS tagConstructorName('label') is "HTMLLabelElement"
405 PASS tagClassString('layer') is "HTMLElement" 400 PASS tagClassString('layer') is "HTMLElement"
406 FAIL tagPrototypeClassString('layer') should be HTMLElementPrototype. Was HTMLEl ement. 401 FAIL tagPrototypeClassString('layer') should be HTMLElementPrototype. Was HTMLEl ement.
407 PASS tagConstructorClassString('layer') is "Function" 402 PASS tagConstructorClassString('layer') is "Function"
408 PASS tagConstructorName('layer') is "HTMLElement" 403 PASS tagConstructorName('layer') is "HTMLElement"
409 PASS tagClassString('legend') is "HTMLLegendElement" 404 PASS tagClassString('legend') is "HTMLLegendElement"
410 FAIL tagPrototypeClassString('legend') should be HTMLLegendElementPrototype. Was HTMLLegendElement. 405 FAIL tagPrototypeClassString('legend') should be HTMLLegendElementPrototype. Was HTMLLegendElement.
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
616 PASS tagConstructorName('var') is "HTMLElement" 611 PASS tagConstructorName('var') is "HTMLElement"
617 PASS tagClassString('wbr') is "HTMLElement" 612 PASS tagClassString('wbr') is "HTMLElement"
618 FAIL tagPrototypeClassString('wbr') should be HTMLElementPrototype. Was HTMLElem ent. 613 FAIL tagPrototypeClassString('wbr') should be HTMLElementPrototype. Was HTMLElem ent.
619 PASS tagConstructorClassString('wbr') is "Function" 614 PASS tagConstructorClassString('wbr') is "Function"
620 PASS tagConstructorName('wbr') is "HTMLElement" 615 PASS tagConstructorName('wbr') is "HTMLElement"
621 PASS tagClassString('xmp') is "HTMLPreElement" 616 PASS tagClassString('xmp') is "HTMLPreElement"
622 FAIL tagPrototypeClassString('xmp') should be HTMLPreElementPrototype. Was HTMLP reElement. 617 FAIL tagPrototypeClassString('xmp') should be HTMLPreElementPrototype. Was HTMLP reElement.
623 PASS tagConstructorClassString('xmp') is "Function" 618 PASS tagConstructorClassString('xmp') is "Function"
624 PASS tagConstructorName('xmp') is "HTMLPreElement" 619 PASS tagConstructorName('xmp') is "HTMLPreElement"
625 620
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698