Chromium Code Reviews

Side by Side Diff: LayoutTests/http/tests/inspector/network/resources/script-as-text.php

Issue 9008007: Merge 102898 - Web Inspector: [Regression] Network manager fails to show resource type and MIME t... (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/963/
Patch Set: Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
« no previous file with comments | « no previous file | LayoutTests/http/tests/inspector/network/script-as-text-loading.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?php 1 <?php
2 header("Content-Type: text/plain"); 2 header("Content-Type: text/plain");
3 ?> 3 ?>
4 4
5 function foo() 5 function foo()
6 { 6 {
7 var bar = 42; 7 var bar = 42;
8 } 8 }
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/http/tests/inspector/network/script-as-text-loading.html » ('j') | no next file with comments »

Powered by Google App Engine