mirror of
https://github.com/servo/servo.git
synced 2025-10-02 09:39:14 +01:00
servoshell: Do not override HiDPI ratio when taking screenshots (#39501)
This override is meant to force reftests to always run with a device pixel ratio of 1.0. Reftests are always run in headless mode which uses a device pixel ratio of 1.0 regardless (unless you override it). Removing this particular override allows taking screenshots in the system DPI when taking them in headed mode, which is actually a bit useful. Testing: A test verifying the old behavior is removed. This causes `/css/pixel_snapping_position_a.html` to start passing. Signed-off-by: Martin Robinson <mrobinson@igalia.com>
This commit is contained in:
parent
e9d0a8f95d
commit
d0dd9d7e3a
2 changed files with 1 additions and 14 deletions
|
@ -1,2 +0,0 @@
|
|||
[pixel_snapping_position_a.html]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue