diff options
Diffstat (limited to 'testing/web-platform/tests/css/printing/animations-shadow-print-ref.html')
-rw-r--r-- | testing/web-platform/tests/css/printing/animations-shadow-print-ref.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/printing/animations-shadow-print-ref.html b/testing/web-platform/tests/css/printing/animations-shadow-print-ref.html new file mode 100644 index 0000000000..60daae78bf --- /dev/null +++ b/testing/web-platform/tests/css/printing/animations-shadow-print-ref.html @@ -0,0 +1,5 @@ +<!DOCTYPE HTML> +<html> +<title>Static CSS animation in Shadow DOM</title> +<p style="color: blue">blue with animation support; olive without</p> +<p style="color: orange">orange with animation support; olive without</p> |