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