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