diff options
Diffstat (limited to 'tests/wpt/web-platform-tests/css/CSS2/generated-content/content-080.xht')
-rw-r--r-- | tests/wpt/web-platform-tests/css/CSS2/generated-content/content-080.xht | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/wpt/web-platform-tests/css/CSS2/generated-content/content-080.xht b/tests/wpt/web-platform-tests/css/CSS2/generated-content/content-080.xht index 3936e7d5aa3..7dbe2e42310 100644 --- a/tests/wpt/web-platform-tests/css/CSS2/generated-content/content-080.xht +++ b/tests/wpt/web-platform-tests/css/CSS2/generated-content/content-080.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-080-ref.html" /> <meta name="flags" content="" /> <meta name="assert" content="The 'content' property properly handles the 'attr()' function when calling the attribute 'headers'." /> <style type="text/css"> @@ -23,10 +24,10 @@ <p>Test passes if the word "PASS" appears in the box below.</p> <table> <tr> - <th id="PASS"></th> + <td headers="PASS"></td> </tr> <tr> - <td headers="PASS"></td> + <th id="PASS"></th> </tr> </table> </body> |