diff options
Diffstat (limited to 'testing/web-platform/tests/css/CSS2/css-e-notation-ref-2.html')
-rw-r--r-- | testing/web-platform/tests/css/CSS2/css-e-notation-ref-2.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/CSS2/css-e-notation-ref-2.html b/testing/web-platform/tests/css/CSS2/css-e-notation-ref-2.html new file mode 100644 index 0000000000..4b6c044c92 --- /dev/null +++ b/testing/web-platform/tests/css/CSS2/css-e-notation-ref-2.html @@ -0,0 +1,20 @@ +<!DOCTYPE html> +<title>CSS test Reference File</title> +<link rel="author" title="Bert Bos" href="mailto:bert@w3.org"> +<style> + body {background: white; color: black; min-width: 300px} + .t {background: black; color: white; width: 300px} +</style> +<body> + <p>Test passes if all rectangles below are 300px wide + <p class=t>300px + <p class=t>300px + <p class=t>300px + <p class=t>300px + <p class=t>300px + <p class=t>300px + <p class=t>300px + <p class=t>300px + <p class=t>300px + <p class=t>300px +</body> |