summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/CSS2/cascade/support/cascade.css
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/css/CSS2/cascade/support/cascade.css')
-rw-r--r--testing/web-platform/tests/css/CSS2/cascade/support/cascade.css22
1 files changed, 22 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/CSS2/cascade/support/cascade.css b/testing/web-platform/tests/css/CSS2/cascade/support/cascade.css
new file mode 100644
index 0000000000..ab1084f632
--- /dev/null
+++ b/testing/web-platform/tests/css/CSS2/cascade/support/cascade.css
@@ -0,0 +1,22 @@
+#user-stylesheet-indication
+{
+ /* Used by the harness to display and indication there is a user-stylesheet applied */
+ display: block!important;
+}
+#cascade
+{
+ /* Used by the test to hide the prerequsite */
+ display: none;
+}
+.cascadered
+{
+ color: red;
+}
+.cascadegreen
+{
+ color: green;
+}
+.cascadegreenimportant
+{
+ color: green!important;
+} \ No newline at end of file