| 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
|
| index 6cac4ad4a8edccbb6d856e98805c6b9fae8d61b9..b55623937316cca0170d10cfcbd45756f08f6574 100644
|
| --- a/headless/test/data/dom_tree_test.html
|
| +++ b/headless/test/data/dom_tree_test.html
|
| @@ -1,10 +1,11 @@
|
| <html>
|
| <head>
|
| <title>Hello world!</title>
|
| +<link href="dom_tree_test.css" rel="stylesheet" type="text/css">
|
| </head>
|
| <body>
|
| <div id="id1">
|
| -<h1 style='color: red'>Some text.</h1>
|
| +<h1 class='red'>Some text.</h1>
|
| <iframe src="/iframe.html" width="400" height="200"></iframe>
|
| <div id="id2">
|
| <div id="id3">
|
| @@ -12,7 +13,7 @@
|
| <a href="https://www.google.com">Google!</a>
|
| <p>A paragraph!</p>
|
| <br>
|
| - <div style='color: green'>Some <em>green</em> text...</div>
|
| + <div class='green'>Some <em>green</em> text...</div>
|
| </div>
|
| </div>
|
| </div>
|
|
|