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
set dev tools to split the browser window horizontally instead of vertically
Run LH on any website
current behavior?
I get a "content width" warning saying that my window.innerWidth !== window.outerWidth.
expected behavior?
When running the audit with the devtools docked to the bottom of the screen as is the default, instead of splitting the window to the left or right, there is no warning. Lighthouse should give consistent results no matter how the user's devtools are configured.
##Environment Information
Affected Channels: DevTools
Lighthouse version: 3.0.0
Operating System: Windows
The text was updated successfully, but these errors were encountered:
steps to reproduce
current behavior?
I get a "content width" warning saying that my
window.innerWidth !== window.outerWidth
.expected behavior?
When running the audit with the devtools docked to the bottom of the screen as is the default, instead of splitting the window to the left or right, there is no warning. Lighthouse should give consistent results no matter how the user's devtools are configured.
##Environment Information
The text was updated successfully, but these errors were encountered: