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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/audits/audits-panel-noimages-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
OLDNEW
1 Tests audit rules on a page without images. 1 Tests audit rules on a page without images.
2 Page reloaded. 2 Page reloaded.
3 Network Utilization 3 Network Utilization
4 [spritesheet-smallicons smallicon-red-ball severity] Combine external Ja vaScript (4) 4 [smallicon-red-ball severity] Combine external JavaScript (4)
5 There are multiple resources served from same domain. Consider combinin g them into as few files as possible. 5 There are multiple resources served from same domain. Consider combinin g them into as few files as possible.
6 4 JavaScript resources served from [domain]. 6 4 JavaScript resources served from [domain].
7 Web Page Performance 7 Web Page Performance
8 [spritesheet-smallicons smallicon-red-ball severity] Optimize the order of styles and scripts (3) 8 [smallicon-red-ball severity] Optimize the order of styles and scripts ( 3)
9 3 inline script blocks were found in the head between an external CSS file and another resource. To allow parallel downloading, move the inline script before the external CSS file, or after the next resource. 9 3 inline script blocks were found in the head between an external CSS file and another resource. To allow parallel downloading, move the inline script before the external CSS file, or after the next resource.
10 [spritesheet-smallicons smallicon-red-ball severity] Put CSS in the docu ment head (2) 10 [smallicon-red-ball severity] Put CSS in the document head (2)
11 CSS in the document body adversely impacts rendering performance. 11 CSS in the document body adversely impacts rendering performance.
12 1 style block(s) in the 12 1 style block(s) in the
13 audits-panel-noimages-functional.html 13 audits-panel-noimages-functional.html
14 body should be moved to the document head. 14 body should be moved to the document head.
15 Link node 15 Link node
16 audits-style1.css 16 audits-style1.css
17 should be moved to the document head in 17 should be moved to the document head in
18 audits-panel-noimages-functional.html 18 audits-panel-noimages-functional.html
19 [spritesheet-smallicons smallicon-orange-ball severity] Remove unused CS S rules (5) 19 [smallicon-orange-ball severity] Remove unused CSS rules (5)
20 5 rules (100%) of CSS not used by the current page. 20 5 rules (100%) of CSS not used by the current page.
21 Inline block #1: 100% is not used by the current page. 21 Inline block #1: 100% is not used by the current page.
22 .unused 22 .unused
23 Inline block #2: 100% is not used by the current page. 23 Inline block #2: 100% is not used by the current page.
24 .violation 24 .violation
25 audits-style1.css 25 audits-style1.css
26 : 100% is not used by the current page. 26 : 100% is not used by the current page.
27 .some-style 27 .some-style
28 audits-style1.css 28 audits-style1.css
29 : 100% is not used by the current page. 29 : 100% is not used by the current page.
30 .some-style 30 .some-style
31 audits-style1.css 31 audits-style1.css
32 : 100% is not used by the current page. 32 : 100% is not used by the current page.
33 .some-style 33 .some-style
34 34
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698