| Index: third_party/WebKit/LayoutTests/fast/dom/constants-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/constants-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/constants-expected.txt
|
| index 9c97b7f5837ffcca9527370b000755616cfe575d..9b83d4ac3dce7ae83907a460cfaf1317edd38c1e 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/constants-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/dom/constants-expected.txt
|
| @@ -50,39 +50,7 @@ PASS: event.NONE should be 0 and is.
|
| PASS: event.CAPTURING_PHASE should be 1 and is.
|
| PASS: event.AT_TARGET should be 2 and is.
|
| PASS: event.BUBBLING_PHASE should be 3 and is.
|
| -PASS: event.MOUSEDOWN should be 1 and is.
|
| -PASS: event.MOUSEUP should be 2 and is.
|
| -PASS: event.MOUSEOVER should be 4 and is.
|
| -PASS: event.MOUSEOUT should be 8 and is.
|
| -PASS: event.MOUSEMOVE should be 16 and is.
|
| -PASS: event.MOUSEDRAG should be 32 and is.
|
| -PASS: event.CLICK should be 64 and is.
|
| -PASS: event.DBLCLICK should be 128 and is.
|
| -PASS: event.KEYDOWN should be 256 and is.
|
| -PASS: event.KEYUP should be 512 and is.
|
| -PASS: event.KEYPRESS should be 1024 and is.
|
| -PASS: event.DRAGDROP should be 2048 and is.
|
| -PASS: event.FOCUS should be 4096 and is.
|
| -PASS: event.BLUR should be 8192 and is.
|
| -PASS: event.SELECT should be 16384 and is.
|
| -PASS: event.CHANGE should be 32768 and is.
|
| PASS: window.Event.NONE should be 0 and is.
|
| PASS: window.Event.CAPTURING_PHASE should be 1 and is.
|
| PASS: window.Event.AT_TARGET should be 2 and is.
|
| PASS: window.Event.BUBBLING_PHASE should be 3 and is.
|
| -PASS: window.Event.MOUSEDOWN should be 1 and is.
|
| -PASS: window.Event.MOUSEUP should be 2 and is.
|
| -PASS: window.Event.MOUSEOVER should be 4 and is.
|
| -PASS: window.Event.MOUSEOUT should be 8 and is.
|
| -PASS: window.Event.MOUSEMOVE should be 16 and is.
|
| -PASS: window.Event.MOUSEDRAG should be 32 and is.
|
| -PASS: window.Event.CLICK should be 64 and is.
|
| -PASS: window.Event.DBLCLICK should be 128 and is.
|
| -PASS: window.Event.KEYDOWN should be 256 and is.
|
| -PASS: window.Event.KEYUP should be 512 and is.
|
| -PASS: window.Event.KEYPRESS should be 1024 and is.
|
| -PASS: window.Event.DRAGDROP should be 2048 and is.
|
| -PASS: window.Event.FOCUS should be 4096 and is.
|
| -PASS: window.Event.BLUR should be 8192 and is.
|
| -PASS: window.Event.SELECT should be 16384 and is.
|
| -PASS: window.Event.CHANGE should be 32768 and is.
|
|
|