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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector-protocol/dom/resources/dom-getFlattenedDocument.html

Issue 2955943002: DevTools: migrate inspector-protocol/dom tests to a new test runner (Closed)
Patch Set: rebaseline Created 3 years, 5 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 <head>
2 <template id='shadow-template'>
3 <style>
4 :host {
5 color: red;
6 }
7 </style>
8 <div></div><h1>Hi from a template!</h1></div>
9 </template>
10 </head>
11 <body class='body-class'>
12 <div id='A'> A
13 <div id='B'> B
14 <div id='C'> C
15 <div id='D'> D
16 <div id='E'> E
17 </div>
18 </div>
19 </div>
20 </div>
21 </div>
22
23 <iframe src='./simple-iframe.html' width='400' height='200'></iframe>
24 <div id='shadow-host'></div>
25 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698