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

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

Issue 201363002: DevTools: defer styles delta calculation to until the end of the task. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: For landing Created 6 years, 9 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 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 [severity-severe] Combine external JavaScript (4) 6 [severity-severe] Combine external JavaScript (4)
7 There are multiple resources served from same domain. Consider combining th em into as few files as possible. 7 There are multiple resources served from same domain. Consider combining th em into as few files as possible.
8 4 JavaScript resources served from [domain]. 8 4 JavaScript resources served from [domain].
9 [severity-warning] Specify image dimensions (2) 9 [severity-warning] 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:
(...skipping 16 matching lines...) Expand all
27 [severity-warning] Remove unused CSS rules (10) 27 [severity-warning] 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 audits-style1.css
38 : 100% is not used by the current page.
39 .some-style
40 Inline block #2: 100% is not used by the current page. 37 Inline block #2: 100% is not used by the current page.
41 .violation 38 .violation
42 audits-style1.css 39 audits-style1.css
43 : 100% is not used by the current page. 40 : 100% is not used by the current page.
44 .some-style 41 .some-style
42 audits-style1.css
43 : 100% is not used by the current page.
44 .some-style
45 [severity-warning] Use normal CSS property names instead of vendor-prefixed ones (2) 45 [severity-warning] Use normal CSS property names instead of vendor-prefixed ones (2)
46 audits-panel-functional.html 46 audits-panel-functional.html
47 .unused 47 .unused
48 "-webkit-opacity" is used, but "opacity" is supported. 48 "-webkit-opacity" is used, but "opacity" is supported.
49 audits-panel-functional.html 49 audits-panel-functional.html
50 .violation 50 .violation
51 "-webkit-border-radius" is used, but "border-radius" is supported. 51 "-webkit-border-radius" is used, but "border-radius" is supported.
52 52
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698