diff options
Diffstat (limited to 'tests/wpt/web-platform-tests/css/CSS2/generated-content/content-021.xht')
-rw-r--r-- | tests/wpt/web-platform-tests/css/CSS2/generated-content/content-021.xht | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/wpt/web-platform-tests/css/CSS2/generated-content/content-021.xht b/tests/wpt/web-platform-tests/css/CSS2/generated-content/content-021.xht index b003a29c84e..cbe53ed8313 100644 --- a/tests/wpt/web-platform-tests/css/CSS2/generated-content/content-021.xht +++ b/tests/wpt/web-platform-tests/css/CSS2/generated-content/content-021.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-021-ref.html" /> <meta name="flags" content="" /> <meta name="assert" content="The 'content' property properly handles a 'counters()' function with a string value." /> <style type="text/css"> @@ -20,7 +21,7 @@ </style> </head> <body> - <p>Test passes if there are the numbers "0" and "0.0" in the box below.</p> + <p>Test passes if the numbers "0" and "0.0" are in the box below.</p> <div id="div1"> <div></div> </div> |