Chromium Code Reviews| Index: LayoutTests/animations/composited-animation-style-update-expected.html |
| diff --git a/LayoutTests/animations/composited-animation-style-update-expected.html b/LayoutTests/animations/composited-animation-style-update-expected.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..7c6edf7e6d1dc66bfff935811fc5c9ee4ce3e08d |
| --- /dev/null |
| +++ b/LayoutTests/animations/composited-animation-style-update-expected.html |
| @@ -0,0 +1,11 @@ |
| +<style> |
|
esprehn
2015/06/04 06:35:01
ditto.
alancutter (OOO until 2018)
2015/06/04 06:45:56
Done.
|
| +div { |
| + position: absolute; |
| + width: 100px; |
| + height: 100px; |
| + font-size: 50px; |
| + background: green; |
| + transform: translate(1em, 1em); |
| +} |
| +</style> |
| +<div></div> |