diff options
Diffstat (limited to 'layout/reftests/ib-split/remove-from-split-inline-1-ref.html')
-rw-r--r-- | layout/reftests/ib-split/remove-from-split-inline-1-ref.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/layout/reftests/ib-split/remove-from-split-inline-1-ref.html b/layout/reftests/ib-split/remove-from-split-inline-1-ref.html new file mode 100644 index 000000000..91810cc29 --- /dev/null +++ b/layout/reftests/ib-split/remove-from-split-inline-1-ref.html @@ -0,0 +1,14 @@ +<!DOCTYPE html> +<html> + <head> + <style> + body > span { border: 3px solid blue } + </style> + </head> + <body> + <span + ><div>One</div> + Two + </span> + </body> +</html> |