| Index: tools/perf/page_sets/tough_animation_cases/css_value_type_color.html
|
| diff --git a/tools/perf/page_sets/tough_animation_cases/css_value_type_color.html b/tools/perf/page_sets/tough_animation_cases/css_value_type_color.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..4c3b6c4e426857098078e595b5bd6be77778e510
|
| --- /dev/null
|
| +++ b/tools/perf/page_sets/tough_animation_cases/css_value_type_color.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: 'background-color',
|
| + from: 'rgba(0, 127, 255, 0.25)',
|
| + to: 'rgba(255, 0, 127, 0.75)',
|
| +});
|
| +</script>
|
|
|