Chromium Code Reviews| Index: LayoutTests/http/tests/security/resources/red-background.css |
| diff --git a/LayoutTests/http/tests/inspector/elements/styles/resources/styles-redirected-css.css b/LayoutTests/http/tests/security/resources/red-background.css |
| similarity index 80% |
| copy from LayoutTests/http/tests/inspector/elements/styles/resources/styles-redirected-css.css |
| copy to LayoutTests/http/tests/security/resources/red-background.css |
| index 895960c22564431952885116f301354f86945678..e8f24f94a3610338dd3b2056b4e0c401727d5ca2 100644 |
| --- a/LayoutTests/http/tests/inspector/elements/styles/resources/styles-redirected-css.css |
| +++ b/LayoutTests/http/tests/security/resources/red-background.css |
| @@ -1,4 +1,3 @@ |
| -div { |
| +body { |
| background-color: red; |
| } |
| - |