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

Side by Side Diff: LayoutTests/fast/events/resources/focus-anchor-by-mouse.js

Issue 455223002: Make anchors mouse-focusable (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: De-duplicate using FocusController; update TestExpectations Created 6 years, 4 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
(Empty)
1 var aElement = document.getElementById('anchor');
2 eventSender.mouseMoveTo(aElement.offsetLeft + 2, aElement.offsetTop + 2);
3 eventSender.mouseDown();
4
5 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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698