diff options
Diffstat (limited to 'layout/reftests/ib-split/remove-from-split-inline-3-noib-ref.html')
-rw-r--r-- | layout/reftests/ib-split/remove-from-split-inline-3-noib-ref.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/layout/reftests/ib-split/remove-from-split-inline-3-noib-ref.html b/layout/reftests/ib-split/remove-from-split-inline-3-noib-ref.html new file mode 100644 index 000000000..52c73461b --- /dev/null +++ b/layout/reftests/ib-split/remove-from-split-inline-3-noib-ref.html @@ -0,0 +1,17 @@ +<!DOCTYPE html> +<html> + <head> + <style> + body > span { border: 3px solid blue } + #one { border-right: none; } + #tail { border-left: none; } + </style> + </head> + <body> + <span id="one"> + One + </span> + <div>Two</div> + <span id="tail"></span> + </body> +</html> |