summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-view-transitions/class-specificity-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/css/css-view-transitions/class-specificity-ref.html')
-rw-r--r--testing/web-platform/tests/css/css-view-transitions/class-specificity-ref.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-view-transitions/class-specificity-ref.html b/testing/web-platform/tests/css/css-view-transitions/class-specificity-ref.html
new file mode 100644
index 0000000000..5c882ada04
--- /dev/null
+++ b/testing/web-platform/tests/css/css-view-transitions/class-specificity-ref.html
@@ -0,0 +1,17 @@
+<!DOCTYPE html>
+<title>View transitions: class specificity (ref)</title>
+<link rel="help" href="https://drafts.csswg.org/css-view-transitions-1/">
+<link rel="author" href="mailto:vmpstr@chromium.org">
+<style>
+body {
+ background: pink;
+}
+div {
+ contain: paint;
+ width: 100px;
+ height: 100px;
+ background: blue;
+ border: 10px solid green;
+}
+</style>
+<div></div>