| Index: third_party/WebKit/LayoutTests/http/tests/resources/network-simulator.php
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/resources/network-simulator.php b/third_party/WebKit/LayoutTests/http/tests/resources/network-simulator.php
|
| index 3de2bb92c538d4c757c6a219e553630295220fdb..0e969a9354dba7ca2ec50b359af484ed3954a7d5 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/resources/network-simulator.php
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/resources/network-simulator.php
|
| @@ -44,6 +44,8 @@ function contentType($path)
|
| return "image/jpeg";
|
| if (preg_match("/\.png$/", $path))
|
| return "image/png";
|
| + if (preg_match("/\.css$/", $path))
|
| + return "text/css";
|
| return "text/plain";
|
| }
|
|
|
|
|