diff options
Diffstat (limited to '')
-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 0000000000..ffcce37b1c --- /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; + column-width: 20px; column-gap: 10px;"> + <div style="background: lightblue;">a</div> + <p id="weird" + style="background: lightgreen">b cd</p> + </div> +</body> +</html> |