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

Side by Side Diff: LayoutTests/inspector/elements/styles-2/inject-stylesheet-expected.txt

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
1 CONSOLE MESSAGE: line 10: iframe loaded 1 CONSOLE MESSAGE: line 10: iframe loaded
2 Tests that injected user stylesheets are reflected in the Styles pane. 2 Tests that injected user stylesheets are reflected in the Styles pane.
3 3
4 4
5 Main frame style: 5 Main frame style:
6 background-attachment: scroll; 6 background-attachment: scroll;
7 background-clip: border-box; 7 background-clip: border-box;
8 background-color: rgb(0, 0, 255); 8 background-color: rgb(0, 0, 255);
9 background-image: none; 9 background-image: none;
10 background-origin: padding-box; 10 background-origin: padding-box;
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 [expanded] 86 [expanded]
87 body { (user agent stylesheet) 87 body { (user agent stylesheet)
88 display: block; 88 display: block;
89 margin: 8px; 89 margin: 8px;
90 margin-top: 8px; 90 margin-top: 8px;
91 margin-right: 8px; 91 margin-right: 8px;
92 margin-bottom: 8px; 92 margin-bottom: 8px;
93 margin-left: 8px; 93 margin-left: 8px;
94 94
95 95
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698