| Index: tools/perf/page_sets/tough_animation_cases/css_value_type_shadow.html
|
| diff --git a/tools/perf/page_sets/tough_animation_cases/css_value_type_shadow.html b/tools/perf/page_sets/tough_animation_cases/css_value_type_shadow.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..1239cfb6e24a7c9a12ac20dfb8d5343aee088391
|
| --- /dev/null
|
| +++ b/tools/perf/page_sets/tough_animation_cases/css_value_type_shadow.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: 'box-shadow',
|
| + from: '-5px -5px 2px green inset, 5px 5px 2px red',
|
| + to: '0px -5px 4px red inset, 0px 5px 4px green, 5px 0px 4px blue inset, -5px 0px 4px yellow',
|
| +});
|
| +</script>
|
|
|