Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/writing-tests/assumptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ tests can freely rely on these assumptions being true:

* The device is a full-color device.
* The device has viewport dimensions of at least 800px by 600px.
* The devicePixelRatio is 1. Refer [this](https://github.com/web-platform-tests/rfcs/issues/220)
* The UA imposes no minimum font size.
* The `medium` `font-size` computes to 16px.
* The canvas background is `white`.
Expand Down
Loading