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

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: 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 Some text.
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 </div>
14 </div>
15 </div>
16 </body>
17 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698