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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/inspector/audits/audits-panel-noimages-functional-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/audits/audits-panel-noimages-functional-expected.txt b/third_party/WebKit/LayoutTests/inspector/audits/audits-panel-noimages-functional-expected.txt
index b551a4c36d1d0b5234132f26810f70ced30a6617..c948391ef1d80402665f7a611105c4dcedd5731f 100644
--- a/third_party/WebKit/LayoutTests/inspector/audits/audits-panel-noimages-functional-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/audits/audits-panel-noimages-functional-expected.txt
@@ -1,13 +1,13 @@
Tests audit rules on a page without images.
Page reloaded.
Network Utilization
- [spritesheet-smallicons smallicon-red-ball severity] Combine external JavaScript (4)
+ [smallicon-red-ball severity] Combine external JavaScript (4)
There are multiple resources served from same domain. Consider combining them into as few files as possible.
4 JavaScript resources served from [domain].
Web Page Performance
- [spritesheet-smallicons smallicon-red-ball severity] Optimize the order of styles and scripts (3)
+ [smallicon-red-ball severity] Optimize the order of styles and scripts (3)
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.
- [spritesheet-smallicons smallicon-red-ball severity] Put CSS in the document head (2)
+ [smallicon-red-ball severity] Put CSS in the document head (2)
CSS in the document body adversely impacts rendering performance.
1 style block(s) in the
audits-panel-noimages-functional.html
@@ -16,7 +16,7 @@ Page reloaded.
audits-style1.css
should be moved to the document head in
audits-panel-noimages-functional.html
- [spritesheet-smallicons smallicon-orange-ball severity] Remove unused CSS rules (5)
+ [smallicon-orange-ball severity] Remove unused CSS rules (5)
5 rules (100%) of CSS not used by the current page.
Inline block #1: 100% is not used by the current page.
.unused

Powered by Google App Engine
This is Rietveld 408576698