upload tizen1.0 source
[framework/web/webkit-efl.git] / LayoutTests / inspector / audits / audits-panel-noimages-functional-expected.txt
1 Tests audit rules on a page without images.
2 Page reloaded.
3   Network Utilization
4     Combine external JavaScript (4)
5      There are multiple resources served from same domain. Consider combining them into as few files as possible.
6       4 JavaScript resources served from [domain].
7   Web Page Performance
8     Optimize the order of styles and scripts (2)
9      The following external CSS files were included after an external JavaScript file in the document head. To ensure CSS files are downloaded in parallel, always include external CSS before external JavaScript.
10        audits-style1.css
11       1 inline script block was 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.
12     Put CSS in the document head (2)
13      CSS in the document body adversely impacts rendering performance.
14      1 style block(s) in the 
15       audits-panel-noimages-functional.html
16       body should be moved to the document head.
17      Link node 
18       audits-style1.css
19       should be moved to the document head in 
20       audits-panel-noimages-functional.html
21     Remove unused CSS rules (4)
22      141B (100%) of CSS is not used by the current page.
23       Inline block #1: 29B (100%) is not used by the current page.
24        .unused
25        audits-style1.css
26       : 43B (100%) is not used by the current page.
27        .some-style
28       Inline block #2: 26B (100%) is not used by the current page.
29        .violation
30        audits-style1.css
31       : 43B (100%) is not used by the current page.
32        .some-style
33