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 9, 2019
1 parent facd3f5 commit 38fad2f
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 @@ -3417,6 +3417,11 @@
"weight": 0,
"group": "a11y-aria"
},
{
"id": "audio-caption",
"weight": 0,
"group": "a11y-audio-video"
},
{
"id": "button-name",
"weight": 0,
Expand Down Expand Up @@ -3537,11 +3542,6 @@
"weight": 0,
"group": "a11y-language"
},
{
"id": "audio-caption",
"weight": 0,
"group": "a11y-audio-video"
},
{
"id": "video-caption",
"weight": 0,
Expand Down Expand Up @@ -5076,6 +5076,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 @@ -3049,6 +3049,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 @@ -3169,11 +3174,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 38fad2f

Please sign in to comment.