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

Side by Side Diff: LayoutTests/http/tests/inspector/resource-tree/resources/main-resource-content-frame-utf8.php

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
1 <? 1 <?
2 header('Content-Type: text/html; charset=utf-8'); 2 header('Content-Type: text/html; charset=utf-8');
3 ?> 3 ?>
4 <html> 4 <html>
5 <body> 5 <body>
6 The following word is written using cyrillic letters and should look like "SUCCE SS": SUССЕSS. 6 The following word is written using cyrillic letters and should look like "SUCCE SS": SUССЕSS.
7 </body> 7 </body>
8 </html> 8 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698