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

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

Issue 1774773003: DevTools: Remove vendor-prefixed css rule audit. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: restore whitespace in test Created 4 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/audits/AuditCategories.js » ('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 [severity severe] Combine external JavaScript (4) 6 [severity severe] Combine external JavaScript (4)
7 There are multiple resources served from same domain. Consider combining them into as few files as possible. 7 There are multiple resources served from same domain. Consider combining them 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 u p 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 u p page display. The following image(s) are missing a width and/or height:
(...skipping 24 matching lines...) Expand all
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 [severity warning] Use normal CSS property names instead of vendor-prefixe d ones (2)
46 audits-panel-functional.html
47 .unused
48 "-webkit-opacity" is used, but "opacity" is supported.
49 audits-panel-functional.html
50 .violation
51 "-webkit-border-radius" is used, but "border-radius" is supported.
52 45
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/audits/AuditCategories.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698