Skip to content

Commit

Permalink
Update sample json
Browse files Browse the repository at this point in the history
  • Loading branch information
robdodson committed Feb 8, 2019
1 parent 8837049 commit 004186d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 10 deletions.
16 changes: 11 additions & 5 deletions lighthouse-core/test/results/sample_v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -3405,6 +3405,11 @@
"weight": 0,
"group": "a11y-aria"
},
{
"id": "audio-caption",
"weight": 0,
"group": "a11y-audio-video"
},
{
"id": "button-name",
"weight": 0,
Expand Down Expand Up @@ -3525,11 +3530,6 @@
"weight": 0,
"group": "a11y-language"
},
{
"id": "audio-caption",
"weight": 0,
"group": "a11y-audio-video"
},
{
"id": "video-caption",
"weight": 0,
Expand Down Expand Up @@ -5064,6 +5064,12 @@
"lighthouse-core/audits/network-server-latency.js | description": [
"audits[network-server-latency].description"
],
"lighthouse-core/audits/accessibility/accesskeys.js | title": [
"audits.accesskeys.title"
],
"lighthouse-core/audits/accessibility/accesskeys.js | description": [
"audits.accesskeys.description"
],
"lighthouse-core/audits/accessibility/aria-allowed-attr.js | title": [
"audits[aria-allowed-attr].title"
],
Expand Down
10 changes: 5 additions & 5 deletions proto/sample_v2_round_trip.json
Original file line number Diff line number Diff line change
Expand Up @@ -3037,6 +3037,11 @@
"id": "aria-valid-attr",
"weight": 0.0
},
{
"group": "a11y-audio-video",
"id": "audio-caption",
"weight": 0.0
},
{
"group": "a11y-names-labels",
"id": "button-name",
Expand Down Expand Up @@ -3157,11 +3162,6 @@
"id": "valid-lang",
"weight": 0.0
},
{
"group": "a11y-audio-video",
"id": "audio-caption",
"weight": 0.0
},
{
"group": "a11y-audio-video",
"id": "video-caption",
Expand Down

0 comments on commit 004186d

Please sign in to comment.