Revision 1b5ce4ad3817e7b7247d7ff0f76b81877fce0d89 authored by Andrew Comminos on 21 December 2018, 21:45:26 UTC, committed by Chromium WPT Sync on 21 December 2018, 21:45:26 UTC
When two child elements of a flexbox overlap (for example, due to
negative margins), the element drawn in the foreground may not actually
capture the hit if the element underneath it is hit-tested in an earlier
phase (e.g. foreground before child block background), despite being
occluded. This is because painting of flexbox children is done
atomically (all phases at once). This change makes hit testing atomic as
well, in accordance with the spec [1].

[1] https://www.w3.org/TR/css-flexbox-1/#painting

Bug: 844505
Change-Id: Iceab80b42f19488dcb59565ea3c0ce40d48c483b
1 parent f3cbe03
History
File Mode Size
documents
elements
resources
elements-embedded.js -rw-r--r-- 4.7 KB
elements-forms.js -rw-r--r-- 4.5 KB
elements-grouping.js -rw-r--r-- 821 bytes
elements-metadata.js -rw-r--r-- 1.4 KB
elements-misc.js -rw-r--r-- 1.2 KB
elements-obsolete.js -rw-r--r-- 1.4 KB
elements-sections.js -rw-r--r-- 2.0 KB
elements-tabular.js -rw-r--r-- 3.1 KB
elements-text.js -rw-r--r-- 1.1 KB
historical.html -rw-r--r-- 1.3 KB
interfaces.https.html -rw-r--r-- 9.1 KB
interfaces.worker.js -rw-r--r-- 1.1 KB
new-harness.js -rw-r--r-- 387 bytes
original-harness.js -rw-r--r-- 11.1 KB
reflection-embedded.html -rw-r--r-- 733 bytes
reflection-forms.html -rw-r--r-- 726 bytes
reflection-grouping.html -rw-r--r-- 733 bytes
reflection-metadata.html -rw-r--r-- 733 bytes
reflection-misc.html -rw-r--r-- 734 bytes
reflection-obsolete.html -rw-r--r-- 733 bytes
reflection-original.html -rw-r--r-- 1.7 KB
reflection-sections.html -rw-r--r-- 732 bytes
reflection-tabular.html -rw-r--r-- 731 bytes
reflection-text.html -rw-r--r-- 725 bytes
reflection.js -rw-r--r-- 43.1 KB
self-origin.any.js -rw-r--r-- 127 bytes
self-origin.sub.html -rw-r--r-- 3.9 KB
usvstring-reflection.html -rw-r--r-- 5.3 KB

back to top