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

Unified Diff: LayoutTests/http/tests/inspector/network/resources/stylesheet-as-text.php

Issue 922213004: DevTools: Ignore mimetype mismatch for Image, Script, StyleSheet (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase-update was drunk Created 5 years, 9 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/network/resources/stylesheet-as-text.php
diff --git a/LayoutTests/http/tests/inspector/network/resources/stylesheet-as-text.php b/LayoutTests/http/tests/inspector/network/resources/stylesheet-as-text.php
new file mode 100644
index 0000000000000000000000000000000000000000..06bbae28b2973ad28e9c21901817da87b99537be
--- /dev/null
+++ b/LayoutTests/http/tests/inspector/network/resources/stylesheet-as-text.php
@@ -0,0 +1,7 @@
+<?php
+ header("Content-Type: text/html");
+?>
+
+body {
+ visibility: visible;
+}

Powered by Google App Engine
This is Rietveld 408576698