diff options
Diffstat (limited to 'layout/reftests/webcomponents/adjacent-insertion-points-2-ref.html')
-rw-r--r-- | layout/reftests/webcomponents/adjacent-insertion-points-2-ref.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/layout/reftests/webcomponents/adjacent-insertion-points-2-ref.html b/layout/reftests/webcomponents/adjacent-insertion-points-2-ref.html new file mode 100644 index 000000000..2c1f4e341 --- /dev/null +++ b/layout/reftests/webcomponents/adjacent-insertion-points-2-ref.html @@ -0,0 +1,6 @@ +<!DOCTYPE HTML> +<html> +<body> +<div><span>Hello</span><span>World</span></div> +</body> +</html> |