summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/CSS2/selectors
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/css/CSS2/selectors')
-rw-r--r--testing/web-platform/tests/css/CSS2/selectors/first-line-pseudo-007.xht1
-rw-r--r--testing/web-platform/tests/css/CSS2/selectors/first-line-pseudo-008.xht1
-rw-r--r--testing/web-platform/tests/css/CSS2/selectors/first-line-selector-004.xht1
3 files changed, 3 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/CSS2/selectors/first-line-pseudo-007.xht b/testing/web-platform/tests/css/CSS2/selectors/first-line-pseudo-007.xht
index 6cdacc6058..f2837ba7b9 100644
--- a/testing/web-platform/tests/css/CSS2/selectors/first-line-pseudo-007.xht
+++ b/testing/web-platform/tests/css/CSS2/selectors/first-line-pseudo-007.xht
@@ -10,6 +10,7 @@
div div { float: right; }
:first-line { color: green; }
</style>
+ <link rel="match" href="/css/CSS2/cascade/cascade-012-ref.xht" />
</head>
<body>
<div>
diff --git a/testing/web-platform/tests/css/CSS2/selectors/first-line-pseudo-008.xht b/testing/web-platform/tests/css/CSS2/selectors/first-line-pseudo-008.xht
index 19b867f7e1..f919376733 100644
--- a/testing/web-platform/tests/css/CSS2/selectors/first-line-pseudo-008.xht
+++ b/testing/web-platform/tests/css/CSS2/selectors/first-line-pseudo-008.xht
@@ -10,6 +10,7 @@
div div { display: none; }
:first-line { color: green; }
</style>
+ <link rel="match" href="/css/CSS2/cascade/cascade-012-ref.xht" />
</head>
<body>
<div>
diff --git a/testing/web-platform/tests/css/CSS2/selectors/first-line-selector-004.xht b/testing/web-platform/tests/css/CSS2/selectors/first-line-selector-004.xht
index b19368d4ba..8759b830b1 100644
--- a/testing/web-platform/tests/css/CSS2/selectors/first-line-selector-004.xht
+++ b/testing/web-platform/tests/css/CSS2/selectors/first-line-selector-004.xht
@@ -11,6 +11,7 @@
color: green;
}
</style>
+ <link rel="match" href="/css/CSS2/reference/filler-text-below-green.xht" />
</head>
<body>
<p>Test passes if the "Filler Text" below is green.</p>