Skip to content

Commit

Permalink
Fieldset NG: Fix hit-testing for the rendered LEGEND, take 2
Browse files Browse the repository at this point in the history
crrev.com/806924 missed to add |accumulated_offset| to the LEGEND's
offset.  So hit-testing didn't work well if the FIELDSET was placed far
from the origin.

Bug: 1127743
Change-Id: I16c80b8074f9082516a6ecd5bb82407bbe7d3551
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2413681
Auto-Submit: Kent Tamura <tkent@chromium.org>
Reviewed-by: Ian Kilpatrick <ikilpatrick@chromium.org>
Reviewed-by: Morten Stenshorne <mstensho@chromium.org>
Commit-Queue: Kent Tamura <tkent@chromium.org>
Cr-Commit-Position: refs/heads/master@{#807797}
  • Loading branch information
tkent-google authored and chromium-wpt-export-bot committed Sep 17, 2020
1 parent 4f500d4 commit 7efc877
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
background: lime;
}
</style>
<h1>Header</h1>
<fieldset>
<legend>Legend</legend>
</fieldset>
Expand Down

0 comments on commit 7efc877

Please sign in to comment.