diff options
Diffstat (limited to '')
-rw-r--r-- | layout/reftests/bugs/398101-1-ref.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/layout/reftests/bugs/398101-1-ref.html b/layout/reftests/bugs/398101-1-ref.html new file mode 100644 index 0000000000..2765b37586 --- /dev/null +++ b/layout/reftests/bugs/398101-1-ref.html @@ -0,0 +1,13 @@ +<!DOCTYPE html> +<html> +<head> +</head> +<body style="font-family: monospace;"> + +<div style="width: 3ch; border: 1px solid orange;"> + <span>a</span> <span>b</span> <span id="c">c</span> +</div> + +</body> + +</html> |