diff options
Diffstat (limited to 'testing/web-platform/tests/css/CSS2/fonts/font-family-008-ref.html')
-rw-r--r-- | testing/web-platform/tests/css/CSS2/fonts/font-family-008-ref.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/CSS2/fonts/font-family-008-ref.html b/testing/web-platform/tests/css/CSS2/fonts/font-family-008-ref.html new file mode 100644 index 0000000000..2b68ebb477 --- /dev/null +++ b/testing/web-platform/tests/css/CSS2/fonts/font-family-008-ref.html @@ -0,0 +1,11 @@ +<!DOCTYPE html> +<meta charset="utf-8"> +<title>CSS Reference</title> +<link rel="author" title="Intel" href="http://www.intel.com"> +<body> + <p>Test passes if there is <strong>no black stripe</strong>.</p> + <p>First test Passed</p> + <p>Second test Passed</p> + <p>Third test Passed</p> + <p>Fourth test Passed</p> +</body> |