diff options
Diffstat (limited to 'layout/reftests/bugs/379178-xhtml-ref.xhtml')
-rw-r--r-- | layout/reftests/bugs/379178-xhtml-ref.xhtml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/layout/reftests/bugs/379178-xhtml-ref.xhtml b/layout/reftests/bugs/379178-xhtml-ref.xhtml new file mode 100644 index 000000000..09cf50c57 --- /dev/null +++ b/layout/reftests/bugs/379178-xhtml-ref.xhtml @@ -0,0 +1,26 @@ +<?xml version="1.0" ?> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head> + +<title>XHTML Test for Bug #379178</title> + +<style type="text/css"> + +span +{ + background-color: #8f8; +} + +</style> + +</head> +<body> + +<p> + <span>a</span> + <span>b</span> + <span>c</span> +</p> + +</body> +</html> |