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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/events/pointerevents/mouse-pointer-event-properties-expected.txt

Issue 1809603003: Separate mouse transition events from pointerevent (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Better comment Created 4 years, 8 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 ERROR: line 63: Uncaught TypeError: Cannot read property 'type' of null 1 CONSOLE ERROR: line 67: Uncaught TypeError: Cannot read property 'type' of undef ined
2 CONSOLE ERROR: line 63: Uncaught TypeError: Cannot read property 'type' of null 2 CONSOLE ERROR: line 67: Uncaught TypeError: Cannot read property 'type' of undef ined
3 CONSOLE ERROR: line 63: Uncaught TypeError: Cannot read property 'type' of null 3 CONSOLE ERROR: line 67: Uncaught TypeError: Cannot read property 'type' of undef ined
4 CONSOLE ERROR: line 63: Uncaught TypeError: Cannot read property 'type' of null 4 CONSOLE ERROR: line 67: Uncaught TypeError: Cannot read property 'type' of undef ined
5 CONSOLE ERROR: line 63: Uncaught TypeError: Cannot read property 'type' of null 5 CONSOLE ERROR: line 67: Uncaught TypeError: Cannot read property 'type' of undef ined
6 CONSOLE ERROR: line 63: Uncaught TypeError: Cannot read property 'type' of null 6 CONSOLE ERROR: line 67: Uncaught TypeError: Cannot read property 'type' of undef ined
7 CONSOLE ERROR: line 63: Uncaught TypeError: Cannot read property 'type' of null 7 CONSOLE ERROR: line 67: Uncaught TypeError: Cannot read property 'type' of undef ined
8 CONSOLE ERROR: line 63: Uncaught TypeError: Cannot read property 'type' of null 8 CONSOLE ERROR: line 67: Uncaught TypeError: Cannot read property 'type' of undef ined
9 CONSOLE ERROR: line 63: Uncaught TypeError: Cannot read property 'type' of null 9 CONSOLE ERROR: line 67: Uncaught TypeError: Cannot read property 'type' of undef ined
10 CONSOLE ERROR: line 63: Uncaught TypeError: Cannot read property 'type' of null 10 CONSOLE ERROR: line 67: Uncaught TypeError: Cannot read property 'type' of undef ined
11 CONSOLE ERROR: line 63: Uncaught TypeError: Cannot read property 'type' of null 11 CONSOLE ERROR: line 67: Uncaught TypeError: Cannot read property 'type' of undef ined
12 CONSOLE ERROR: line 63: Uncaught TypeError: Cannot read property 'type' of null 12 CONSOLE ERROR: line 67: Uncaught TypeError: Cannot read property 'type' of undef ined
13 CONSOLE ERROR: line 63: Uncaught TypeError: Cannot read property 'type' of null 13 CONSOLE ERROR: line 67: Uncaught TypeError: Cannot read property 'type' of undef ined
14 Verifies that pointer event parameters are correct when fired for mouse events. 14 Verifies that pointer event parameters are correct when fired for mouse events.
15 15
16 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 16 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
17 17
18 18
19 --- move mouse into target --- 19 --- move mouse into target ---
20 Received mouseover 20 Received mouseover
21 FAIL lastPointerEvent should be non-null. Was null 21 FAIL lastPointerEvents.length should be 2. Was 0.
22 FAIL lastPointerEvent.type should be pointerover. Threw exception TypeError: Can not read property 'type' of null 22 FAIL lastPointerEvents[0].type should be pointerover. Threw exception TypeError: Cannot read property 'type' of undefined
23 Received mouseenter 23 Received mouseenter
24 FAIL lastPointerEvent should be non-null. Was null 24 FAIL lastPointerEvents.length should be 1. Was 0.
25 FAIL lastPointerEvent.type should be pointerenter. Threw exception TypeError: Ca nnot read property 'type' of null 25 FAIL lastPointerEvents[0].type should be pointerenter. Threw exception TypeError : Cannot read property 'type' of undefined
26 Received mousemove 26 Received mousemove
27 FAIL lastPointerEvent should be non-null. Was null 27 FAIL lastPointerEvents.length should be 1. Was 0.
28 FAIL lastPointerEvent.type should be pointermove. Threw exception TypeError: Can not read property 'type' of null 28 FAIL lastPointerEvents[0].type should be pointermove. Threw exception TypeError: Cannot read property 'type' of undefined
29 29
30 --- move within target --- 30 --- move within target ---
31 Received mousemove 31 Received mousemove
32 FAIL lastPointerEvent should be non-null. Was null 32 FAIL lastPointerEvents.length should be 1. Was 0.
33 FAIL lastPointerEvent.type should be pointermove. Threw exception TypeError: Can not read property 'type' of null 33 FAIL lastPointerEvents[0].type should be pointermove. Threw exception TypeError: Cannot read property 'type' of undefined
34 Received mousemove 34 Received mousemove
35 FAIL lastPointerEvent should be non-null. Was null 35 FAIL lastPointerEvents.length should be 1. Was 0.
36 FAIL lastPointerEvent.type should be pointermove. Threw exception TypeError: Can not read property 'type' of null 36 FAIL lastPointerEvents[0].type should be pointermove. Threw exception TypeError: Cannot read property 'type' of undefined
37 37
38 --- click each button --- 38 --- click each button ---
39 Received mousedown 39 Received mousedown
40 FAIL lastPointerEvent should be non-null. Was null 40 FAIL lastPointerEvents.length should be 1. Was 0.
41 FAIL lastPointerEvent.type should be pointerdown. Threw exception TypeError: Can not read property 'type' of null 41 FAIL lastPointerEvents[0].type should be pointerdown. Threw exception TypeError: Cannot read property 'type' of undefined
42 Received mouseup 42 Received mouseup
43 FAIL lastPointerEvent should be non-null. Was null 43 FAIL lastPointerEvents.length should be 1. Was 0.
44 FAIL lastPointerEvent.type should be pointerup. Threw exception TypeError: Canno t read property 'type' of null 44 FAIL lastPointerEvents[0].type should be pointerup. Threw exception TypeError: C annot read property 'type' of undefined
45 Received mousedown 45 Received mousedown
46 FAIL lastPointerEvent should be non-null. Was null 46 FAIL lastPointerEvents.length should be 1. Was 0.
47 FAIL lastPointerEvent.type should be pointerdown. Threw exception TypeError: Can not read property 'type' of null 47 FAIL lastPointerEvents[0].type should be pointerdown. Threw exception TypeError: Cannot read property 'type' of undefined
48 Received mouseup 48 Received mouseup
49 FAIL lastPointerEvent should be non-null. Was null 49 FAIL lastPointerEvents.length should be 1. Was 0.
50 FAIL lastPointerEvent.type should be pointerup. Threw exception TypeError: Canno t read property 'type' of null 50 FAIL lastPointerEvents[0].type should be pointerup. Threw exception TypeError: C annot read property 'type' of undefined
51 Received mousedown 51 Received mousedown
52 FAIL lastPointerEvent should be non-null. Was null 52 FAIL lastPointerEvents.length should be 1. Was 0.
53 FAIL lastPointerEvent.type should be pointerdown. Threw exception TypeError: Can not read property 'type' of null 53 FAIL lastPointerEvents[0].type should be pointerdown. Threw exception TypeError: Cannot read property 'type' of undefined
54 Received mouseup 54 Received mouseup
55 FAIL lastPointerEvent should be non-null. Was null 55 FAIL lastPointerEvents.length should be 1. Was 0.
56 FAIL lastPointerEvent.type should be pointerup. Threw exception TypeError: Canno t read property 'type' of null 56 FAIL lastPointerEvents[0].type should be pointerup. Threw exception TypeError: C annot read property 'type' of undefined
57 57
58 --- click with each modifier --- 58 --- click with each modifier ---
59 Received mousedown 59 Received mousedown
60 FAIL lastPointerEvent should be non-null. Was null 60 FAIL lastPointerEvents.length should be 1. Was 0.
61 FAIL lastPointerEvent.type should be pointerdown. Threw exception TypeError: Can not read property 'type' of null 61 FAIL lastPointerEvents[0].type should be pointerdown. Threw exception TypeError: Cannot read property 'type' of undefined
62 FAIL lastPointerEvent.getModifierState('Control'); should be true. Threw excepti on TypeError: Cannot read property 'getModifierState' of null 62 FAIL lastPointerEvents[0].getModifierState('Control'); should be true. Threw exc eption TypeError: Cannot read property 'getModifierState' of undefined
63 FAIL lastPointerEvent.getModifierState('Shift'); should be false. Threw exceptio n TypeError: Cannot read property 'getModifierState' of null 63 FAIL lastPointerEvents[0].getModifierState('Shift'); should be false. Threw exce ption TypeError: Cannot read property 'getModifierState' of undefined
64 FAIL lastPointerEvent.getModifierState('Meta'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of null 64 FAIL lastPointerEvents[0].getModifierState('Meta'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of undefined
65 FAIL lastPointerEvent.getModifierState('Alt'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of null 65 FAIL lastPointerEvents[0].getModifierState('Alt'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of undefined
66 FAIL lastPointerEvent.getModifierState('AltGraph'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of null 66 FAIL lastPointerEvents[0].getModifierState('AltGraph'); should be false. Threw e xception TypeError: Cannot read property 'getModifierState' of undefined
67 FAIL lastPointerEvent.getModifierState('OS'); should be false. Threw exception T ypeError: Cannot read property 'getModifierState' of null 67 FAIL lastPointerEvents[0].getModifierState('OS'); should be false. Threw excepti on TypeError: Cannot read property 'getModifierState' of undefined
68 FAIL lastPointerEvent.getModifierState('Fn'); should be false. Threw exception T ypeError: Cannot read property 'getModifierState' of null 68 FAIL lastPointerEvents[0].getModifierState('Fn'); should be false. Threw excepti on TypeError: Cannot read property 'getModifierState' of undefined
69 FAIL lastPointerEvent.getModifierState('CapsLock'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of null 69 FAIL lastPointerEvents[0].getModifierState('CapsLock'); should be false. Threw e xception TypeError: Cannot read property 'getModifierState' of undefined
70 FAIL lastPointerEvent.getModifierState('ScrollLock'); should be false. Threw exc eption TypeError: Cannot read property 'getModifierState' of null 70 FAIL lastPointerEvents[0].getModifierState('ScrollLock'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of undefined
71 FAIL lastPointerEvent.getModifierState('NumLock'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of null 71 FAIL lastPointerEvents[0].getModifierState('NumLock'); should be false. Threw ex ception TypeError: Cannot read property 'getModifierState' of undefined
72 FAIL lastPointerEvent.getModifierState('Symbol'); should be false. Threw excepti on TypeError: Cannot read property 'getModifierState' of null 72 FAIL lastPointerEvents[0].getModifierState('Symbol'); should be false. Threw exc eption TypeError: Cannot read property 'getModifierState' of undefined
73 Received mouseup 73 Received mouseup
74 FAIL lastPointerEvent should be non-null. Was null 74 FAIL lastPointerEvents.length should be 1. Was 0.
75 FAIL lastPointerEvent.type should be pointerup. Threw exception TypeError: Canno t read property 'type' of null 75 FAIL lastPointerEvents[0].type should be pointerup. Threw exception TypeError: C annot read property 'type' of undefined
76 FAIL lastPointerEvent.getModifierState('Control'); should be true. Threw excepti on TypeError: Cannot read property 'getModifierState' of null 76 FAIL lastPointerEvents[0].getModifierState('Control'); should be true. Threw exc eption TypeError: Cannot read property 'getModifierState' of undefined
77 FAIL lastPointerEvent.getModifierState('Shift'); should be false. Threw exceptio n TypeError: Cannot read property 'getModifierState' of null 77 FAIL lastPointerEvents[0].getModifierState('Shift'); should be false. Threw exce ption TypeError: Cannot read property 'getModifierState' of undefined
78 FAIL lastPointerEvent.getModifierState('Meta'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of null 78 FAIL lastPointerEvents[0].getModifierState('Meta'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of undefined
79 FAIL lastPointerEvent.getModifierState('Alt'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of null 79 FAIL lastPointerEvents[0].getModifierState('Alt'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of undefined
80 FAIL lastPointerEvent.getModifierState('AltGraph'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of null 80 FAIL lastPointerEvents[0].getModifierState('AltGraph'); should be false. Threw e xception TypeError: Cannot read property 'getModifierState' of undefined
81 FAIL lastPointerEvent.getModifierState('OS'); should be false. Threw exception T ypeError: Cannot read property 'getModifierState' of null 81 FAIL lastPointerEvents[0].getModifierState('OS'); should be false. Threw excepti on TypeError: Cannot read property 'getModifierState' of undefined
82 FAIL lastPointerEvent.getModifierState('Fn'); should be false. Threw exception T ypeError: Cannot read property 'getModifierState' of null 82 FAIL lastPointerEvents[0].getModifierState('Fn'); should be false. Threw excepti on TypeError: Cannot read property 'getModifierState' of undefined
83 FAIL lastPointerEvent.getModifierState('CapsLock'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of null 83 FAIL lastPointerEvents[0].getModifierState('CapsLock'); should be false. Threw e xception TypeError: Cannot read property 'getModifierState' of undefined
84 FAIL lastPointerEvent.getModifierState('ScrollLock'); should be false. Threw exc eption TypeError: Cannot read property 'getModifierState' of null 84 FAIL lastPointerEvents[0].getModifierState('ScrollLock'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of undefined
85 FAIL lastPointerEvent.getModifierState('NumLock'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of null 85 FAIL lastPointerEvents[0].getModifierState('NumLock'); should be false. Threw ex ception TypeError: Cannot read property 'getModifierState' of undefined
86 FAIL lastPointerEvent.getModifierState('Symbol'); should be false. Threw excepti on TypeError: Cannot read property 'getModifierState' of null 86 FAIL lastPointerEvents[0].getModifierState('Symbol'); should be false. Threw exc eption TypeError: Cannot read property 'getModifierState' of undefined
87 Received mousedown 87 Received mousedown
88 FAIL lastPointerEvent should be non-null. Was null 88 FAIL lastPointerEvents.length should be 1. Was 0.
89 FAIL lastPointerEvent.type should be pointerdown. Threw exception TypeError: Can not read property 'type' of null 89 FAIL lastPointerEvents[0].type should be pointerdown. Threw exception TypeError: Cannot read property 'type' of undefined
90 FAIL lastPointerEvent.getModifierState('Control'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of null 90 FAIL lastPointerEvents[0].getModifierState('Control'); should be false. Threw ex ception TypeError: Cannot read property 'getModifierState' of undefined
91 FAIL lastPointerEvent.getModifierState('Shift'); should be true. Threw exception TypeError: Cannot read property 'getModifierState' of null 91 FAIL lastPointerEvents[0].getModifierState('Shift'); should be true. Threw excep tion TypeError: Cannot read property 'getModifierState' of undefined
92 FAIL lastPointerEvent.getModifierState('Meta'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of null 92 FAIL lastPointerEvents[0].getModifierState('Meta'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of undefined
93 FAIL lastPointerEvent.getModifierState('Alt'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of null 93 FAIL lastPointerEvents[0].getModifierState('Alt'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of undefined
94 FAIL lastPointerEvent.getModifierState('AltGraph'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of null 94 FAIL lastPointerEvents[0].getModifierState('AltGraph'); should be false. Threw e xception TypeError: Cannot read property 'getModifierState' of undefined
95 FAIL lastPointerEvent.getModifierState('OS'); should be false. Threw exception T ypeError: Cannot read property 'getModifierState' of null 95 FAIL lastPointerEvents[0].getModifierState('OS'); should be false. Threw excepti on TypeError: Cannot read property 'getModifierState' of undefined
96 FAIL lastPointerEvent.getModifierState('Fn'); should be false. Threw exception T ypeError: Cannot read property 'getModifierState' of null 96 FAIL lastPointerEvents[0].getModifierState('Fn'); should be false. Threw excepti on TypeError: Cannot read property 'getModifierState' of undefined
97 FAIL lastPointerEvent.getModifierState('CapsLock'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of null 97 FAIL lastPointerEvents[0].getModifierState('CapsLock'); should be false. Threw e xception TypeError: Cannot read property 'getModifierState' of undefined
98 FAIL lastPointerEvent.getModifierState('ScrollLock'); should be false. Threw exc eption TypeError: Cannot read property 'getModifierState' of null 98 FAIL lastPointerEvents[0].getModifierState('ScrollLock'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of undefined
99 FAIL lastPointerEvent.getModifierState('NumLock'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of null 99 FAIL lastPointerEvents[0].getModifierState('NumLock'); should be false. Threw ex ception TypeError: Cannot read property 'getModifierState' of undefined
100 FAIL lastPointerEvent.getModifierState('Symbol'); should be false. Threw excepti on TypeError: Cannot read property 'getModifierState' of null 100 FAIL lastPointerEvents[0].getModifierState('Symbol'); should be false. Threw exc eption TypeError: Cannot read property 'getModifierState' of undefined
101 Received mouseup 101 Received mouseup
102 FAIL lastPointerEvent should be non-null. Was null 102 FAIL lastPointerEvents.length should be 1. Was 0.
103 FAIL lastPointerEvent.type should be pointerup. Threw exception TypeError: Canno t read property 'type' of null 103 FAIL lastPointerEvents[0].type should be pointerup. Threw exception TypeError: C annot read property 'type' of undefined
104 FAIL lastPointerEvent.getModifierState('Control'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of null 104 FAIL lastPointerEvents[0].getModifierState('Control'); should be false. Threw ex ception TypeError: Cannot read property 'getModifierState' of undefined
105 FAIL lastPointerEvent.getModifierState('Shift'); should be true. Threw exception TypeError: Cannot read property 'getModifierState' of null 105 FAIL lastPointerEvents[0].getModifierState('Shift'); should be true. Threw excep tion TypeError: Cannot read property 'getModifierState' of undefined
106 FAIL lastPointerEvent.getModifierState('Meta'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of null 106 FAIL lastPointerEvents[0].getModifierState('Meta'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of undefined
107 FAIL lastPointerEvent.getModifierState('Alt'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of null 107 FAIL lastPointerEvents[0].getModifierState('Alt'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of undefined
108 FAIL lastPointerEvent.getModifierState('AltGraph'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of null 108 FAIL lastPointerEvents[0].getModifierState('AltGraph'); should be false. Threw e xception TypeError: Cannot read property 'getModifierState' of undefined
109 FAIL lastPointerEvent.getModifierState('OS'); should be false. Threw exception T ypeError: Cannot read property 'getModifierState' of null 109 FAIL lastPointerEvents[0].getModifierState('OS'); should be false. Threw excepti on TypeError: Cannot read property 'getModifierState' of undefined
110 FAIL lastPointerEvent.getModifierState('Fn'); should be false. Threw exception T ypeError: Cannot read property 'getModifierState' of null 110 FAIL lastPointerEvents[0].getModifierState('Fn'); should be false. Threw excepti on TypeError: Cannot read property 'getModifierState' of undefined
111 FAIL lastPointerEvent.getModifierState('CapsLock'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of null 111 FAIL lastPointerEvents[0].getModifierState('CapsLock'); should be false. Threw e xception TypeError: Cannot read property 'getModifierState' of undefined
112 FAIL lastPointerEvent.getModifierState('ScrollLock'); should be false. Threw exc eption TypeError: Cannot read property 'getModifierState' of null 112 FAIL lastPointerEvents[0].getModifierState('ScrollLock'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of undefined
113 FAIL lastPointerEvent.getModifierState('NumLock'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of null 113 FAIL lastPointerEvents[0].getModifierState('NumLock'); should be false. Threw ex ception TypeError: Cannot read property 'getModifierState' of undefined
114 FAIL lastPointerEvent.getModifierState('Symbol'); should be false. Threw excepti on TypeError: Cannot read property 'getModifierState' of null 114 FAIL lastPointerEvents[0].getModifierState('Symbol'); should be false. Threw exc eption TypeError: Cannot read property 'getModifierState' of undefined
115 Received mousedown 115 Received mousedown
116 FAIL lastPointerEvent should be non-null. Was null 116 FAIL lastPointerEvents.length should be 1. Was 0.
117 FAIL lastPointerEvent.type should be pointerdown. Threw exception TypeError: Can not read property 'type' of null 117 FAIL lastPointerEvents[0].type should be pointerdown. Threw exception TypeError: Cannot read property 'type' of undefined
118 FAIL lastPointerEvent.getModifierState('Control'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of null 118 FAIL lastPointerEvents[0].getModifierState('Control'); should be false. Threw ex ception TypeError: Cannot read property 'getModifierState' of undefined
119 FAIL lastPointerEvent.getModifierState('Shift'); should be false. Threw exceptio n TypeError: Cannot read property 'getModifierState' of null 119 FAIL lastPointerEvents[0].getModifierState('Shift'); should be false. Threw exce ption TypeError: Cannot read property 'getModifierState' of undefined
120 FAIL lastPointerEvent.getModifierState('Meta'); should be true. Threw exception TypeError: Cannot read property 'getModifierState' of null 120 FAIL lastPointerEvents[0].getModifierState('Meta'); should be true. Threw except ion TypeError: Cannot read property 'getModifierState' of undefined
121 FAIL lastPointerEvent.getModifierState('Alt'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of null 121 FAIL lastPointerEvents[0].getModifierState('Alt'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of undefined
122 FAIL lastPointerEvent.getModifierState('AltGraph'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of null 122 FAIL lastPointerEvents[0].getModifierState('AltGraph'); should be false. Threw e xception TypeError: Cannot read property 'getModifierState' of undefined
123 FAIL lastPointerEvent.getModifierState('OS'); should be false. Threw exception T ypeError: Cannot read property 'getModifierState' of null 123 FAIL lastPointerEvents[0].getModifierState('OS'); should be false. Threw excepti on TypeError: Cannot read property 'getModifierState' of undefined
124 FAIL lastPointerEvent.getModifierState('Fn'); should be false. Threw exception T ypeError: Cannot read property 'getModifierState' of null 124 FAIL lastPointerEvents[0].getModifierState('Fn'); should be false. Threw excepti on TypeError: Cannot read property 'getModifierState' of undefined
125 FAIL lastPointerEvent.getModifierState('CapsLock'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of null 125 FAIL lastPointerEvents[0].getModifierState('CapsLock'); should be false. Threw e xception TypeError: Cannot read property 'getModifierState' of undefined
126 FAIL lastPointerEvent.getModifierState('ScrollLock'); should be false. Threw exc eption TypeError: Cannot read property 'getModifierState' of null 126 FAIL lastPointerEvents[0].getModifierState('ScrollLock'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of undefined
127 FAIL lastPointerEvent.getModifierState('NumLock'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of null 127 FAIL lastPointerEvents[0].getModifierState('NumLock'); should be false. Threw ex ception TypeError: Cannot read property 'getModifierState' of undefined
128 FAIL lastPointerEvent.getModifierState('Symbol'); should be false. Threw excepti on TypeError: Cannot read property 'getModifierState' of null 128 FAIL lastPointerEvents[0].getModifierState('Symbol'); should be false. Threw exc eption TypeError: Cannot read property 'getModifierState' of undefined
129 Received mouseup 129 Received mouseup
130 FAIL lastPointerEvent should be non-null. Was null 130 FAIL lastPointerEvents.length should be 1. Was 0.
131 FAIL lastPointerEvent.type should be pointerup. Threw exception TypeError: Canno t read property 'type' of null 131 FAIL lastPointerEvents[0].type should be pointerup. Threw exception TypeError: C annot read property 'type' of undefined
132 FAIL lastPointerEvent.getModifierState('Control'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of null 132 FAIL lastPointerEvents[0].getModifierState('Control'); should be false. Threw ex ception TypeError: Cannot read property 'getModifierState' of undefined
133 FAIL lastPointerEvent.getModifierState('Shift'); should be false. Threw exceptio n TypeError: Cannot read property 'getModifierState' of null 133 FAIL lastPointerEvents[0].getModifierState('Shift'); should be false. Threw exce ption TypeError: Cannot read property 'getModifierState' of undefined
134 FAIL lastPointerEvent.getModifierState('Meta'); should be true. Threw exception TypeError: Cannot read property 'getModifierState' of null 134 FAIL lastPointerEvents[0].getModifierState('Meta'); should be true. Threw except ion TypeError: Cannot read property 'getModifierState' of undefined
135 FAIL lastPointerEvent.getModifierState('Alt'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of null 135 FAIL lastPointerEvents[0].getModifierState('Alt'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of undefined
136 FAIL lastPointerEvent.getModifierState('AltGraph'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of null 136 FAIL lastPointerEvents[0].getModifierState('AltGraph'); should be false. Threw e xception TypeError: Cannot read property 'getModifierState' of undefined
137 FAIL lastPointerEvent.getModifierState('OS'); should be false. Threw exception T ypeError: Cannot read property 'getModifierState' of null 137 FAIL lastPointerEvents[0].getModifierState('OS'); should be false. Threw excepti on TypeError: Cannot read property 'getModifierState' of undefined
138 FAIL lastPointerEvent.getModifierState('Fn'); should be false. Threw exception T ypeError: Cannot read property 'getModifierState' of null 138 FAIL lastPointerEvents[0].getModifierState('Fn'); should be false. Threw excepti on TypeError: Cannot read property 'getModifierState' of undefined
139 FAIL lastPointerEvent.getModifierState('CapsLock'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of null 139 FAIL lastPointerEvents[0].getModifierState('CapsLock'); should be false. Threw e xception TypeError: Cannot read property 'getModifierState' of undefined
140 FAIL lastPointerEvent.getModifierState('ScrollLock'); should be false. Threw exc eption TypeError: Cannot read property 'getModifierState' of null 140 FAIL lastPointerEvents[0].getModifierState('ScrollLock'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of undefined
141 FAIL lastPointerEvent.getModifierState('NumLock'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of null 141 FAIL lastPointerEvents[0].getModifierState('NumLock'); should be false. Threw ex ception TypeError: Cannot read property 'getModifierState' of undefined
142 FAIL lastPointerEvent.getModifierState('Symbol'); should be false. Threw excepti on TypeError: Cannot read property 'getModifierState' of null 142 FAIL lastPointerEvents[0].getModifierState('Symbol'); should be false. Threw exc eption TypeError: Cannot read property 'getModifierState' of undefined
143 Received mousedown 143 Received mousedown
144 FAIL lastPointerEvent should be non-null. Was null 144 FAIL lastPointerEvents.length should be 1. Was 0.
145 FAIL lastPointerEvent.type should be pointerdown. Threw exception TypeError: Can not read property 'type' of null 145 FAIL lastPointerEvents[0].type should be pointerdown. Threw exception TypeError: Cannot read property 'type' of undefined
146 FAIL lastPointerEvent.getModifierState('Control'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of null 146 FAIL lastPointerEvents[0].getModifierState('Control'); should be false. Threw ex ception TypeError: Cannot read property 'getModifierState' of undefined
147 FAIL lastPointerEvent.getModifierState('Shift'); should be false. Threw exceptio n TypeError: Cannot read property 'getModifierState' of null 147 FAIL lastPointerEvents[0].getModifierState('Shift'); should be false. Threw exce ption TypeError: Cannot read property 'getModifierState' of undefined
148 FAIL lastPointerEvent.getModifierState('Meta'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of null 148 FAIL lastPointerEvents[0].getModifierState('Meta'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of undefined
149 FAIL lastPointerEvent.getModifierState('Alt'); should be true. Threw exception T ypeError: Cannot read property 'getModifierState' of null 149 FAIL lastPointerEvents[0].getModifierState('Alt'); should be true. Threw excepti on TypeError: Cannot read property 'getModifierState' of undefined
150 FAIL lastPointerEvent.getModifierState('AltGraph'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of null 150 FAIL lastPointerEvents[0].getModifierState('AltGraph'); should be false. Threw e xception TypeError: Cannot read property 'getModifierState' of undefined
151 FAIL lastPointerEvent.getModifierState('OS'); should be false. Threw exception T ypeError: Cannot read property 'getModifierState' of null 151 FAIL lastPointerEvents[0].getModifierState('OS'); should be false. Threw excepti on TypeError: Cannot read property 'getModifierState' of undefined
152 FAIL lastPointerEvent.getModifierState('Fn'); should be false. Threw exception T ypeError: Cannot read property 'getModifierState' of null 152 FAIL lastPointerEvents[0].getModifierState('Fn'); should be false. Threw excepti on TypeError: Cannot read property 'getModifierState' of undefined
153 FAIL lastPointerEvent.getModifierState('CapsLock'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of null 153 FAIL lastPointerEvents[0].getModifierState('CapsLock'); should be false. Threw e xception TypeError: Cannot read property 'getModifierState' of undefined
154 FAIL lastPointerEvent.getModifierState('ScrollLock'); should be false. Threw exc eption TypeError: Cannot read property 'getModifierState' of null 154 FAIL lastPointerEvents[0].getModifierState('ScrollLock'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of undefined
155 FAIL lastPointerEvent.getModifierState('NumLock'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of null 155 FAIL lastPointerEvents[0].getModifierState('NumLock'); should be false. Threw ex ception TypeError: Cannot read property 'getModifierState' of undefined
156 FAIL lastPointerEvent.getModifierState('Symbol'); should be false. Threw excepti on TypeError: Cannot read property 'getModifierState' of null 156 FAIL lastPointerEvents[0].getModifierState('Symbol'); should be false. Threw exc eption TypeError: Cannot read property 'getModifierState' of undefined
157 Received mouseup 157 Received mouseup
158 FAIL lastPointerEvent should be non-null. Was null 158 FAIL lastPointerEvents.length should be 1. Was 0.
159 FAIL lastPointerEvent.type should be pointerup. Threw exception TypeError: Canno t read property 'type' of null 159 FAIL lastPointerEvents[0].type should be pointerup. Threw exception TypeError: C annot read property 'type' of undefined
160 FAIL lastPointerEvent.getModifierState('Control'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of null 160 FAIL lastPointerEvents[0].getModifierState('Control'); should be false. Threw ex ception TypeError: Cannot read property 'getModifierState' of undefined
161 FAIL lastPointerEvent.getModifierState('Shift'); should be false. Threw exceptio n TypeError: Cannot read property 'getModifierState' of null 161 FAIL lastPointerEvents[0].getModifierState('Shift'); should be false. Threw exce ption TypeError: Cannot read property 'getModifierState' of undefined
162 FAIL lastPointerEvent.getModifierState('Meta'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of null 162 FAIL lastPointerEvents[0].getModifierState('Meta'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of undefined
163 FAIL lastPointerEvent.getModifierState('Alt'); should be true. Threw exception T ypeError: Cannot read property 'getModifierState' of null 163 FAIL lastPointerEvents[0].getModifierState('Alt'); should be true. Threw excepti on TypeError: Cannot read property 'getModifierState' of undefined
164 FAIL lastPointerEvent.getModifierState('AltGraph'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of null 164 FAIL lastPointerEvents[0].getModifierState('AltGraph'); should be false. Threw e xception TypeError: Cannot read property 'getModifierState' of undefined
165 FAIL lastPointerEvent.getModifierState('OS'); should be false. Threw exception T ypeError: Cannot read property 'getModifierState' of null 165 FAIL lastPointerEvents[0].getModifierState('OS'); should be false. Threw excepti on TypeError: Cannot read property 'getModifierState' of undefined
166 FAIL lastPointerEvent.getModifierState('Fn'); should be false. Threw exception T ypeError: Cannot read property 'getModifierState' of null 166 FAIL lastPointerEvents[0].getModifierState('Fn'); should be false. Threw excepti on TypeError: Cannot read property 'getModifierState' of undefined
167 FAIL lastPointerEvent.getModifierState('CapsLock'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of null 167 FAIL lastPointerEvents[0].getModifierState('CapsLock'); should be false. Threw e xception TypeError: Cannot read property 'getModifierState' of undefined
168 FAIL lastPointerEvent.getModifierState('ScrollLock'); should be false. Threw exc eption TypeError: Cannot read property 'getModifierState' of null 168 FAIL lastPointerEvents[0].getModifierState('ScrollLock'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of undefined
169 FAIL lastPointerEvent.getModifierState('NumLock'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of null 169 FAIL lastPointerEvents[0].getModifierState('NumLock'); should be false. Threw ex ception TypeError: Cannot read property 'getModifierState' of undefined
170 FAIL lastPointerEvent.getModifierState('Symbol'); should be false. Threw excepti on TypeError: Cannot read property 'getModifierState' of null 170 FAIL lastPointerEvents[0].getModifierState('Symbol'); should be false. Threw exc eption TypeError: Cannot read property 'getModifierState' of undefined
171 Received mousedown 171 Received mousedown
172 FAIL lastPointerEvent should be non-null. Was null 172 FAIL lastPointerEvents.length should be 1. Was 0.
173 FAIL lastPointerEvent.type should be pointerdown. Threw exception TypeError: Can not read property 'type' of null 173 FAIL lastPointerEvents[0].type should be pointerdown. Threw exception TypeError: Cannot read property 'type' of undefined
174 FAIL lastPointerEvent.getModifierState('Control'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of null 174 FAIL lastPointerEvents[0].getModifierState('Control'); should be false. Threw ex ception TypeError: Cannot read property 'getModifierState' of undefined
175 FAIL lastPointerEvent.getModifierState('Shift'); should be false. Threw exceptio n TypeError: Cannot read property 'getModifierState' of null 175 FAIL lastPointerEvents[0].getModifierState('Shift'); should be false. Threw exce ption TypeError: Cannot read property 'getModifierState' of undefined
176 FAIL lastPointerEvent.getModifierState('Meta'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of null 176 FAIL lastPointerEvents[0].getModifierState('Meta'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of undefined
177 FAIL lastPointerEvent.getModifierState('Alt'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of null 177 FAIL lastPointerEvents[0].getModifierState('Alt'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of undefined
178 FAIL lastPointerEvent.getModifierState('AltGraph'); should be true. Threw except ion TypeError: Cannot read property 'getModifierState' of null 178 FAIL lastPointerEvents[0].getModifierState('AltGraph'); should be true. Threw ex ception TypeError: Cannot read property 'getModifierState' of undefined
179 FAIL lastPointerEvent.getModifierState('OS'); should be false. Threw exception T ypeError: Cannot read property 'getModifierState' of null 179 FAIL lastPointerEvents[0].getModifierState('OS'); should be false. Threw excepti on TypeError: Cannot read property 'getModifierState' of undefined
180 FAIL lastPointerEvent.getModifierState('Fn'); should be false. Threw exception T ypeError: Cannot read property 'getModifierState' of null 180 FAIL lastPointerEvents[0].getModifierState('Fn'); should be false. Threw excepti on TypeError: Cannot read property 'getModifierState' of undefined
181 FAIL lastPointerEvent.getModifierState('CapsLock'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of null 181 FAIL lastPointerEvents[0].getModifierState('CapsLock'); should be false. Threw e xception TypeError: Cannot read property 'getModifierState' of undefined
182 FAIL lastPointerEvent.getModifierState('ScrollLock'); should be false. Threw exc eption TypeError: Cannot read property 'getModifierState' of null 182 FAIL lastPointerEvents[0].getModifierState('ScrollLock'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of undefined
183 FAIL lastPointerEvent.getModifierState('NumLock'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of null 183 FAIL lastPointerEvents[0].getModifierState('NumLock'); should be false. Threw ex ception TypeError: Cannot read property 'getModifierState' of undefined
184 FAIL lastPointerEvent.getModifierState('Symbol'); should be false. Threw excepti on TypeError: Cannot read property 'getModifierState' of null 184 FAIL lastPointerEvents[0].getModifierState('Symbol'); should be false. Threw exc eption TypeError: Cannot read property 'getModifierState' of undefined
185 Received mouseup 185 Received mouseup
186 FAIL lastPointerEvent should be non-null. Was null 186 FAIL lastPointerEvents.length should be 1. Was 0.
187 FAIL lastPointerEvent.type should be pointerup. Threw exception TypeError: Canno t read property 'type' of null 187 FAIL lastPointerEvents[0].type should be pointerup. Threw exception TypeError: C annot read property 'type' of undefined
188 FAIL lastPointerEvent.getModifierState('Control'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of null 188 FAIL lastPointerEvents[0].getModifierState('Control'); should be false. Threw ex ception TypeError: Cannot read property 'getModifierState' of undefined
189 FAIL lastPointerEvent.getModifierState('Shift'); should be false. Threw exceptio n TypeError: Cannot read property 'getModifierState' of null 189 FAIL lastPointerEvents[0].getModifierState('Shift'); should be false. Threw exce ption TypeError: Cannot read property 'getModifierState' of undefined
190 FAIL lastPointerEvent.getModifierState('Meta'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of null 190 FAIL lastPointerEvents[0].getModifierState('Meta'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of undefined
191 FAIL lastPointerEvent.getModifierState('Alt'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of null 191 FAIL lastPointerEvents[0].getModifierState('Alt'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of undefined
192 FAIL lastPointerEvent.getModifierState('AltGraph'); should be true. Threw except ion TypeError: Cannot read property 'getModifierState' of null 192 FAIL lastPointerEvents[0].getModifierState('AltGraph'); should be true. Threw ex ception TypeError: Cannot read property 'getModifierState' of undefined
193 FAIL lastPointerEvent.getModifierState('OS'); should be false. Threw exception T ypeError: Cannot read property 'getModifierState' of null 193 FAIL lastPointerEvents[0].getModifierState('OS'); should be false. Threw excepti on TypeError: Cannot read property 'getModifierState' of undefined
194 FAIL lastPointerEvent.getModifierState('Fn'); should be false. Threw exception T ypeError: Cannot read property 'getModifierState' of null 194 FAIL lastPointerEvents[0].getModifierState('Fn'); should be false. Threw excepti on TypeError: Cannot read property 'getModifierState' of undefined
195 FAIL lastPointerEvent.getModifierState('CapsLock'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of null 195 FAIL lastPointerEvents[0].getModifierState('CapsLock'); should be false. Threw e xception TypeError: Cannot read property 'getModifierState' of undefined
196 FAIL lastPointerEvent.getModifierState('ScrollLock'); should be false. Threw exc eption TypeError: Cannot read property 'getModifierState' of null 196 FAIL lastPointerEvents[0].getModifierState('ScrollLock'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of undefined
197 FAIL lastPointerEvent.getModifierState('NumLock'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of null 197 FAIL lastPointerEvents[0].getModifierState('NumLock'); should be false. Threw ex ception TypeError: Cannot read property 'getModifierState' of undefined
198 FAIL lastPointerEvent.getModifierState('Symbol'); should be false. Threw excepti on TypeError: Cannot read property 'getModifierState' of null 198 FAIL lastPointerEvents[0].getModifierState('Symbol'); should be false. Threw exc eption TypeError: Cannot read property 'getModifierState' of undefined
199 Received mousedown 199 Received mousedown
200 FAIL lastPointerEvent should be non-null. Was null 200 FAIL lastPointerEvents.length should be 1. Was 0.
201 FAIL lastPointerEvent.type should be pointerdown. Threw exception TypeError: Can not read property 'type' of null 201 FAIL lastPointerEvents[0].type should be pointerdown. Threw exception TypeError: Cannot read property 'type' of undefined
202 FAIL lastPointerEvent.getModifierState('Control'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of null 202 FAIL lastPointerEvents[0].getModifierState('Control'); should be false. Threw ex ception TypeError: Cannot read property 'getModifierState' of undefined
203 FAIL lastPointerEvent.getModifierState('Shift'); should be false. Threw exceptio n TypeError: Cannot read property 'getModifierState' of null 203 FAIL lastPointerEvents[0].getModifierState('Shift'); should be false. Threw exce ption TypeError: Cannot read property 'getModifierState' of undefined
204 FAIL lastPointerEvent.getModifierState('Meta'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of null 204 FAIL lastPointerEvents[0].getModifierState('Meta'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of undefined
205 FAIL lastPointerEvent.getModifierState('Alt'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of null 205 FAIL lastPointerEvents[0].getModifierState('Alt'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of undefined
206 FAIL lastPointerEvent.getModifierState('AltGraph'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of null 206 FAIL lastPointerEvents[0].getModifierState('AltGraph'); should be false. Threw e xception TypeError: Cannot read property 'getModifierState' of undefined
207 FAIL lastPointerEvent.getModifierState('OS'); should be true. Threw exception Ty peError: Cannot read property 'getModifierState' of null 207 FAIL lastPointerEvents[0].getModifierState('OS'); should be true. Threw exceptio n TypeError: Cannot read property 'getModifierState' of undefined
208 FAIL lastPointerEvent.getModifierState('Fn'); should be false. Threw exception T ypeError: Cannot read property 'getModifierState' of null 208 FAIL lastPointerEvents[0].getModifierState('Fn'); should be false. Threw excepti on TypeError: Cannot read property 'getModifierState' of undefined
209 FAIL lastPointerEvent.getModifierState('CapsLock'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of null 209 FAIL lastPointerEvents[0].getModifierState('CapsLock'); should be false. Threw e xception TypeError: Cannot read property 'getModifierState' of undefined
210 FAIL lastPointerEvent.getModifierState('ScrollLock'); should be false. Threw exc eption TypeError: Cannot read property 'getModifierState' of null 210 FAIL lastPointerEvents[0].getModifierState('ScrollLock'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of undefined
211 FAIL lastPointerEvent.getModifierState('NumLock'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of null 211 FAIL lastPointerEvents[0].getModifierState('NumLock'); should be false. Threw ex ception TypeError: Cannot read property 'getModifierState' of undefined
212 FAIL lastPointerEvent.getModifierState('Symbol'); should be false. Threw excepti on TypeError: Cannot read property 'getModifierState' of null 212 FAIL lastPointerEvents[0].getModifierState('Symbol'); should be false. Threw exc eption TypeError: Cannot read property 'getModifierState' of undefined
213 Received mouseup 213 Received mouseup
214 FAIL lastPointerEvent should be non-null. Was null 214 FAIL lastPointerEvents.length should be 1. Was 0.
215 FAIL lastPointerEvent.type should be pointerup. Threw exception TypeError: Canno t read property 'type' of null 215 FAIL lastPointerEvents[0].type should be pointerup. Threw exception TypeError: C annot read property 'type' of undefined
216 FAIL lastPointerEvent.getModifierState('Control'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of null 216 FAIL lastPointerEvents[0].getModifierState('Control'); should be false. Threw ex ception TypeError: Cannot read property 'getModifierState' of undefined
217 FAIL lastPointerEvent.getModifierState('Shift'); should be false. Threw exceptio n TypeError: Cannot read property 'getModifierState' of null 217 FAIL lastPointerEvents[0].getModifierState('Shift'); should be false. Threw exce ption TypeError: Cannot read property 'getModifierState' of undefined
218 FAIL lastPointerEvent.getModifierState('Meta'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of null 218 FAIL lastPointerEvents[0].getModifierState('Meta'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of undefined
219 FAIL lastPointerEvent.getModifierState('Alt'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of null 219 FAIL lastPointerEvents[0].getModifierState('Alt'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of undefined
220 FAIL lastPointerEvent.getModifierState('AltGraph'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of null 220 FAIL lastPointerEvents[0].getModifierState('AltGraph'); should be false. Threw e xception TypeError: Cannot read property 'getModifierState' of undefined
221 FAIL lastPointerEvent.getModifierState('OS'); should be true. Threw exception Ty peError: Cannot read property 'getModifierState' of null 221 FAIL lastPointerEvents[0].getModifierState('OS'); should be true. Threw exceptio n TypeError: Cannot read property 'getModifierState' of undefined
222 FAIL lastPointerEvent.getModifierState('Fn'); should be false. Threw exception T ypeError: Cannot read property 'getModifierState' of null 222 FAIL lastPointerEvents[0].getModifierState('Fn'); should be false. Threw excepti on TypeError: Cannot read property 'getModifierState' of undefined
223 FAIL lastPointerEvent.getModifierState('CapsLock'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of null 223 FAIL lastPointerEvents[0].getModifierState('CapsLock'); should be false. Threw e xception TypeError: Cannot read property 'getModifierState' of undefined
224 FAIL lastPointerEvent.getModifierState('ScrollLock'); should be false. Threw exc eption TypeError: Cannot read property 'getModifierState' of null 224 FAIL lastPointerEvents[0].getModifierState('ScrollLock'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of undefined
225 FAIL lastPointerEvent.getModifierState('NumLock'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of null 225 FAIL lastPointerEvents[0].getModifierState('NumLock'); should be false. Threw ex ception TypeError: Cannot read property 'getModifierState' of undefined
226 FAIL lastPointerEvent.getModifierState('Symbol'); should be false. Threw excepti on TypeError: Cannot read property 'getModifierState' of null 226 FAIL lastPointerEvents[0].getModifierState('Symbol'); should be false. Threw exc eption TypeError: Cannot read property 'getModifierState' of undefined
227 Received mousedown 227 Received mousedown
228 FAIL lastPointerEvent should be non-null. Was null 228 FAIL lastPointerEvents.length should be 1. Was 0.
229 FAIL lastPointerEvent.type should be pointerdown. Threw exception TypeError: Can not read property 'type' of null 229 FAIL lastPointerEvents[0].type should be pointerdown. Threw exception TypeError: Cannot read property 'type' of undefined
230 FAIL lastPointerEvent.getModifierState('Control'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of null 230 FAIL lastPointerEvents[0].getModifierState('Control'); should be false. Threw ex ception TypeError: Cannot read property 'getModifierState' of undefined
231 FAIL lastPointerEvent.getModifierState('Shift'); should be false. Threw exceptio n TypeError: Cannot read property 'getModifierState' of null 231 FAIL lastPointerEvents[0].getModifierState('Shift'); should be false. Threw exce ption TypeError: Cannot read property 'getModifierState' of undefined
232 FAIL lastPointerEvent.getModifierState('Meta'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of null 232 FAIL lastPointerEvents[0].getModifierState('Meta'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of undefined
233 FAIL lastPointerEvent.getModifierState('Alt'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of null 233 FAIL lastPointerEvents[0].getModifierState('Alt'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of undefined
234 FAIL lastPointerEvent.getModifierState('AltGraph'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of null 234 FAIL lastPointerEvents[0].getModifierState('AltGraph'); should be false. Threw e xception TypeError: Cannot read property 'getModifierState' of undefined
235 FAIL lastPointerEvent.getModifierState('OS'); should be false. Threw exception T ypeError: Cannot read property 'getModifierState' of null 235 FAIL lastPointerEvents[0].getModifierState('OS'); should be false. Threw excepti on TypeError: Cannot read property 'getModifierState' of undefined
236 FAIL lastPointerEvent.getModifierState('Fn'); should be true. Threw exception Ty peError: Cannot read property 'getModifierState' of null 236 FAIL lastPointerEvents[0].getModifierState('Fn'); should be true. Threw exceptio n TypeError: Cannot read property 'getModifierState' of undefined
237 FAIL lastPointerEvent.getModifierState('CapsLock'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of null 237 FAIL lastPointerEvents[0].getModifierState('CapsLock'); should be false. Threw e xception TypeError: Cannot read property 'getModifierState' of undefined
238 FAIL lastPointerEvent.getModifierState('ScrollLock'); should be false. Threw exc eption TypeError: Cannot read property 'getModifierState' of null 238 FAIL lastPointerEvents[0].getModifierState('ScrollLock'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of undefined
239 FAIL lastPointerEvent.getModifierState('NumLock'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of null 239 FAIL lastPointerEvents[0].getModifierState('NumLock'); should be false. Threw ex ception TypeError: Cannot read property 'getModifierState' of undefined
240 FAIL lastPointerEvent.getModifierState('Symbol'); should be false. Threw excepti on TypeError: Cannot read property 'getModifierState' of null 240 FAIL lastPointerEvents[0].getModifierState('Symbol'); should be false. Threw exc eption TypeError: Cannot read property 'getModifierState' of undefined
241 Received mouseup 241 Received mouseup
242 FAIL lastPointerEvent should be non-null. Was null 242 FAIL lastPointerEvents.length should be 1. Was 0.
243 FAIL lastPointerEvent.type should be pointerup. Threw exception TypeError: Canno t read property 'type' of null 243 FAIL lastPointerEvents[0].type should be pointerup. Threw exception TypeError: C annot read property 'type' of undefined
244 FAIL lastPointerEvent.getModifierState('Control'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of null 244 FAIL lastPointerEvents[0].getModifierState('Control'); should be false. Threw ex ception TypeError: Cannot read property 'getModifierState' of undefined
245 FAIL lastPointerEvent.getModifierState('Shift'); should be false. Threw exceptio n TypeError: Cannot read property 'getModifierState' of null 245 FAIL lastPointerEvents[0].getModifierState('Shift'); should be false. Threw exce ption TypeError: Cannot read property 'getModifierState' of undefined
246 FAIL lastPointerEvent.getModifierState('Meta'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of null 246 FAIL lastPointerEvents[0].getModifierState('Meta'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of undefined
247 FAIL lastPointerEvent.getModifierState('Alt'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of null 247 FAIL lastPointerEvents[0].getModifierState('Alt'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of undefined
248 FAIL lastPointerEvent.getModifierState('AltGraph'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of null 248 FAIL lastPointerEvents[0].getModifierState('AltGraph'); should be false. Threw e xception TypeError: Cannot read property 'getModifierState' of undefined
249 FAIL lastPointerEvent.getModifierState('OS'); should be false. Threw exception T ypeError: Cannot read property 'getModifierState' of null 249 FAIL lastPointerEvents[0].getModifierState('OS'); should be false. Threw excepti on TypeError: Cannot read property 'getModifierState' of undefined
250 FAIL lastPointerEvent.getModifierState('Fn'); should be true. Threw exception Ty peError: Cannot read property 'getModifierState' of null 250 FAIL lastPointerEvents[0].getModifierState('Fn'); should be true. Threw exceptio n TypeError: Cannot read property 'getModifierState' of undefined
251 FAIL lastPointerEvent.getModifierState('CapsLock'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of null 251 FAIL lastPointerEvents[0].getModifierState('CapsLock'); should be false. Threw e xception TypeError: Cannot read property 'getModifierState' of undefined
252 FAIL lastPointerEvent.getModifierState('ScrollLock'); should be false. Threw exc eption TypeError: Cannot read property 'getModifierState' of null 252 FAIL lastPointerEvents[0].getModifierState('ScrollLock'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of undefined
253 FAIL lastPointerEvent.getModifierState('NumLock'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of null 253 FAIL lastPointerEvents[0].getModifierState('NumLock'); should be false. Threw ex ception TypeError: Cannot read property 'getModifierState' of undefined
254 FAIL lastPointerEvent.getModifierState('Symbol'); should be false. Threw excepti on TypeError: Cannot read property 'getModifierState' of null 254 FAIL lastPointerEvents[0].getModifierState('Symbol'); should be false. Threw exc eption TypeError: Cannot read property 'getModifierState' of undefined
255 Received mousedown 255 Received mousedown
256 FAIL lastPointerEvent should be non-null. Was null 256 FAIL lastPointerEvents.length should be 1. Was 0.
257 FAIL lastPointerEvent.type should be pointerdown. Threw exception TypeError: Can not read property 'type' of null 257 FAIL lastPointerEvents[0].type should be pointerdown. Threw exception TypeError: Cannot read property 'type' of undefined
258 FAIL lastPointerEvent.getModifierState('Control'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of null 258 FAIL lastPointerEvents[0].getModifierState('Control'); should be false. Threw ex ception TypeError: Cannot read property 'getModifierState' of undefined
259 FAIL lastPointerEvent.getModifierState('Shift'); should be false. Threw exceptio n TypeError: Cannot read property 'getModifierState' of null 259 FAIL lastPointerEvents[0].getModifierState('Shift'); should be false. Threw exce ption TypeError: Cannot read property 'getModifierState' of undefined
260 FAIL lastPointerEvent.getModifierState('Meta'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of null 260 FAIL lastPointerEvents[0].getModifierState('Meta'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of undefined
261 FAIL lastPointerEvent.getModifierState('Alt'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of null 261 FAIL lastPointerEvents[0].getModifierState('Alt'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of undefined
262 FAIL lastPointerEvent.getModifierState('AltGraph'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of null 262 FAIL lastPointerEvents[0].getModifierState('AltGraph'); should be false. Threw e xception TypeError: Cannot read property 'getModifierState' of undefined
263 FAIL lastPointerEvent.getModifierState('OS'); should be false. Threw exception T ypeError: Cannot read property 'getModifierState' of null 263 FAIL lastPointerEvents[0].getModifierState('OS'); should be false. Threw excepti on TypeError: Cannot read property 'getModifierState' of undefined
264 FAIL lastPointerEvent.getModifierState('Fn'); should be false. Threw exception T ypeError: Cannot read property 'getModifierState' of null 264 FAIL lastPointerEvents[0].getModifierState('Fn'); should be false. Threw excepti on TypeError: Cannot read property 'getModifierState' of undefined
265 FAIL lastPointerEvent.getModifierState('CapsLock'); should be true. Threw except ion TypeError: Cannot read property 'getModifierState' of null 265 FAIL lastPointerEvents[0].getModifierState('CapsLock'); should be true. Threw ex ception TypeError: Cannot read property 'getModifierState' of undefined
266 FAIL lastPointerEvent.getModifierState('ScrollLock'); should be false. Threw exc eption TypeError: Cannot read property 'getModifierState' of null 266 FAIL lastPointerEvents[0].getModifierState('ScrollLock'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of undefined
267 FAIL lastPointerEvent.getModifierState('NumLock'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of null 267 FAIL lastPointerEvents[0].getModifierState('NumLock'); should be false. Threw ex ception TypeError: Cannot read property 'getModifierState' of undefined
268 FAIL lastPointerEvent.getModifierState('Symbol'); should be false. Threw excepti on TypeError: Cannot read property 'getModifierState' of null 268 FAIL lastPointerEvents[0].getModifierState('Symbol'); should be false. Threw exc eption TypeError: Cannot read property 'getModifierState' of undefined
269 Received mouseup 269 Received mouseup
270 FAIL lastPointerEvent should be non-null. Was null 270 FAIL lastPointerEvents.length should be 1. Was 0.
271 FAIL lastPointerEvent.type should be pointerup. Threw exception TypeError: Canno t read property 'type' of null 271 FAIL lastPointerEvents[0].type should be pointerup. Threw exception TypeError: C annot read property 'type' of undefined
272 FAIL lastPointerEvent.getModifierState('Control'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of null 272 FAIL lastPointerEvents[0].getModifierState('Control'); should be false. Threw ex ception TypeError: Cannot read property 'getModifierState' of undefined
273 FAIL lastPointerEvent.getModifierState('Shift'); should be false. Threw exceptio n TypeError: Cannot read property 'getModifierState' of null 273 FAIL lastPointerEvents[0].getModifierState('Shift'); should be false. Threw exce ption TypeError: Cannot read property 'getModifierState' of undefined
274 FAIL lastPointerEvent.getModifierState('Meta'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of null 274 FAIL lastPointerEvents[0].getModifierState('Meta'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of undefined
275 FAIL lastPointerEvent.getModifierState('Alt'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of null 275 FAIL lastPointerEvents[0].getModifierState('Alt'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of undefined
276 FAIL lastPointerEvent.getModifierState('AltGraph'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of null 276 FAIL lastPointerEvents[0].getModifierState('AltGraph'); should be false. Threw e xception TypeError: Cannot read property 'getModifierState' of undefined
277 FAIL lastPointerEvent.getModifierState('OS'); should be false. Threw exception T ypeError: Cannot read property 'getModifierState' of null 277 FAIL lastPointerEvents[0].getModifierState('OS'); should be false. Threw excepti on TypeError: Cannot read property 'getModifierState' of undefined
278 FAIL lastPointerEvent.getModifierState('Fn'); should be false. Threw exception T ypeError: Cannot read property 'getModifierState' of null 278 FAIL lastPointerEvents[0].getModifierState('Fn'); should be false. Threw excepti on TypeError: Cannot read property 'getModifierState' of undefined
279 FAIL lastPointerEvent.getModifierState('CapsLock'); should be true. Threw except ion TypeError: Cannot read property 'getModifierState' of null 279 FAIL lastPointerEvents[0].getModifierState('CapsLock'); should be true. Threw ex ception TypeError: Cannot read property 'getModifierState' of undefined
280 FAIL lastPointerEvent.getModifierState('ScrollLock'); should be false. Threw exc eption TypeError: Cannot read property 'getModifierState' of null 280 FAIL lastPointerEvents[0].getModifierState('ScrollLock'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of undefined
281 FAIL lastPointerEvent.getModifierState('NumLock'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of null 281 FAIL lastPointerEvents[0].getModifierState('NumLock'); should be false. Threw ex ception TypeError: Cannot read property 'getModifierState' of undefined
282 FAIL lastPointerEvent.getModifierState('Symbol'); should be false. Threw excepti on TypeError: Cannot read property 'getModifierState' of null 282 FAIL lastPointerEvents[0].getModifierState('Symbol'); should be false. Threw exc eption TypeError: Cannot read property 'getModifierState' of undefined
283 Received mousedown 283 Received mousedown
284 FAIL lastPointerEvent should be non-null. Was null 284 FAIL lastPointerEvents.length should be 1. Was 0.
285 FAIL lastPointerEvent.type should be pointerdown. Threw exception TypeError: Can not read property 'type' of null 285 FAIL lastPointerEvents[0].type should be pointerdown. Threw exception TypeError: Cannot read property 'type' of undefined
286 FAIL lastPointerEvent.getModifierState('Control'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of null 286 FAIL lastPointerEvents[0].getModifierState('Control'); should be false. Threw ex ception TypeError: Cannot read property 'getModifierState' of undefined
287 FAIL lastPointerEvent.getModifierState('Shift'); should be false. Threw exceptio n TypeError: Cannot read property 'getModifierState' of null 287 FAIL lastPointerEvents[0].getModifierState('Shift'); should be false. Threw exce ption TypeError: Cannot read property 'getModifierState' of undefined
288 FAIL lastPointerEvent.getModifierState('Meta'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of null 288 FAIL lastPointerEvents[0].getModifierState('Meta'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of undefined
289 FAIL lastPointerEvent.getModifierState('Alt'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of null 289 FAIL lastPointerEvents[0].getModifierState('Alt'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of undefined
290 FAIL lastPointerEvent.getModifierState('AltGraph'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of null 290 FAIL lastPointerEvents[0].getModifierState('AltGraph'); should be false. Threw e xception TypeError: Cannot read property 'getModifierState' of undefined
291 FAIL lastPointerEvent.getModifierState('OS'); should be false. Threw exception T ypeError: Cannot read property 'getModifierState' of null 291 FAIL lastPointerEvents[0].getModifierState('OS'); should be false. Threw excepti on TypeError: Cannot read property 'getModifierState' of undefined
292 FAIL lastPointerEvent.getModifierState('Fn'); should be false. Threw exception T ypeError: Cannot read property 'getModifierState' of null 292 FAIL lastPointerEvents[0].getModifierState('Fn'); should be false. Threw excepti on TypeError: Cannot read property 'getModifierState' of undefined
293 FAIL lastPointerEvent.getModifierState('CapsLock'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of null 293 FAIL lastPointerEvents[0].getModifierState('CapsLock'); should be false. Threw e xception TypeError: Cannot read property 'getModifierState' of undefined
294 FAIL lastPointerEvent.getModifierState('ScrollLock'); should be true. Threw exce ption TypeError: Cannot read property 'getModifierState' of null 294 FAIL lastPointerEvents[0].getModifierState('ScrollLock'); should be true. Threw exception TypeError: Cannot read property 'getModifierState' of undefined
295 FAIL lastPointerEvent.getModifierState('NumLock'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of null 295 FAIL lastPointerEvents[0].getModifierState('NumLock'); should be false. Threw ex ception TypeError: Cannot read property 'getModifierState' of undefined
296 FAIL lastPointerEvent.getModifierState('Symbol'); should be false. Threw excepti on TypeError: Cannot read property 'getModifierState' of null 296 FAIL lastPointerEvents[0].getModifierState('Symbol'); should be false. Threw exc eption TypeError: Cannot read property 'getModifierState' of undefined
297 Received mouseup 297 Received mouseup
298 FAIL lastPointerEvent should be non-null. Was null 298 FAIL lastPointerEvents.length should be 1. Was 0.
299 FAIL lastPointerEvent.type should be pointerup. Threw exception TypeError: Canno t read property 'type' of null 299 FAIL lastPointerEvents[0].type should be pointerup. Threw exception TypeError: C annot read property 'type' of undefined
300 FAIL lastPointerEvent.getModifierState('Control'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of null 300 FAIL lastPointerEvents[0].getModifierState('Control'); should be false. Threw ex ception TypeError: Cannot read property 'getModifierState' of undefined
301 FAIL lastPointerEvent.getModifierState('Shift'); should be false. Threw exceptio n TypeError: Cannot read property 'getModifierState' of null 301 FAIL lastPointerEvents[0].getModifierState('Shift'); should be false. Threw exce ption TypeError: Cannot read property 'getModifierState' of undefined
302 FAIL lastPointerEvent.getModifierState('Meta'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of null 302 FAIL lastPointerEvents[0].getModifierState('Meta'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of undefined
303 FAIL lastPointerEvent.getModifierState('Alt'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of null 303 FAIL lastPointerEvents[0].getModifierState('Alt'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of undefined
304 FAIL lastPointerEvent.getModifierState('AltGraph'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of null 304 FAIL lastPointerEvents[0].getModifierState('AltGraph'); should be false. Threw e xception TypeError: Cannot read property 'getModifierState' of undefined
305 FAIL lastPointerEvent.getModifierState('OS'); should be false. Threw exception T ypeError: Cannot read property 'getModifierState' of null 305 FAIL lastPointerEvents[0].getModifierState('OS'); should be false. Threw excepti on TypeError: Cannot read property 'getModifierState' of undefined
306 FAIL lastPointerEvent.getModifierState('Fn'); should be false. Threw exception T ypeError: Cannot read property 'getModifierState' of null 306 FAIL lastPointerEvents[0].getModifierState('Fn'); should be false. Threw excepti on TypeError: Cannot read property 'getModifierState' of undefined
307 FAIL lastPointerEvent.getModifierState('CapsLock'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of null 307 FAIL lastPointerEvents[0].getModifierState('CapsLock'); should be false. Threw e xception TypeError: Cannot read property 'getModifierState' of undefined
308 FAIL lastPointerEvent.getModifierState('ScrollLock'); should be true. Threw exce ption TypeError: Cannot read property 'getModifierState' of null 308 FAIL lastPointerEvents[0].getModifierState('ScrollLock'); should be true. Threw exception TypeError: Cannot read property 'getModifierState' of undefined
309 FAIL lastPointerEvent.getModifierState('NumLock'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of null 309 FAIL lastPointerEvents[0].getModifierState('NumLock'); should be false. Threw ex ception TypeError: Cannot read property 'getModifierState' of undefined
310 FAIL lastPointerEvent.getModifierState('Symbol'); should be false. Threw excepti on TypeError: Cannot read property 'getModifierState' of null 310 FAIL lastPointerEvents[0].getModifierState('Symbol'); should be false. Threw exc eption TypeError: Cannot read property 'getModifierState' of undefined
311 Received mousedown 311 Received mousedown
312 FAIL lastPointerEvent should be non-null. Was null 312 FAIL lastPointerEvents.length should be 1. Was 0.
313 FAIL lastPointerEvent.type should be pointerdown. Threw exception TypeError: Can not read property 'type' of null 313 FAIL lastPointerEvents[0].type should be pointerdown. Threw exception TypeError: Cannot read property 'type' of undefined
314 FAIL lastPointerEvent.getModifierState('Control'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of null 314 FAIL lastPointerEvents[0].getModifierState('Control'); should be false. Threw ex ception TypeError: Cannot read property 'getModifierState' of undefined
315 FAIL lastPointerEvent.getModifierState('Shift'); should be false. Threw exceptio n TypeError: Cannot read property 'getModifierState' of null 315 FAIL lastPointerEvents[0].getModifierState('Shift'); should be false. Threw exce ption TypeError: Cannot read property 'getModifierState' of undefined
316 FAIL lastPointerEvent.getModifierState('Meta'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of null 316 FAIL lastPointerEvents[0].getModifierState('Meta'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of undefined
317 FAIL lastPointerEvent.getModifierState('Alt'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of null 317 FAIL lastPointerEvents[0].getModifierState('Alt'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of undefined
318 FAIL lastPointerEvent.getModifierState('AltGraph'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of null 318 FAIL lastPointerEvents[0].getModifierState('AltGraph'); should be false. Threw e xception TypeError: Cannot read property 'getModifierState' of undefined
319 FAIL lastPointerEvent.getModifierState('OS'); should be false. Threw exception T ypeError: Cannot read property 'getModifierState' of null 319 FAIL lastPointerEvents[0].getModifierState('OS'); should be false. Threw excepti on TypeError: Cannot read property 'getModifierState' of undefined
320 FAIL lastPointerEvent.getModifierState('Fn'); should be false. Threw exception T ypeError: Cannot read property 'getModifierState' of null 320 FAIL lastPointerEvents[0].getModifierState('Fn'); should be false. Threw excepti on TypeError: Cannot read property 'getModifierState' of undefined
321 FAIL lastPointerEvent.getModifierState('CapsLock'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of null 321 FAIL lastPointerEvents[0].getModifierState('CapsLock'); should be false. Threw e xception TypeError: Cannot read property 'getModifierState' of undefined
322 FAIL lastPointerEvent.getModifierState('ScrollLock'); should be false. Threw exc eption TypeError: Cannot read property 'getModifierState' of null 322 FAIL lastPointerEvents[0].getModifierState('ScrollLock'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of undefined
323 FAIL lastPointerEvent.getModifierState('NumLock'); should be true. Threw excepti on TypeError: Cannot read property 'getModifierState' of null 323 FAIL lastPointerEvents[0].getModifierState('NumLock'); should be true. Threw exc eption TypeError: Cannot read property 'getModifierState' of undefined
324 FAIL lastPointerEvent.getModifierState('Symbol'); should be false. Threw excepti on TypeError: Cannot read property 'getModifierState' of null 324 FAIL lastPointerEvents[0].getModifierState('Symbol'); should be false. Threw exc eption TypeError: Cannot read property 'getModifierState' of undefined
325 Received mouseup 325 Received mouseup
326 FAIL lastPointerEvent should be non-null. Was null 326 FAIL lastPointerEvents.length should be 1. Was 0.
327 FAIL lastPointerEvent.type should be pointerup. Threw exception TypeError: Canno t read property 'type' of null 327 FAIL lastPointerEvents[0].type should be pointerup. Threw exception TypeError: C annot read property 'type' of undefined
328 FAIL lastPointerEvent.getModifierState('Control'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of null 328 FAIL lastPointerEvents[0].getModifierState('Control'); should be false. Threw ex ception TypeError: Cannot read property 'getModifierState' of undefined
329 FAIL lastPointerEvent.getModifierState('Shift'); should be false. Threw exceptio n TypeError: Cannot read property 'getModifierState' of null 329 FAIL lastPointerEvents[0].getModifierState('Shift'); should be false. Threw exce ption TypeError: Cannot read property 'getModifierState' of undefined
330 FAIL lastPointerEvent.getModifierState('Meta'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of null 330 FAIL lastPointerEvents[0].getModifierState('Meta'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of undefined
331 FAIL lastPointerEvent.getModifierState('Alt'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of null 331 FAIL lastPointerEvents[0].getModifierState('Alt'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of undefined
332 FAIL lastPointerEvent.getModifierState('AltGraph'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of null 332 FAIL lastPointerEvents[0].getModifierState('AltGraph'); should be false. Threw e xception TypeError: Cannot read property 'getModifierState' of undefined
333 FAIL lastPointerEvent.getModifierState('OS'); should be false. Threw exception T ypeError: Cannot read property 'getModifierState' of null 333 FAIL lastPointerEvents[0].getModifierState('OS'); should be false. Threw excepti on TypeError: Cannot read property 'getModifierState' of undefined
334 FAIL lastPointerEvent.getModifierState('Fn'); should be false. Threw exception T ypeError: Cannot read property 'getModifierState' of null 334 FAIL lastPointerEvents[0].getModifierState('Fn'); should be false. Threw excepti on TypeError: Cannot read property 'getModifierState' of undefined
335 FAIL lastPointerEvent.getModifierState('CapsLock'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of null 335 FAIL lastPointerEvents[0].getModifierState('CapsLock'); should be false. Threw e xception TypeError: Cannot read property 'getModifierState' of undefined
336 FAIL lastPointerEvent.getModifierState('ScrollLock'); should be false. Threw exc eption TypeError: Cannot read property 'getModifierState' of null 336 FAIL lastPointerEvents[0].getModifierState('ScrollLock'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of undefined
337 FAIL lastPointerEvent.getModifierState('NumLock'); should be true. Threw excepti on TypeError: Cannot read property 'getModifierState' of null 337 FAIL lastPointerEvents[0].getModifierState('NumLock'); should be true. Threw exc eption TypeError: Cannot read property 'getModifierState' of undefined
338 FAIL lastPointerEvent.getModifierState('Symbol'); should be false. Threw excepti on TypeError: Cannot read property 'getModifierState' of null 338 FAIL lastPointerEvents[0].getModifierState('Symbol'); should be false. Threw exc eption TypeError: Cannot read property 'getModifierState' of undefined
339 Received mousedown 339 Received mousedown
340 FAIL lastPointerEvent should be non-null. Was null 340 FAIL lastPointerEvents.length should be 1. Was 0.
341 FAIL lastPointerEvent.type should be pointerdown. Threw exception TypeError: Can not read property 'type' of null 341 FAIL lastPointerEvents[0].type should be pointerdown. Threw exception TypeError: Cannot read property 'type' of undefined
342 FAIL lastPointerEvent.getModifierState('Control'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of null 342 FAIL lastPointerEvents[0].getModifierState('Control'); should be false. Threw ex ception TypeError: Cannot read property 'getModifierState' of undefined
343 FAIL lastPointerEvent.getModifierState('Shift'); should be false. Threw exceptio n TypeError: Cannot read property 'getModifierState' of null 343 FAIL lastPointerEvents[0].getModifierState('Shift'); should be false. Threw exce ption TypeError: Cannot read property 'getModifierState' of undefined
344 FAIL lastPointerEvent.getModifierState('Meta'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of null 344 FAIL lastPointerEvents[0].getModifierState('Meta'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of undefined
345 FAIL lastPointerEvent.getModifierState('Alt'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of null 345 FAIL lastPointerEvents[0].getModifierState('Alt'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of undefined
346 FAIL lastPointerEvent.getModifierState('AltGraph'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of null 346 FAIL lastPointerEvents[0].getModifierState('AltGraph'); should be false. Threw e xception TypeError: Cannot read property 'getModifierState' of undefined
347 FAIL lastPointerEvent.getModifierState('OS'); should be false. Threw exception T ypeError: Cannot read property 'getModifierState' of null 347 FAIL lastPointerEvents[0].getModifierState('OS'); should be false. Threw excepti on TypeError: Cannot read property 'getModifierState' of undefined
348 FAIL lastPointerEvent.getModifierState('Fn'); should be false. Threw exception T ypeError: Cannot read property 'getModifierState' of null 348 FAIL lastPointerEvents[0].getModifierState('Fn'); should be false. Threw excepti on TypeError: Cannot read property 'getModifierState' of undefined
349 FAIL lastPointerEvent.getModifierState('CapsLock'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of null 349 FAIL lastPointerEvents[0].getModifierState('CapsLock'); should be false. Threw e xception TypeError: Cannot read property 'getModifierState' of undefined
350 FAIL lastPointerEvent.getModifierState('ScrollLock'); should be false. Threw exc eption TypeError: Cannot read property 'getModifierState' of null 350 FAIL lastPointerEvents[0].getModifierState('ScrollLock'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of undefined
351 FAIL lastPointerEvent.getModifierState('NumLock'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of null 351 FAIL lastPointerEvents[0].getModifierState('NumLock'); should be false. Threw ex ception TypeError: Cannot read property 'getModifierState' of undefined
352 FAIL lastPointerEvent.getModifierState('Symbol'); should be true. Threw exceptio n TypeError: Cannot read property 'getModifierState' of null 352 FAIL lastPointerEvents[0].getModifierState('Symbol'); should be true. Threw exce ption TypeError: Cannot read property 'getModifierState' of undefined
353 Received mouseup 353 Received mouseup
354 FAIL lastPointerEvent should be non-null. Was null 354 FAIL lastPointerEvents.length should be 1. Was 0.
355 FAIL lastPointerEvent.type should be pointerup. Threw exception TypeError: Canno t read property 'type' of null 355 FAIL lastPointerEvents[0].type should be pointerup. Threw exception TypeError: C annot read property 'type' of undefined
356 FAIL lastPointerEvent.getModifierState('Control'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of null 356 FAIL lastPointerEvents[0].getModifierState('Control'); should be false. Threw ex ception TypeError: Cannot read property 'getModifierState' of undefined
357 FAIL lastPointerEvent.getModifierState('Shift'); should be false. Threw exceptio n TypeError: Cannot read property 'getModifierState' of null 357 FAIL lastPointerEvents[0].getModifierState('Shift'); should be false. Threw exce ption TypeError: Cannot read property 'getModifierState' of undefined
358 FAIL lastPointerEvent.getModifierState('Meta'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of null 358 FAIL lastPointerEvents[0].getModifierState('Meta'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of undefined
359 FAIL lastPointerEvent.getModifierState('Alt'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of null 359 FAIL lastPointerEvents[0].getModifierState('Alt'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of undefined
360 FAIL lastPointerEvent.getModifierState('AltGraph'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of null 360 FAIL lastPointerEvents[0].getModifierState('AltGraph'); should be false. Threw e xception TypeError: Cannot read property 'getModifierState' of undefined
361 FAIL lastPointerEvent.getModifierState('OS'); should be false. Threw exception T ypeError: Cannot read property 'getModifierState' of null 361 FAIL lastPointerEvents[0].getModifierState('OS'); should be false. Threw excepti on TypeError: Cannot read property 'getModifierState' of undefined
362 FAIL lastPointerEvent.getModifierState('Fn'); should be false. Threw exception T ypeError: Cannot read property 'getModifierState' of null 362 FAIL lastPointerEvents[0].getModifierState('Fn'); should be false. Threw excepti on TypeError: Cannot read property 'getModifierState' of undefined
363 FAIL lastPointerEvent.getModifierState('CapsLock'); should be false. Threw excep tion TypeError: Cannot read property 'getModifierState' of null 363 FAIL lastPointerEvents[0].getModifierState('CapsLock'); should be false. Threw e xception TypeError: Cannot read property 'getModifierState' of undefined
364 FAIL lastPointerEvent.getModifierState('ScrollLock'); should be false. Threw exc eption TypeError: Cannot read property 'getModifierState' of null 364 FAIL lastPointerEvents[0].getModifierState('ScrollLock'); should be false. Threw exception TypeError: Cannot read property 'getModifierState' of undefined
365 FAIL lastPointerEvent.getModifierState('NumLock'); should be false. Threw except ion TypeError: Cannot read property 'getModifierState' of null 365 FAIL lastPointerEvents[0].getModifierState('NumLock'); should be false. Threw ex ception TypeError: Cannot read property 'getModifierState' of undefined
366 FAIL lastPointerEvent.getModifierState('Symbol'); should be true. Threw exceptio n TypeError: Cannot read property 'getModifierState' of null 366 FAIL lastPointerEvents[0].getModifierState('Symbol'); should be true. Threw exce ption TypeError: Cannot read property 'getModifierState' of undefined
367 367
368 --- move mouse out of target --- 368 --- move mouse out of target ---
369 Received mouseout 369 Received mouseout
370 FAIL lastPointerEvent should be non-null. Was null 370 FAIL lastPointerEvents.length should be 2. Was 0.
371 FAIL lastPointerEvent.type should be pointerout. Threw exception TypeError: Cann ot read property 'type' of null 371 FAIL lastPointerEvents[0].type should be pointerout. Threw exception TypeError: Cannot read property 'type' of undefined
372 Received mouseleave 372 Received mouseleave
373 FAIL lastPointerEvent should be non-null. Was null 373 FAIL lastPointerEvents.length should be 1. Was 0.
374 FAIL lastPointerEvent.type should be pointerleave. Threw exception TypeError: Ca nnot read property 'type' of null 374 FAIL lastPointerEvents[0].type should be pointerleave. Threw exception TypeError : Cannot read property 'type' of undefined
375 FAIL successfullyParsed should be true. Was false. 375 FAIL successfullyParsed should be true. Was false.
376 376
377 TEST COMPLETE 377 TEST COMPLETE
378 378
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698