mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
hit-testing needs to walk in backwards order from paint. The previous attempt at reverse sorting by z-index didn't reverse things with the same z-index. Instead, forward sort the same way as we do with paint and then reverse the whole vector. R=abarth@chromium.org, eseidel@chromium.org Review URL: https://codereview.chromium.org/986793002
13 lines
380 B
Plaintext
13 lines
380 B
Plaintext
CONSOLE: unittest-suite-wait-for-done
|
|
CONSOLE: PASS: should hit test top item
|
|
CONSOLE: PASS: should hit test second
|
|
CONSOLE: PASS: should hit test third
|
|
CONSOLE: PASS: should hit test fourth
|
|
CONSOLE: PASS: should hit test fifth
|
|
CONSOLE: PASS: should hit test sixth
|
|
CONSOLE: PASS: should hit test seventh
|
|
CONSOLE:
|
|
CONSOLE: All 7 tests passed.
|
|
CONSOLE: unittest-suite-success
|
|
DONE
|