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