| Index: headless/test/data/dom_tree_test.html
|
| diff --git a/headless/test/data/dom_tree_test.html b/headless/test/data/dom_tree_test.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..6cac4ad4a8edccbb6d856e98805c6b9fae8d61b9
|
| --- /dev/null
|
| +++ b/headless/test/data/dom_tree_test.html
|
| @@ -0,0 +1,20 @@
|
| +<html>
|
| +<head>
|
| +<title>Hello world!</title>
|
| +</head>
|
| +<body>
|
| +<div id="id1">
|
| +<h1 style='color: red'>Some text.</h1>
|
| +<iframe src="/iframe.html" width="400" height="200"></iframe>
|
| +<div id="id2">
|
| + <div id="id3">
|
| + <div id="id4">
|
| + <a href="https://www.google.com">Google!</a>
|
| + <p>A paragraph!</p>
|
| + <br>
|
| + <div style='color: green'>Some <em>green</em> text...</div>
|
| + </div>
|
| + </div>
|
| +</div>
|
| +</body>
|
| +</html>
|
|
|