diff options
Diffstat (limited to 'testing/web-platform/tests/css/css-transitions/render-blocking/no-transition-from-ua-to-blocking-stylesheet-ref.html')
-rw-r--r-- | testing/web-platform/tests/css/css-transitions/render-blocking/no-transition-from-ua-to-blocking-stylesheet-ref.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-transitions/render-blocking/no-transition-from-ua-to-blocking-stylesheet-ref.html b/testing/web-platform/tests/css/css-transitions/render-blocking/no-transition-from-ua-to-blocking-stylesheet-ref.html new file mode 100644 index 0000000000..93b4ae982e --- /dev/null +++ b/testing/web-platform/tests/css/css-transitions/render-blocking/no-transition-from-ua-to-blocking-stylesheet-ref.html @@ -0,0 +1,3 @@ +<!DOCTYPE html> +<title>CSS Transitions Test: Reference</title> +<div style="color:green">This text should be green on load.</div> |