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

Side by Side Diff: LayoutTests/http/tests/inspector-enabled/resource-tree/main-resource-content-expected.txt

Issue 338253007: Revert "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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1
2 Tests main resource content is correctly loaded and decoded using correct encodi ng.
3
4 Requesting content:
5 Resource url: http://127.0.0.1:8000/inspector-enabled/resource-tree/resources/ma in-resource-content-frame.html
6 Resource content: <html>
7 <body>
8 SUCCESS
9 </body>
10 </html>
11
12 Requesting utf8 content:
13 Resource url: http://127.0.0.1:8000/inspector-enabled/resource-tree/resources/ma in-resource-content-frame-utf8.php
14 Resource content: <html>
15 <body>
16 The following word is written using cyrillic letters and should look like "SUCCE SS": SUССЕSS.
17 </body>
18 </html>
19
20
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698