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

Unified Diff: LayoutTests/http/tests/inspector-enabled/resource-tree/main-resource-content-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, 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/http/tests/inspector-enabled/resource-tree/main-resource-content-expected.txt
diff --git a/LayoutTests/http/tests/inspector-enabled/resource-tree/main-resource-content-expected.txt b/LayoutTests/http/tests/inspector-enabled/resource-tree/main-resource-content-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..ce02e21a1d7bb20910bd3ab97133c8d45b542385
--- /dev/null
+++ b/LayoutTests/http/tests/inspector-enabled/resource-tree/main-resource-content-expected.txt
@@ -0,0 +1,20 @@
+
+Tests main resource content is correctly loaded and decoded using correct encoding.
+
+Requesting content:
+Resource url: http://127.0.0.1:8000/inspector-enabled/resource-tree/resources/main-resource-content-frame.html
+Resource content: <html>
+<body>
+SUCCESS
+</body>
+</html>
+
+Requesting utf8 content:
+Resource url: http://127.0.0.1:8000/inspector-enabled/resource-tree/resources/main-resource-content-frame-utf8.php
+Resource content: <html>
+<body>
+The following word is written using cyrillic letters and should look like "SUCCESS": SUССЕSS.
+</body>
+</html>
+
+

Powered by Google App Engine
This is Rietveld 408576698