Skip to content

Commit

Permalink
Auto merge of #18856 - glennw:fast-test, r=jdm
Browse files Browse the repository at this point in the history
Reduce the blur and spread radius size of a reftest.

In the near future, we'll be changing the blur algorithm in WR.

On native GPUs, this is fine - but on OSMesa, a blur of this
radius and spread is quite slow, and can cause test timeouts
when running with a lot of processes enabled.

Reducing the spread / blur shouldn't affect what this is testing.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/18856)
<!-- Reviewable:end -->
  • Loading branch information
bors-servo committed Oct 12, 2017
2 parents 8830f62 + 7e36704 commit cac88e0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tests/wpt/mozilla/meta/MANIFEST.json
Expand Up @@ -23276,11 +23276,11 @@
"reftest"
],
"css/box_shadow_blur_fixed.html": [
"011f60d0fe0c2faa9d9813f5916f04f0a7671870",
"8a00af0869a2c7b933ae288e086c4a705ef99116",
"reftest"
],
"css/box_shadow_blur_fixed_ref.html": [
"1da8590307d821e8dcd4a8997f6a7dbc5b36a105",
"512b6e498fad9033fb9301f192e7345da25252e8",
"support"
],
"css/box_shadow_blur_ref.html": [
Expand Down
2 changes: 1 addition & 1 deletion tests/wpt/mozilla/tests/css/box_shadow_blur_fixed.html
Expand Up @@ -11,7 +11,7 @@
#div_inner {
background: lightgrey;
height: 40px;
box-shadow: 0 0 30px 30px darkblue;
box-shadow: 0 0 5px 5px darkblue;
}
</style>
</head>
Expand Down
2 changes: 1 addition & 1 deletion tests/wpt/mozilla/tests/css/box_shadow_blur_fixed_ref.html
Expand Up @@ -10,7 +10,7 @@
#div_inner {
background: lightgrey;
height: 40px;
box-shadow: 0 0 30px 30px darkblue;
box-shadow: 0 0 5px 5px darkblue;
}
</style>
</head>
Expand Down

0 comments on commit cac88e0

Please sign in to comment.