diff options
Diffstat (limited to 'layout/reftests/bugs/371043-1-ref.html')
-rw-r--r-- | layout/reftests/bugs/371043-1-ref.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/layout/reftests/bugs/371043-1-ref.html b/layout/reftests/bugs/371043-1-ref.html new file mode 100644 index 000000000..9f3a3447d --- /dev/null +++ b/layout/reftests/bugs/371043-1-ref.html @@ -0,0 +1,9 @@ +<!DOCTYPE html> +<body> + <div id="source" style="font-size: 10px; -moz-column-gap: 2ch"> + <span id="test" + style="background: green; color: green; display: inline-block; + height: 30px; padding: 0 2px">00 + </span> + </div> +</body> |