DescriptionAvoid style sharing with mis-matched descendant selectors
Switching to an LRU for finding elements for style sharing resulted in
elements sharing that don't share a direct grandparent. Because of this,
the code to check that elements can share style didn't take descendant
selectors into account. This patch breaks descendant selectors out and
resolves them as part of checking that elements' styles can be shared.
BUG=305502
Patch Set 1 #
Total comments: 3
Messages
Total messages: 2 (0 generated)
|