diff options
Diffstat (limited to 'tests/wpt/web-platform-tests/css/CSS2/generated-content/content-081-ref.html')
-rw-r--r-- | tests/wpt/web-platform-tests/css/CSS2/generated-content/content-081-ref.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/wpt/web-platform-tests/css/CSS2/generated-content/content-081-ref.html b/tests/wpt/web-platform-tests/css/CSS2/generated-content/content-081-ref.html new file mode 100644 index 00000000000..7da539a72fb --- /dev/null +++ b/tests/wpt/web-platform-tests/css/CSS2/generated-content/content-081-ref.html @@ -0,0 +1,17 @@ +<!DOCTYPE html> +<meta charset="utf-8"> +<title>CSS Reference</title> +<style> + td { + color: green; + border: 2px solid black; + } +</style> +<body> + <p>Test passes if the number "10" appears in the box below.</p> + <table> + <tr> + <td>10</td> + </tr> + </table> +</body> |