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

Side by Side Diff: LayoutTests/inspector/elements/styles/resources/styles-new-API-1.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, 6 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 @import url(styles-new-API-2.css);
2
3 @page { margin: 2cm } /* All margins set to 2cm */
4
5 @page :first {
6 margin-top: 10cm /* Top margin on first page 10cm */
7 }
8
9 @media screen {
10
11 #absent-id {
12 }
13
14 @font-face {
15 font-family: 'TheFont';
16 src: url('font.url');
17 font-weight: normal;
18 font-style: normal;
19 }
20
21 body {
22 property: imported-media-screen-stylesheet;
23 }
24
25 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698