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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/audits/audits-panel-functional-expected.txt

Issue 2671413004: DevTools: introduce spritesheet assembler. (Closed)
Patch Set: rebaseline tests Created 3 years, 10 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/inspector/audits/audits-panel-noimages-functional-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Tests audit rules. 1 Tests audit rules.
2 2
3 Text Link 3 Text Link
4 Page reloaded. 4 Page reloaded.
5 Network Utilization 5 Network Utilization
6 [spritesheet-smallicons smallicon-red-ball severity] Combine external Ja vaScript (4) 6 [smallicon-red-ball severity] Combine external JavaScript (4)
7 There are multiple resources served from same domain. Consider combinin g them into as few files as possible. 7 There are multiple resources served from same domain. Consider combinin g them into as few files as possible.
8 4 JavaScript resources served from [domain]. 8 4 JavaScript resources served from [domain].
9 [spritesheet-smallicons smallicon-orange-ball severity] Specify image di mensions (2) 9 [smallicon-orange-ball severity] Specify image dimensions (2)
10 A width and height should be specified for all images in order to speed up page display. The following image(s) are missing a width and/or height: 10 A width and height should be specified for all images in order to speed up page display. The following image(s) are missing a width and/or height:
11 foo1.jpg 11 foo1.jpg
12 foo2.jpg 12 foo2.jpg
13 Web Page Performance 13 Web Page Performance
14 [spritesheet-smallicons smallicon-red-ball severity] Optimize the order of styles and scripts (2) 14 [smallicon-red-ball severity] Optimize the order of styles and scripts ( 2)
15 The following external CSS files were included after an external JavaSc ript file in the document head. To ensure CSS files are downloaded in parallel, always include external CSS before external JavaScript. 15 The following external CSS files were included after an external JavaSc ript file in the document head. To ensure CSS files are downloaded in parallel, always include external CSS before external JavaScript.
16 audits-style1.css 16 audits-style1.css
17 1 inline script block was found in the head between an external CSS fi le and another resource. To allow parallel downloading, move the inline script b efore the external CSS file, or after the next resource. 17 1 inline script block was found in the head between an external CSS fi le and another resource. To allow parallel downloading, move the inline script b efore the external CSS file, or after the next resource.
18 [spritesheet-smallicons smallicon-red-ball severity] Put CSS in the docu ment head (2) 18 [smallicon-red-ball severity] Put CSS in the document head (2)
19 CSS in the document body adversely impacts rendering performance. 19 CSS in the document body adversely impacts rendering performance.
20 1 style block(s) in the 20 1 style block(s) in the
21 audits-panel-functional.html 21 audits-panel-functional.html
22 body should be moved to the document head. 22 body should be moved to the document head.
23 Link node 23 Link node
24 audits-style1.css 24 audits-style1.css
25 should be moved to the document head in 25 should be moved to the document head in
26 audits-panel-functional.html 26 audits-panel-functional.html
27 [spritesheet-smallicons smallicon-orange-ball severity] Remove unused CS S rules (10) 27 [smallicon-orange-ball severity] Remove unused CSS rules (10)
28 10 rules (50%) of CSS not used by the current page. 28 10 rules (50%) of CSS not used by the current page.
29 Inline block #1: 41% is not used by the current page. 29 Inline block #1: 41% is not used by the current page.
30 .unused 30 .unused
31 x:before 31 x:before
32 x:nth-child(1):hover:after 32 x:nth-child(1):hover:after
33 x:after 33 x:after
34 x:hover 34 x:hover
35 x:first-letter 35 x:first-letter
36 x:nth-child(2n + 1) 36 x:nth-child(2n + 1)
37 Inline block #2: 100% is not used by the current page. 37 Inline block #2: 100% is not used by the current page.
38 .violation 38 .violation
39 audits-style1.css 39 audits-style1.css
40 : 100% is not used by the current page. 40 : 100% is not used by the current page.
41 .some-style 41 .some-style
42 audits-style1.css 42 audits-style1.css
43 : 100% is not used by the current page. 43 : 100% is not used by the current page.
44 .some-style 44 .some-style
45 45
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/inspector/audits/audits-panel-noimages-functional-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698