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

Unified Diff: LayoutTests/inspector/elements/styles/resources/styles-new-API-2.css

Issue 1158883003: DevTools: shard inspector/elements tests for faster execution. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 7 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/inspector/elements/styles/resources/styles-new-API-2.css
diff --git a/LayoutTests/inspector/elements/styles/resources/styles-new-API-2.css b/LayoutTests/inspector/elements/styles/resources/styles-new-API-2.css
deleted file mode 100644
index 4882e07a8b14512007e1503d19d104e79f31acea..0000000000000000000000000000000000000000
--- a/LayoutTests/inspector/elements/styles/resources/styles-new-API-2.css
+++ /dev/null
@@ -1,25 +0,0 @@
-@import url(styles-new-API-1.css);
-
-@page { margin: 2cm } /* All margins set to 2cm */
-
-@page :first {
- margin-top: 10cm /* Top margin on first page 10cm */
-}
-
-@media screen {
-
-#absent-id {
-}
-
-@font-face {
- font-family: 'TheFont';
- src: url('font.url');
- font-weight: normal;
- font-style: normal;
-}
-
-body {
- property: imported-media-screen-stylesheet;
-}
-
-}

Powered by Google App Engine
This is Rietveld 408576698