Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / events / onclick-list-marker-expected.txt
bloba0f8d763cd7c8a2af2a868db5c7485e7e934178b
1 text
2 This is a testcase for hit testing over list markers. It uses the eventSender to do mouse clicks and programmatically adjusts the left margin of the span inside the list item and the list-style-position: of the list item.
4 The onclick fire order should be: span, li, ul
5 onclick: span
6 onclick: li
7 onclick: ul
8 The onclick fire order should be: li, ul
9 onclick: li
10 onclick: ul