diff options
Diffstat (limited to 'layout/reftests/bugs/387876-2-ref.html')
-rw-r--r-- | layout/reftests/bugs/387876-2-ref.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/layout/reftests/bugs/387876-2-ref.html b/layout/reftests/bugs/387876-2-ref.html new file mode 100644 index 000000000..0833f5515 --- /dev/null +++ b/layout/reftests/bugs/387876-2-ref.html @@ -0,0 +1,13 @@ +<html> +<head> +<title>Bug 387876 Reference Case 2</title> +</head> +<body> + <div style="width:100%; height:0px; + -moz-column-width: 20px; -moz-column-gap: 10px;"> + <div style="background: lightblue;">a</div> + <p id="weird" + style="background: lightgreen">b cd</p> + </div> +</body> +</html> |