| Index: tools/perf/page_sets/tough_animation_cases/css_value_type_filter.html
|
| diff --git a/tools/perf/page_sets/tough_animation_cases/css_value_type_filter.html b/tools/perf/page_sets/tough_animation_cases/css_value_type_filter.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..2a382b694c851d89dfc5bf7d75f72206040f1e36
|
| --- /dev/null
|
| +++ b/tools/perf/page_sets/tough_animation_cases/css_value_type_filter.html
|
| @@ -0,0 +1,15 @@
|
| +<!DOCTYPE html>
|
| +<meta name="viewport" content="width=device-width, user-scalable=no">
|
| +<link rel="stylesheet" type="text/css" href="resources/tablet.css">
|
| +<script src="resources/perftesthelper.js"></script>
|
| +<script src="resources/css_value_type.js"></script>
|
| +
|
| +<container id="container"></container>
|
| +
|
| +<script>
|
| +perfTestCSSValue({
|
| + property: '-webkit-filter',
|
| + from: 'brightness(0.5) contrast(50%) hue-rotate(-180deg) saturate(50%)',
|
| + to: 'brightness(2) contrast(200%) hue-rotate(180deg) saturate(200%)',
|
| +});
|
| +</script>
|
|
|