diff options
Diffstat (limited to 'testing/web-platform/tests/css/css-animations/transform-animation-under-large-scale-ref.html')
-rw-r--r-- | testing/web-platform/tests/css/css-animations/transform-animation-under-large-scale-ref.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-animations/transform-animation-under-large-scale-ref.html b/testing/web-platform/tests/css/css-animations/transform-animation-under-large-scale-ref.html new file mode 100644 index 0000000000..14b4136626 --- /dev/null +++ b/testing/web-platform/tests/css/css-animations/transform-animation-under-large-scale-ref.html @@ -0,0 +1,3 @@ +<!DOCTYPE html> +<div style="width: 200px; height: 100px; background: blue"></div> +<div style="width: 200px; height: 100px; background: green"></div> |