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