diff options
Diffstat (limited to 'testing/web-platform/tests/css/CSS2/fonts/font-weight-bold-ref.html')
-rw-r--r-- | testing/web-platform/tests/css/CSS2/fonts/font-weight-bold-ref.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/CSS2/fonts/font-weight-bold-ref.html b/testing/web-platform/tests/css/CSS2/fonts/font-weight-bold-ref.html new file mode 100644 index 0000000000..a548a4e98f --- /dev/null +++ b/testing/web-platform/tests/css/CSS2/fonts/font-weight-bold-ref.html @@ -0,0 +1,9 @@ +<!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 the lines of "Filler Text" below match.</p> + <div><b>Filler Text</b></div> + <div><b>Filler Text</b></div> +</body> |