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

Unified Diff: LayoutTests/inspector/sources/debugger/open-close-open-expected.txt

Issue 267393003: DevTools: Load document (html) content from disk cache in page agent enabling. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 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/sources/debugger/open-close-open-expected.txt
diff --git a/LayoutTests/inspector/sources/debugger/open-close-open-expected.txt b/LayoutTests/inspector/sources/debugger/open-close-open-expected.txt
index 43e2837285e8079a4421e233a05fb18541cfb076..5f9e2590b57061f99ee991de01f6e01292eb15ef 100644
--- a/LayoutTests/inspector/sources/debugger/open-close-open-expected.txt
+++ b/LayoutTests/inspector/sources/debugger/open-close-open-expected.txt
@@ -4,10 +4,10 @@ Debugger was enabled.
Running: testSourceFrameContent
==Source frame contents start==
-
-
-
-
+<html>
+<head>
+<script src="../../../http/tests/inspector/inspector-test.js"></script>
+<script src="../../../http/tests/inspector/debugger-test.js"></script>
<script>
function test()
@@ -33,6 +33,17 @@ function test()
}
</script>
+
+</head>
+
+<body onload="runTest()">
+<p>
+Tests that scripts panel displays resource content correctly after the open - close - open sequence.
+<a href="https://bugs.webkit.org/show_bug.cgi?id=56747">Bug 56747</a>
+</p>
+</body>
+</html>
+
==Source frame contents end==
Debugger was disabled.

Powered by Google App Engine
This is Rietveld 408576698