diff options
Diffstat (limited to 'tests/wpt/css-tests/css21_dev/xhtml1/reference/dynamic-sibling-combinator-001-ref.xht')
-rw-r--r-- | tests/wpt/css-tests/css21_dev/xhtml1/reference/dynamic-sibling-combinator-001-ref.xht | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/reference/dynamic-sibling-combinator-001-ref.xht b/tests/wpt/css-tests/css21_dev/xhtml1/reference/dynamic-sibling-combinator-001-ref.xht new file mode 100644 index 00000000000..ecd445b5396 --- /dev/null +++ b/tests/wpt/css-tests/css21_dev/xhtml1/reference/dynamic-sibling-combinator-001-ref.xht @@ -0,0 +1,24 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<title>CSS Reftest Reference</title> +<link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com" /> +<style type="text/css"> +div { + color: green; +} +</style> +</head> +<body> +<div>This should be green</div> +<div>This should be green</div> +<div>This should be green</div> +<div>This should be green</div> +<div>This should be green</div> +<div>This should be green</div> +<div>This should be green</div> +<div>This should be green</div> +<div>This should be green</div> +<div>This should be green</div> +</body> +</html>
\ No newline at end of file |