| Index: LayoutTests/inspector/styles/styles-new-API-expected.txt
|
| diff --git a/LayoutTests/inspector/styles/styles-new-API-expected.txt b/LayoutTests/inspector/styles/styles-new-API-expected.txt
|
| index 1297a113e1e5a725e30ce1ae017e387eb357931b..3f5ca76201e3ed80b335e674655310090fa190d4 100644
|
| --- a/LayoutTests/inspector/styles/styles-new-API-expected.txt
|
| +++ b/LayoutTests/inspector/styles/styles-new-API-expected.txt
|
| @@ -151,6 +151,70 @@ NotSupportedError
|
|
|
| === All stylesheets ===
|
|
|
| +StyleSheet: '@import url(styles-new-API-2.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;
|
| +}
|
| +
|
| +}
|
| +'
|
| +#absent-id: [regular, 10:0-10:10] {
|
| +}
|
| +body: [regular, 20:0-20:4] {
|
| + ['property':'imported-media-screen-stylesheet' non-parsed] @[21:4-21:47] active
|
| +}
|
| +
|
| +StyleSheet: '@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;
|
| +}
|
| +
|
| +}
|
| +'
|
| +#absent-id: [regular, 10:0-10:10] {
|
| +}
|
| +body: [regular, 20:0-20:4] {
|
| + ['property':'imported-media-screen-stylesheet' non-parsed] @[21:4-21:47] active
|
| +}
|
| +
|
| StyleSheet: '@charset "UTF-8";
|
|
|
| @import url("styles-new-API-1.css");
|
| @@ -247,70 +311,6 @@ h1: [regular, 30:0-30:2] {
|
| ['border-left-width':'0px'] @[undefined-undefined] style
|
| }
|
|
|
| -StyleSheet: '@import url(styles-new-API-2.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;
|
| -}
|
| -
|
| -}
|
| -'
|
| -#absent-id: [regular, 10:0-10:10] {
|
| -}
|
| -body: [regular, 20:0-20:4] {
|
| - ['property':'imported-media-screen-stylesheet' non-parsed] @[21:4-21:47] active
|
| -}
|
| -
|
| -StyleSheet: '@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;
|
| -}
|
| -
|
| -}
|
| -'
|
| -#absent-id: [regular, 10:0-10:10] {
|
| -}
|
| -body: [regular, 20:0-20:4] {
|
| - ['property':'imported-media-screen-stylesheet' non-parsed] @[21:4-21:47] active
|
| -}
|
| -
|
| StyleSheet: '
|
|
|
| /* An inline stylesheet */
|
|
|