You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can replicate this. The element positioning math needs to be reviewed so that it works correctly for content inside iframes (Roughly in Auditor/HTMLCSAuditor.js line 1978 where targetY is calculated).
Firefox 66.0.2
Google Chrome 73.0.3683.103
Procedure to reproduce
Expected Behavior
The icon points to the text "line 1" and the scrolltop of iframe body is 0.
Actual Behavior
The icon points to the text "line 1" but the scrolltop of iframe body is 121.
Other information
It seems
padding-top:200px;
has something to do with the issue.test1.html
test2.html
The text was updated successfully, but these errors were encountered: