diff options
Diffstat (limited to 'tests/wpt/web-platform-tests/css/CSS2/generated-content/content-126.xht')
-rw-r--r-- | tests/wpt/web-platform-tests/css/CSS2/generated-content/content-126.xht | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/wpt/web-platform-tests/css/CSS2/generated-content/content-126.xht b/tests/wpt/web-platform-tests/css/CSS2/generated-content/content-126.xht index a4273a8ebfe..6157e818869 100644 --- a/tests/wpt/web-platform-tests/css/CSS2/generated-content/content-126.xht +++ b/tests/wpt/web-platform-tests/css/CSS2/generated-content/content-126.xht @@ -5,6 +5,7 @@ <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#propdef-content" /> <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#content" /> + <link rel="match" href="content-126-ref.html" /> <meta name="flags" content="" /> <meta name="assert" content="The 'content' property properly handles the 'attr()' function when calling the attribute 'rel'." /> <style type="text/css"> @@ -13,7 +14,7 @@ content: attr(rel); color: green; } - a + div { border: 2px solid black; } |