Chromium Code Reviews| Index: LayoutTests/fast/events/resources/focus-anchor-by-mouse.js |
| diff --git a/LayoutTests/fast/events/resources/focus-anchor-by-mouse.js b/LayoutTests/fast/events/resources/focus-anchor-by-mouse.js |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..87bb1efc91f51ca49f7ed73c5bc29cc2e1137901 |
| --- /dev/null |
| +++ b/LayoutTests/fast/events/resources/focus-anchor-by-mouse.js |
| @@ -0,0 +1,5 @@ |
| +var aElement = document.getElementById('anchor'); |
| +eventSender.mouseMoveTo(aElement.offsetLeft + 2, aElement.offsetTop + 2); |
| +eventSender.mouseDown(); |
| + |
| +testRunner.dumpAsTextWithPixelResults(); |
|
pdr.
2014/08/12 02:02:22
I don't think we need any pixel tests are needed h
robwu
2014/08/12 14:27:49
I cannot think of any other method besides pixel t
robwu
2014/08/15 22:51:33
I've replaced the pixel tests with ref tests, and
|