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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/dom/historical-expected.txt

Issue 2614253003: Support both old and new MANIFEST.json formats, and update baselines. (Closed)
Patch Set: Update imported/wpt/html/browsers/origin/cross-origin-objects/cross-origin-objects-exceptions-expec… Created 3 years, 11 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 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 PASS Historical DOM features must be removed: DOMConfiguration 2 PASS Historical DOM features must be removed: DOMConfiguration
3 FAIL Historical DOM features must be removed: DOMError assert_equals: expected ( undefined) undefined but got (function) function "function DOMError() { [native code] }" 3 FAIL Historical DOM features must be removed: DOMError assert_equals: expected ( undefined) undefined but got (function) function "function DOMError() { [native code] }"
4 PASS Historical DOM features must be removed: DOMErrorHandler 4 PASS Historical DOM features must be removed: DOMErrorHandler
5 PASS Historical DOM features must be removed: DOMImplementationList 5 PASS Historical DOM features must be removed: DOMImplementationList
6 PASS Historical DOM features must be removed: DOMImplementationSource 6 PASS Historical DOM features must be removed: DOMImplementationSource
7 PASS Historical DOM features must be removed: DOMLocator 7 PASS Historical DOM features must be removed: DOMLocator
8 PASS Historical DOM features must be removed: DOMObject 8 PASS Historical DOM features must be removed: DOMObject
9 PASS Historical DOM features must be removed: DOMSettableTokenList 9 PASS Historical DOM features must be removed: DOMSettableTokenList
10 PASS Historical DOM features must be removed: DOMUserData 10 PASS Historical DOM features must be removed: DOMUserData
11 PASS Historical DOM features must be removed: Entity 11 PASS Historical DOM features must be removed: Entity
12 PASS Historical DOM features must be removed: EntityReference 12 PASS Historical DOM features must be removed: EntityReference
13 PASS Historical DOM features must be removed: EventException 13 PASS Historical DOM features must be removed: EventException
14 PASS Historical DOM features must be removed: NameList 14 PASS Historical DOM features must be removed: NameList
15 PASS Historical DOM features must be removed: Notation 15 PASS Historical DOM features must be removed: Notation
16 PASS Historical DOM features must be removed: TypeInfo 16 PASS Historical DOM features must be removed: TypeInfo
17 PASS Historical DOM features must be removed: UserDataHandler 17 PASS Historical DOM features must be removed: UserDataHandler
18 PASS Historical DOM features must be removed: RangeException 18 PASS Historical DOM features must be removed: RangeException
19 PASS Historical DOM features must be removed: createEntityReference 19 PASS Historical DOM features must be removed: createEntityReference
20 FAIL Historical DOM features must be removed: xmlEncoding assert_equals: expecte d (undefined) undefined but got (object) null 20 FAIL Historical DOM features must be removed: xmlEncoding assert_equals: expecte d (undefined) undefined but got (object) null
21 FAIL Historical DOM features must be removed: xmlStandalone assert_equals: expec ted (undefined) undefined but got (boolean) false 21 FAIL Historical DOM features must be removed: xmlStandalone assert_equals: expec ted (undefined) undefined but got (boolean) false
22 FAIL Historical DOM features must be removed: xmlVersion assert_equals: expected (undefined) undefined but got (object) null 22 FAIL Historical DOM features must be removed: xmlVersion assert_equals: expected (undefined) undefined but got (object) null
23 PASS Historical DOM features must be removed: strictErrorChecking 23 PASS Historical DOM features must be removed: strictErrorChecking
24 PASS Historical DOM features must be removed: domConfig 24 PASS Historical DOM features must be removed: domConfig
25 PASS Historical DOM features must be removed: normalizeDocument 25 PASS Historical DOM features must be removed: normalizeDocument
26 PASS Historical DOM features must be removed: renameNode 26 PASS Historical DOM features must be removed: renameNode
27 PASS Historical DOM features must be removed: defaultCharset 27 PASS Historical DOM features must be removed: defaultCharset
28 PASS Historical DOM features must be removed: height 28 PASS Historical DOM features must be removed: height
29 PASS Historical DOM features must be removed: width 29 PASS Historical DOM features must be removed: width
30 PASS Historical DOM features must be removed: commands
31 PASS Historical DOM features must be removed: cssElementMap
32 PASS Historical DOM features must be removed: async
33 PASS document.load
30 PASS DOMImplementation.getFeature() must be nuked. 34 PASS DOMImplementation.getFeature() must be nuked.
31 PASS Historical DOM features must be removed: schemaTypeInfo 35 PASS Historical DOM features must be removed: schemaTypeInfo
32 PASS Historical DOM features must be removed: setIdAttribute 36 PASS Historical DOM features must be removed: setIdAttribute
33 PASS Historical DOM features must be removed: setIdAttributeNS 37 PASS Historical DOM features must be removed: setIdAttributeNS
34 PASS Historical DOM features must be removed: setIdAttributeNode 38 PASS Historical DOM features must be removed: setIdAttributeNode
35 PASS Attr member must be nuked: schemaTypeInfo 39 PASS Attr member must be nuked: schemaTypeInfo
36 PASS Attr member must be nuked: isId 40 PASS Attr member must be nuked: isId
37 PASS DocumentType member must be nuked: entities 41 PASS DocumentType member must be nuked: entities
38 PASS DocumentType member must be nuked: notations 42 PASS DocumentType member must be nuked: notations
39 PASS DocumentType member must be nuked: internalSubset 43 PASS DocumentType member must be nuked: internalSubset
(...skipping 21 matching lines...) Expand all
61 PASS Event should not have this constant: KEYDOWN 65 PASS Event should not have this constant: KEYDOWN
62 PASS Event should not have this constant: KEYUP 66 PASS Event should not have this constant: KEYUP
63 PASS Event should not have this constant: KEYPRESS 67 PASS Event should not have this constant: KEYPRESS
64 PASS Event should not have this constant: DRAGDROP 68 PASS Event should not have this constant: DRAGDROP
65 PASS Event should not have this constant: FOCUS 69 PASS Event should not have this constant: FOCUS
66 PASS Event should not have this constant: BLUR 70 PASS Event should not have this constant: BLUR
67 PASS Event should not have this constant: SELECT 71 PASS Event should not have this constant: SELECT
68 PASS Event should not have this constant: CHANGE 72 PASS Event should not have this constant: CHANGE
69 Harness: the test ran to completion. 73 Harness: the test ran to completion.
70 74
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698