Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(87)

Side by Side Diff: headless/test/data/dom_tree_test.html

Issue 2385653003: Add a utility class for extracting details of the DOM (Closed)
Patch Set: Support CSS dumps Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <html>
2 <head>
3 <title>Hello world!</title>
4 </head>
5 <body>
6 <div id="id1">
7 <h1 style='color: red'>Some text.</h1>
8 <iframe src="/iframe.html" width="400" height="200"></iframe>
9 <div id="id2">
10 <div id="id3">
11 <div id="id4">
12 <a href="https://www.google.com">Google!</a>
13 <p>A paragraph!</p>
14 <br>
15 <div style='color: green'>Some <em>green</em> text...</div>
16 </div>
17 </div>
18 </div>
19 </body>
20 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698