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