From 004186d07cc96d5c9ce0247042bd072c8846b178 Mon Sep 17 00:00:00 2001 From: Rob Dodson Date: Thu, 7 Feb 2019 16:01:32 -0800 Subject: [PATCH] Update sample json --- lighthouse-core/test/results/sample_v2.json | 16 +++++++++++----- proto/sample_v2_round_trip.json | 10 +++++----- 2 files changed, 16 insertions(+), 10 deletions(-) diff --git a/lighthouse-core/test/results/sample_v2.json b/lighthouse-core/test/results/sample_v2.json index 28304783b197..d9a065e074d0 100644 --- a/lighthouse-core/test/results/sample_v2.json +++ b/lighthouse-core/test/results/sample_v2.json @@ -3405,6 +3405,11 @@ "weight": 0, "group": "a11y-aria" }, + { + "id": "audio-caption", + "weight": 0, + "group": "a11y-audio-video" + }, { "id": "button-name", "weight": 0, @@ -3525,11 +3530,6 @@ "weight": 0, "group": "a11y-language" }, - { - "id": "audio-caption", - "weight": 0, - "group": "a11y-audio-video" - }, { "id": "video-caption", "weight": 0, @@ -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" ], diff --git a/proto/sample_v2_round_trip.json b/proto/sample_v2_round_trip.json index 132b299105f4..224c2bbea8ed 100644 --- a/proto/sample_v2_round_trip.json +++ b/proto/sample_v2_round_trip.json @@ -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", @@ -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",