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

Unified 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, 6 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/inspector-protocol/dom/resources/dom-getFlattenedDocument.html
diff --git a/third_party/WebKit/LayoutTests/inspector-protocol/dom/resources/dom-getFlattenedDocument.html b/third_party/WebKit/LayoutTests/inspector-protocol/dom/resources/dom-getFlattenedDocument.html
new file mode 100644
index 0000000000000000000000000000000000000000..5e125cb1f214405f4df0ce7202583c82cb2a5ca0
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/inspector-protocol/dom/resources/dom-getFlattenedDocument.html
@@ -0,0 +1,25 @@
+<head>
+<template id='shadow-template'>
+<style>
+:host {
+ color: red;
+}
+</style>
+<div></div><h1>Hi from a template!</h1></div>
+</template>
+</head>
+<body class='body-class'>
+ <div id='A'> A
+ <div id='B'> B
+ <div id='C'> C
+ <div id='D'> D
+ <div id='E'> E
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+
+ <iframe src='./simple-iframe.html' width='400' height='200'></iframe>
+ <div id='shadow-host'></div>
+</body>

Powered by Google App Engine
This is Rietveld 408576698