Chromium Code Reviews| 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; |
| +} |