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

Unified Diff: LayoutTests/inspector/styles/styles-new-API-expected.txt

Issue 148523012: DevTools: [CSS] remove getAllStylesheets method from protocol (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix testcase extension Created 6 years, 11 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
« no previous file with comments | « LayoutTests/inspector/styles/styles-new-API.html ('k') | LayoutTests/inspector/styles/styles-test.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 */
« no previous file with comments | « LayoutTests/inspector/styles/styles-new-API.html ('k') | LayoutTests/inspector/styles/styles-test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698