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

Unified Diff: LayoutTests/inspector/extensions/resources/subframe.html

Issue 1176133003: DevTools: deflake extensions-resources.html (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: extracted loaded resources into an iframe Created 5 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: LayoutTests/inspector/extensions/resources/subframe.html
diff --git a/LayoutTests/inspector/extensions/resources/subframe.html b/LayoutTests/inspector/extensions/resources/subframe.html
new file mode 100644
index 0000000000000000000000000000000000000000..18b5d08732a2369e4f192f963e2c8ed172290327
--- /dev/null
+++ b/LayoutTests/inspector/extensions/resources/subframe.html
@@ -0,0 +1,10 @@
+<html>
+<head>
+<link rel="stylesheet" href="audits-style1.css" type="text/css">
+<script type="application/x-javascript" src="test-script.js"></script>
+</head>
+<body>
+<img src="abe.png">
+<div id="test-div" class="test"></div>
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698