Skip to content

Commit

Permalink
docs: document device scaling issue (#19387)
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-townsend-arm authored and codebytere committed Aug 8, 2019
1 parent da29ce3 commit 58840f3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/development/testing.md
Expand Up @@ -48,3 +48,12 @@ would run `npm run test -- -g ipc`.
1. Push the Windows key and search for _Manage optional features_.
1. Click _Add a feature_.
1. Select _Japanese Supplemental Fonts_ and click _Install_.


Some tests which rely on precise pixel measurements may not work correctly on
devices with Hi-DPI screen settings due to floating point precision errors.
To run these tests correctly, make sure the device is set to 100% scaling.

To configure display scaling:
1. Push the Windows key and search for _Display settings_.
1. Under _Scale and layout_, make sure that the device is set to 100%.

0 comments on commit 58840f3

Please sign in to comment.