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

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

Issue 2579693005: Remove legacy constants on Event (Closed)
Patch Set: update newly imported wpt/dom/historical.html 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 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
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 PASS Node member must be nuked: attributes 43 PASS Node member must be nuked: attributes
44 PASS Node member must be nuked: namespaceURI 44 PASS Node member must be nuked: namespaceURI
45 PASS Node member must be nuked: prefix 45 PASS Node member must be nuked: prefix
46 PASS Node member must be nuked: localName 46 PASS Node member must be nuked: localName
47 PASS Node member must be nuked: isSupported 47 PASS Node member must be nuked: isSupported
48 PASS Node member must be nuked: getFeature 48 PASS Node member must be nuked: getFeature
49 PASS Node member must be nuked: getUserData 49 PASS Node member must be nuked: getUserData
50 PASS Node member must be nuked: setUserData 50 PASS Node member must be nuked: setUserData
51 PASS Node member must be nuked: rootNode 51 PASS Node member must be nuked: rootNode
52 PASS Window member must be nuked: attachEvent 52 PASS Window member must be nuked: attachEvent
53 FAIL Event should not have this constant: MOUSEDOWN assert_equals: expected (und efined) undefined but got (number) 1 53 PASS Event should not have this constant: MOUSEDOWN
54 FAIL Event should not have this constant: MOUSEUP assert_equals: expected (undef ined) undefined but got (number) 2 54 PASS Event should not have this constant: MOUSEUP
55 FAIL Event should not have this constant: MOUSEOVER assert_equals: expected (und efined) undefined but got (number) 4 55 PASS Event should not have this constant: MOUSEOVER
56 FAIL Event should not have this constant: MOUSEOUT assert_equals: expected (unde fined) undefined but got (number) 8 56 PASS Event should not have this constant: MOUSEOUT
57 FAIL Event should not have this constant: MOUSEMOVE assert_equals: expected (und efined) undefined but got (number) 16 57 PASS Event should not have this constant: MOUSEMOVE
58 FAIL Event should not have this constant: MOUSEDRAG assert_equals: expected (und efined) undefined but got (number) 32 58 PASS Event should not have this constant: MOUSEDRAG
59 FAIL Event should not have this constant: CLICK assert_equals: expected (undefin ed) undefined but got (number) 64 59 PASS Event should not have this constant: CLICK
60 FAIL Event should not have this constant: DBLCLICK assert_equals: expected (unde fined) undefined but got (number) 128 60 PASS Event should not have this constant: DBLCLICK
61 FAIL Event should not have this constant: KEYDOWN assert_equals: expected (undef ined) undefined but got (number) 256 61 PASS Event should not have this constant: KEYDOWN
62 FAIL Event should not have this constant: KEYUP assert_equals: expected (undefin ed) undefined but got (number) 512 62 PASS Event should not have this constant: KEYUP
63 FAIL Event should not have this constant: KEYPRESS assert_equals: expected (unde fined) undefined but got (number) 1024 63 PASS Event should not have this constant: KEYPRESS
64 FAIL Event should not have this constant: DRAGDROP assert_equals: expected (unde fined) undefined but got (number) 2048 64 PASS Event should not have this constant: DRAGDROP
65 FAIL Event should not have this constant: FOCUS assert_equals: expected (undefin ed) undefined but got (number) 4096 65 PASS Event should not have this constant: FOCUS
66 FAIL Event should not have this constant: BLUR assert_equals: expected (undefine d) undefined but got (number) 8192 66 PASS Event should not have this constant: BLUR
67 FAIL Event should not have this constant: SELECT assert_equals: expected (undefi ned) undefined but got (number) 16384 67 PASS Event should not have this constant: SELECT
68 FAIL Event should not have this constant: CHANGE assert_equals: expected (undefi ned) undefined but got (number) 32768 68 PASS Event should not have this constant: CHANGE
69 Harness: the test ran to completion. 69 Harness: the test ran to completion.
70 70
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698