mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Update web-platform-tests to revision 9c4b78680260532467b053e6bd0fd506251c4fdb
This commit is contained in:
parent
35d56e4a5a
commit
7e5a73a627
110 changed files with 703 additions and 1693 deletions
|
@ -4,8 +4,6 @@
|
|||
<link rel="author" title="Xianzhu Wang" href="mailto:wangxianzhu@chromium.org">
|
||||
<link rel="help" href="https://crbug.com/1165408">
|
||||
<link rel="match" href="nested-scale-animations-ref.html">
|
||||
<!-- Allow blurry pixels in 2 rows. -->
|
||||
<meta name="fuzzy" content="0-255;0-400">
|
||||
<meta name="assert" content="Contents under nested scale animations should not be too blurry">
|
||||
<script src="/common/reftest-wait.js"></script>
|
||||
<style>
|
||||
|
@ -30,6 +28,9 @@
|
|||
<div style="width: 2px; height: 1px; background: green"></div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- To mask off the pixels that may be blurry/antialiased while the rendering
|
||||
quality is acceptable. -->
|
||||
<div style="position: absolute; top: 95px; left: 0; width: 200px; height: 10px; background: white"></div>
|
||||
</div>
|
||||
<script>
|
||||
takeScreenshotDelayed(200);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue