mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Update web-platform-tests to revision 74bae78af4b95a2f0ca3a81df9c7fe3143f24bbc
This commit is contained in:
parent
fb95f9df9c
commit
02c1eed999
150 changed files with 2395 additions and 829 deletions
|
@ -8,7 +8,7 @@ The tests make a number of assumptions of the user agent, and new
|
|||
tests can freely rely on these assumptions being true:
|
||||
|
||||
* The device is a full-color device.
|
||||
* The device has a viewport width of at least 800px.
|
||||
* The device has a viewport width of at least 600px.
|
||||
* The UA imposes no minimum font size.
|
||||
* The `medium` `font-size` computes to 16px.
|
||||
* The canvas background is `white`.
|
||||
|
|
|
@ -90,7 +90,7 @@ headers.
|
|||
### Be Short
|
||||
|
||||
Tests should be as short as possible. For reftests in particular
|
||||
scrollbars at 800×600px window size must be avoided unless scrolling
|
||||
scrollbars at 600×600px window size must be avoided unless scrolling
|
||||
behavior is specifically being tested. For all tests extraneous
|
||||
elements on the page should be avoided so it is clear what is part of
|
||||
the test (for a typical testharness test, the only content on the page
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue