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> |
+ |
+ |