diff --git a/react/src/components/sidebar.tsx b/react/src/components/sidebar.tsx index 1e784dd08..20aeb4025 100644 --- a/react/src/components/sidebar.tsx +++ b/react/src/components/sidebar.tsx @@ -91,6 +91,9 @@ export function Sidebar({ onNavigate }: { onNavigate: () => void }): ReactNode {
  • Retrostat
  • +
  • + Juxtastat Infinite +
  • { diff --git a/react/src/navigation/PageDescriptor.ts b/react/src/navigation/PageDescriptor.ts index ad7c251fb..a4dd8db4a 100644 --- a/react/src/navigation/PageDescriptor.ts +++ b/react/src/navigation/PageDescriptor.ts @@ -462,7 +462,7 @@ export async function loadPageDescriptor(newDescriptor: PageDescriptor, settings break case 'infinite': if (updatedDescriptor.seed === undefined) { - const [seedVersions] = getInfiniteQuizzes(JSON.parse(localStorage.quiz_history as string) as QuizHistory, false) + const [seedVersions] = getInfiniteQuizzes(JSON.parse((localStorage.quiz_history || '{}') as string) as QuizHistory, false) if (seedVersions.length > 0) { const [seed, version] = seedVersions[0] updatedDescriptor.seed = seed diff --git a/react/src/page_template/template.tsx b/react/src/page_template/template.tsx index 0f5e1f334..efee624a5 100644 --- a/react/src/page_template/template.tsx +++ b/react/src/page_template/template.tsx @@ -138,11 +138,11 @@ function TemplateFooter(): ReactNode { } function Version(): ReactNode { - return 23.5.2 + return 23.6.0 } function LastUpdated(): ReactNode { - return 2024-01-04 + return 2024-01-31 } function MainCredits(): ReactNode { diff --git a/reference_test_screenshots/article-universe_test/Chrome/article-universe-compare-1.png b/reference_test_screenshots/article-universe_test/Chrome/article-universe-compare-1.png index bc4b7e4b2..f44d7b887 100644 Binary files a/reference_test_screenshots/article-universe_test/Chrome/article-universe-compare-1.png and b/reference_test_screenshots/article-universe_test/Chrome/article-universe-compare-1.png differ diff --git a/reference_test_screenshots/article-universe_test/Chrome/article-universe-compare-different-1.png b/reference_test_screenshots/article-universe_test/Chrome/article-universe-compare-different-1.png index bb6601a81..528659535 100644 Binary files a/reference_test_screenshots/article-universe_test/Chrome/article-universe-compare-different-1.png and b/reference_test_screenshots/article-universe_test/Chrome/article-universe-compare-different-1.png differ diff --git a/reference_test_screenshots/article-universe_test/Chrome/article-universe-selector-test-california-1.png b/reference_test_screenshots/article-universe_test/Chrome/article-universe-selector-test-california-1.png index 92cf44d70..96aa9e080 100644 Binary files a/reference_test_screenshots/article-universe_test/Chrome/article-universe-selector-test-california-1.png and b/reference_test_screenshots/article-universe_test/Chrome/article-universe-selector-test-california-1.png differ diff --git a/reference_test_screenshots/article-universe_test/Chrome/article-universe-selector-test-india-1.png b/reference_test_screenshots/article-universe_test/Chrome/article-universe-selector-test-india-1.png index 660c179a4..0fdd7bac0 100644 Binary files a/reference_test_screenshots/article-universe_test/Chrome/article-universe-selector-test-india-1.png and b/reference_test_screenshots/article-universe_test/Chrome/article-universe-selector-test-india-1.png differ diff --git a/reference_test_screenshots/article-universe_test/Chrome/article-universe-selector-test-india-2.png b/reference_test_screenshots/article-universe_test/Chrome/article-universe-selector-test-india-2.png index 21b7fc5a4..894406b0e 100644 Binary files a/reference_test_screenshots/article-universe_test/Chrome/article-universe-selector-test-india-2.png and b/reference_test_screenshots/article-universe_test/Chrome/article-universe-selector-test-india-2.png differ diff --git a/reference_test_screenshots/article-universe_test/Chrome/article-universe-state-from-subnational-1.png b/reference_test_screenshots/article-universe_test/Chrome/article-universe-state-from-subnational-1.png index 55af92aa0..6dd4ba22c 100644 Binary files a/reference_test_screenshots/article-universe_test/Chrome/article-universe-state-from-subnational-1.png and b/reference_test_screenshots/article-universe_test/Chrome/article-universe-state-from-subnational-1.png differ diff --git a/reference_test_screenshots/article-universe_test/Chrome/article-universe-state-from-subnational-2.png b/reference_test_screenshots/article-universe_test/Chrome/article-universe-state-from-subnational-2.png index 410b043d6..0da9a15c6 100644 Binary files a/reference_test_screenshots/article-universe_test/Chrome/article-universe-state-from-subnational-2.png and b/reference_test_screenshots/article-universe_test/Chrome/article-universe-state-from-subnational-2.png differ diff --git a/reference_test_screenshots/article-universe_test/Chrome/article-universe-state-world-1.png b/reference_test_screenshots/article-universe_test/Chrome/article-universe-state-world-1.png index 72dc86ab1..62e2a4c8d 100644 Binary files a/reference_test_screenshots/article-universe_test/Chrome/article-universe-state-world-1.png and b/reference_test_screenshots/article-universe_test/Chrome/article-universe-state-world-1.png differ diff --git a/reference_test_screenshots/article-universe_test/Chrome/article-universe-statistic-page-1.png b/reference_test_screenshots/article-universe_test/Chrome/article-universe-statistic-page-1.png index 5dc6853a8..cac47a234 100644 Binary files a/reference_test_screenshots/article-universe_test/Chrome/article-universe-statistic-page-1.png and b/reference_test_screenshots/article-universe_test/Chrome/article-universe-statistic-page-1.png differ diff --git a/reference_test_screenshots/article_link_settings_test/Chrome/apply some changes-1.png b/reference_test_screenshots/article_link_settings_test/Chrome/apply some changes-1.png index 142bfac13..883f4c162 100644 Binary files a/reference_test_screenshots/article_link_settings_test/Chrome/apply some changes-1.png and b/reference_test_screenshots/article_link_settings_test/Chrome/apply some changes-1.png differ diff --git a/reference_test_screenshots/article_link_settings_test/Chrome/apply staged settings-1.png b/reference_test_screenshots/article_link_settings_test/Chrome/apply staged settings-1.png index c94f05747..786b454e6 100644 Binary files a/reference_test_screenshots/article_link_settings_test/Chrome/apply staged settings-1.png and b/reference_test_screenshots/article_link_settings_test/Chrome/apply staged settings-1.png differ diff --git a/reference_test_screenshots/article_link_settings_test/Chrome/discard staged settings-1.png b/reference_test_screenshots/article_link_settings_test/Chrome/discard staged settings-1.png index dc1f96194..0f488c869 100644 Binary files a/reference_test_screenshots/article_link_settings_test/Chrome/discard staged settings-1.png and b/reference_test_screenshots/article_link_settings_test/Chrome/discard staged settings-1.png differ diff --git a/reference_test_screenshots/article_link_settings_test/Chrome/histogram is visible-1.png b/reference_test_screenshots/article_link_settings_test/Chrome/histogram is visible-1.png index d1e632305..35f86fde6 100644 Binary files a/reference_test_screenshots/article_link_settings_test/Chrome/histogram is visible-1.png and b/reference_test_screenshots/article_link_settings_test/Chrome/histogram is visible-1.png differ diff --git a/reference_test_screenshots/article_link_settings_test/Chrome/legacy settings param produces expected results-1.png b/reference_test_screenshots/article_link_settings_test/Chrome/legacy settings param produces expected results-1.png index e943afa9c..15814f18e 100644 Binary files a/reference_test_screenshots/article_link_settings_test/Chrome/legacy settings param produces expected results-1.png and b/reference_test_screenshots/article_link_settings_test/Chrome/legacy settings param produces expected results-1.png differ diff --git a/reference_test_screenshots/article_link_settings_test/Chrome/manually discard changes-1.png b/reference_test_screenshots/article_link_settings_test/Chrome/manually discard changes-1.png index dc1f96194..0f488c869 100644 Binary files a/reference_test_screenshots/article_link_settings_test/Chrome/manually discard changes-1.png and b/reference_test_screenshots/article_link_settings_test/Chrome/manually discard changes-1.png differ diff --git a/reference_test_screenshots/article_link_settings_test/Chrome/relative changed histogram is visible-1.png b/reference_test_screenshots/article_link_settings_test/Chrome/relative changed histogram is visible-1.png index c92d7f53c..6b6251162 100644 Binary files a/reference_test_screenshots/article_link_settings_test/Chrome/relative changed histogram is visible-1.png and b/reference_test_screenshots/article_link_settings_test/Chrome/relative changed histogram is visible-1.png differ diff --git a/reference_test_screenshots/article_link_settings_test/Chrome/settings are applied correctly to new visitor-1.png b/reference_test_screenshots/article_link_settings_test/Chrome/settings are applied correctly to new visitor-1.png index c94f05747..786b454e6 100644 Binary files a/reference_test_screenshots/article_link_settings_test/Chrome/settings are applied correctly to new visitor-1.png and b/reference_test_screenshots/article_link_settings_test/Chrome/settings are applied correctly to new visitor-1.png differ diff --git a/reference_test_screenshots/article_link_settings_test/Chrome/settings are not saved for new visitor if they do not make any modifications-1.png b/reference_test_screenshots/article_link_settings_test/Chrome/settings are not saved for new visitor if they do not make any modifications-1.png index a87b9e750..4450d1635 100644 Binary files a/reference_test_screenshots/article_link_settings_test/Chrome/settings are not saved for new visitor if they do not make any modifications-1.png and b/reference_test_screenshots/article_link_settings_test/Chrome/settings are not saved for new visitor if they do not make any modifications-1.png differ diff --git a/reference_test_screenshots/article_link_settings_test/Chrome/settings are saved for new visitor if they do make a modification-1.png b/reference_test_screenshots/article_link_settings_test/Chrome/settings are saved for new visitor if they do make a modification-1.png index e71d56ab1..107251470 100644 Binary files a/reference_test_screenshots/article_link_settings_test/Chrome/settings are saved for new visitor if they do make a modification-1.png and b/reference_test_screenshots/article_link_settings_test/Chrome/settings are saved for new visitor if they do make a modification-1.png differ diff --git a/reference_test_screenshots/article_link_settings_test/Chrome/should have the staging controls-1.png b/reference_test_screenshots/article_link_settings_test/Chrome/should have the staging controls-1.png index 7972d033c..84e30d3ba 100644 Binary files a/reference_test_screenshots/article_link_settings_test/Chrome/should have the staging controls-1.png and b/reference_test_screenshots/article_link_settings_test/Chrome/should have the staging controls-1.png differ diff --git a/reference_test_screenshots/article_test/Chrome/200mpc-article-test-1.png b/reference_test_screenshots/article_test/Chrome/200mpc-article-test-1.png index 5215061d3..6552781e6 100644 Binary files a/reference_test_screenshots/article_test/Chrome/200mpc-article-test-1.png and b/reference_test_screenshots/article_test/Chrome/200mpc-article-test-1.png differ diff --git a/reference_test_screenshots/article_test/Chrome/california-all-stats-1.png b/reference_test_screenshots/article_test/Chrome/california-all-stats-1.png index 9aebdc62e..5a01a1138 100644 Binary files a/reference_test_screenshots/article_test/Chrome/california-all-stats-1.png and b/reference_test_screenshots/article_test/Chrome/california-all-stats-1.png differ diff --git a/reference_test_screenshots/article_test/Chrome/california-article-test-1.png b/reference_test_screenshots/article_test/Chrome/california-article-test-1.png index ab4b74fb3..56d0a65c2 100644 Binary files a/reference_test_screenshots/article_test/Chrome/california-article-test-1.png and b/reference_test_screenshots/article_test/Chrome/california-article-test-1.png differ diff --git a/reference_test_screenshots/article_test/Chrome/charlotte-all-stats-1.png b/reference_test_screenshots/article_test/Chrome/charlotte-all-stats-1.png index c7e0d012e..e134c8f0c 100644 Binary files a/reference_test_screenshots/article_test/Chrome/charlotte-all-stats-1.png and b/reference_test_screenshots/article_test/Chrome/charlotte-all-stats-1.png differ diff --git a/reference_test_screenshots/article_test/Chrome/neighboring-state-test-1.png b/reference_test_screenshots/article_test/Chrome/neighboring-state-test-1.png index ab4b74fb3..56d0a65c2 100644 Binary files a/reference_test_screenshots/article_test/Chrome/neighboring-state-test-1.png and b/reference_test_screenshots/article_test/Chrome/neighboring-state-test-1.png differ diff --git a/reference_test_screenshots/article_test/Chrome/paste C link-1.png b/reference_test_screenshots/article_test/Chrome/paste C link-1.png index 7dbdc098b..8c997ea9b 100644 Binary files a/reference_test_screenshots/article_test/Chrome/paste C link-1.png and b/reference_test_screenshots/article_test/Chrome/paste C link-1.png differ diff --git a/reference_test_screenshots/article_test/Chrome/pueblo-east-cdp-1.png b/reference_test_screenshots/article_test/Chrome/pueblo-east-cdp-1.png index 7ed77bcea..050cfbfc8 100644 Binary files a/reference_test_screenshots/article_test/Chrome/pueblo-east-cdp-1.png and b/reference_test_screenshots/article_test/Chrome/pueblo-east-cdp-1.png differ diff --git a/reference_test_screenshots/article_test/Chrome/san-marino-2010-health-1.png b/reference_test_screenshots/article_test/Chrome/san-marino-2010-health-1.png index ee1b393f2..b658ae3bc 100644 Binary files a/reference_test_screenshots/article_test/Chrome/san-marino-2010-health-1.png and b/reference_test_screenshots/article_test/Chrome/san-marino-2010-health-1.png differ diff --git a/reference_test_screenshots/article_test/Chrome/san-marino-article-test-1.png b/reference_test_screenshots/article_test/Chrome/san-marino-article-test-1.png index b90c195f4..363c1895e 100644 Binary files a/reference_test_screenshots/article_test/Chrome/san-marino-article-test-1.png and b/reference_test_screenshots/article_test/Chrome/san-marino-article-test-1.png differ diff --git a/reference_test_screenshots/article_test/Chrome/simple-1.png b/reference_test_screenshots/article_test/Chrome/simple-1.png index 219a5bcfa..4cce53130 100644 Binary files a/reference_test_screenshots/article_test/Chrome/simple-1.png and b/reference_test_screenshots/article_test/Chrome/simple-1.png differ diff --git a/reference_test_screenshots/article_test/Chrome/tijuana-article-test-1.png b/reference_test_screenshots/article_test/Chrome/tijuana-article-test-1.png index 0d943756e..733052350 100644 Binary files a/reference_test_screenshots/article_test/Chrome/tijuana-article-test-1.png and b/reference_test_screenshots/article_test/Chrome/tijuana-article-test-1.png differ diff --git a/reference_test_screenshots/article_test/Chrome/uncheck-box-desktop-1.png b/reference_test_screenshots/article_test/Chrome/uncheck-box-desktop-1.png index 5d8186376..72e4f224a 100644 Binary files a/reference_test_screenshots/article_test/Chrome/uncheck-box-desktop-1.png and b/reference_test_screenshots/article_test/Chrome/uncheck-box-desktop-1.png differ diff --git a/reference_test_screenshots/article_test/Chrome/uncheck-box-desktop-2.png b/reference_test_screenshots/article_test/Chrome/uncheck-box-desktop-2.png index 5d8186376..72e4f224a 100644 Binary files a/reference_test_screenshots/article_test/Chrome/uncheck-box-desktop-2.png and b/reference_test_screenshots/article_test/Chrome/uncheck-box-desktop-2.png differ diff --git a/reference_test_screenshots/article_test/Chrome/virgin-islands-1.png b/reference_test_screenshots/article_test/Chrome/virgin-islands-1.png index e65d693d8..610b4b950 100644 Binary files a/reference_test_screenshots/article_test/Chrome/virgin-islands-1.png and b/reference_test_screenshots/article_test/Chrome/virgin-islands-1.png differ diff --git a/reference_test_screenshots/comparison_link_settings_test/Chrome/apply some changes-1.png b/reference_test_screenshots/comparison_link_settings_test/Chrome/apply some changes-1.png index e13e21bdf..9344f4adf 100644 Binary files a/reference_test_screenshots/comparison_link_settings_test/Chrome/apply some changes-1.png and b/reference_test_screenshots/comparison_link_settings_test/Chrome/apply some changes-1.png differ diff --git a/reference_test_screenshots/comparison_link_settings_test/Chrome/apply staged settings-1.png b/reference_test_screenshots/comparison_link_settings_test/Chrome/apply staged settings-1.png index 44ceadda0..225d9ab08 100644 Binary files a/reference_test_screenshots/comparison_link_settings_test/Chrome/apply staged settings-1.png and b/reference_test_screenshots/comparison_link_settings_test/Chrome/apply staged settings-1.png differ diff --git a/reference_test_screenshots/comparison_link_settings_test/Chrome/discard staged settings-1.png b/reference_test_screenshots/comparison_link_settings_test/Chrome/discard staged settings-1.png index 276b44c89..428cbce78 100644 Binary files a/reference_test_screenshots/comparison_link_settings_test/Chrome/discard staged settings-1.png and b/reference_test_screenshots/comparison_link_settings_test/Chrome/discard staged settings-1.png differ diff --git a/reference_test_screenshots/comparison_link_settings_test/Chrome/histogram is visible-1.png b/reference_test_screenshots/comparison_link_settings_test/Chrome/histogram is visible-1.png index 97e0b48c9..aa8740f5e 100644 Binary files a/reference_test_screenshots/comparison_link_settings_test/Chrome/histogram is visible-1.png and b/reference_test_screenshots/comparison_link_settings_test/Chrome/histogram is visible-1.png differ diff --git a/reference_test_screenshots/comparison_link_settings_test/Chrome/legacy settings param produces expected results-1.png b/reference_test_screenshots/comparison_link_settings_test/Chrome/legacy settings param produces expected results-1.png index 6855d66fc..61ecf1221 100644 Binary files a/reference_test_screenshots/comparison_link_settings_test/Chrome/legacy settings param produces expected results-1.png and b/reference_test_screenshots/comparison_link_settings_test/Chrome/legacy settings param produces expected results-1.png differ diff --git a/reference_test_screenshots/comparison_link_settings_test/Chrome/manually discard changes-1.png b/reference_test_screenshots/comparison_link_settings_test/Chrome/manually discard changes-1.png index 276b44c89..428cbce78 100644 Binary files a/reference_test_screenshots/comparison_link_settings_test/Chrome/manually discard changes-1.png and b/reference_test_screenshots/comparison_link_settings_test/Chrome/manually discard changes-1.png differ diff --git a/reference_test_screenshots/comparison_link_settings_test/Chrome/relative changed histogram is visible-1.png b/reference_test_screenshots/comparison_link_settings_test/Chrome/relative changed histogram is visible-1.png index fd201c054..5c608298a 100644 Binary files a/reference_test_screenshots/comparison_link_settings_test/Chrome/relative changed histogram is visible-1.png and b/reference_test_screenshots/comparison_link_settings_test/Chrome/relative changed histogram is visible-1.png differ diff --git a/reference_test_screenshots/comparison_link_settings_test/Chrome/settings are applied correctly to new visitor-1.png b/reference_test_screenshots/comparison_link_settings_test/Chrome/settings are applied correctly to new visitor-1.png index 44ceadda0..225d9ab08 100644 Binary files a/reference_test_screenshots/comparison_link_settings_test/Chrome/settings are applied correctly to new visitor-1.png and b/reference_test_screenshots/comparison_link_settings_test/Chrome/settings are applied correctly to new visitor-1.png differ diff --git a/reference_test_screenshots/comparison_link_settings_test/Chrome/settings are not saved for new visitor if they do not make any modifications-1.png b/reference_test_screenshots/comparison_link_settings_test/Chrome/settings are not saved for new visitor if they do not make any modifications-1.png index f3695f3eb..8b772403d 100644 Binary files a/reference_test_screenshots/comparison_link_settings_test/Chrome/settings are not saved for new visitor if they do not make any modifications-1.png and b/reference_test_screenshots/comparison_link_settings_test/Chrome/settings are not saved for new visitor if they do not make any modifications-1.png differ diff --git a/reference_test_screenshots/comparison_link_settings_test/Chrome/settings are saved for new visitor if they do make a modification-1.png b/reference_test_screenshots/comparison_link_settings_test/Chrome/settings are saved for new visitor if they do make a modification-1.png index e493d1e53..847117aec 100644 Binary files a/reference_test_screenshots/comparison_link_settings_test/Chrome/settings are saved for new visitor if they do make a modification-1.png and b/reference_test_screenshots/comparison_link_settings_test/Chrome/settings are saved for new visitor if they do make a modification-1.png differ diff --git a/reference_test_screenshots/comparison_link_settings_test/Chrome/should have the staging controls-1.png b/reference_test_screenshots/comparison_link_settings_test/Chrome/should have the staging controls-1.png index e668a136a..b89831424 100644 Binary files a/reference_test_screenshots/comparison_link_settings_test/Chrome/should have the staging controls-1.png and b/reference_test_screenshots/comparison_link_settings_test/Chrome/should have the staging controls-1.png differ diff --git a/reference_test_screenshots/comparison_test/Chrome/comparison-2-non-overlapping-population-stats-1.png b/reference_test_screenshots/comparison_test/Chrome/comparison-2-non-overlapping-population-stats-1.png index 821639617..5d1643fcf 100644 Binary files a/reference_test_screenshots/comparison_test/Chrome/comparison-2-non-overlapping-population-stats-1.png and b/reference_test_screenshots/comparison_test/Chrome/comparison-2-non-overlapping-population-stats-1.png differ diff --git a/reference_test_screenshots/comparison_test/Chrome/comparison-2-non-overlapping-population-stats-2.png b/reference_test_screenshots/comparison_test/Chrome/comparison-2-non-overlapping-population-stats-2.png index 134ee9b37..4194a25b0 100644 Binary files a/reference_test_screenshots/comparison_test/Chrome/comparison-2-non-overlapping-population-stats-2.png and b/reference_test_screenshots/comparison_test/Chrome/comparison-2-non-overlapping-population-stats-2.png differ diff --git a/reference_test_screenshots/comparison_test/Chrome/comparison-3-desktop-1.png b/reference_test_screenshots/comparison_test/Chrome/comparison-3-desktop-1.png index f4a95bb2a..6cfbf921c 100644 Binary files a/reference_test_screenshots/comparison_test/Chrome/comparison-3-desktop-1.png and b/reference_test_screenshots/comparison_test/Chrome/comparison-3-desktop-1.png differ diff --git a/reference_test_screenshots/comparison_test/Chrome/comparison-3-desktop-heterogenous-1.png b/reference_test_screenshots/comparison_test/Chrome/comparison-3-desktop-heterogenous-1.png index bb9bb933f..24d7c8160 100644 Binary files a/reference_test_screenshots/comparison_test/Chrome/comparison-3-desktop-heterogenous-1.png and b/reference_test_screenshots/comparison_test/Chrome/comparison-3-desktop-heterogenous-1.png differ diff --git a/reference_test_screenshots/comparison_test/Chrome/comparison-3-plotted-across-180-1.png b/reference_test_screenshots/comparison_test/Chrome/comparison-3-plotted-across-180-1.png index c1febdf19..e85ce2b9a 100644 Binary files a/reference_test_screenshots/comparison_test/Chrome/comparison-3-plotted-across-180-1.png and b/reference_test_screenshots/comparison_test/Chrome/comparison-3-plotted-across-180-1.png differ diff --git a/reference_test_screenshots/comparison_test/Chrome/comparison-usa-vs-usa-netiher-1.png b/reference_test_screenshots/comparison_test/Chrome/comparison-usa-vs-usa-netiher-1.png index 145ffad14..0e3aaf27f 100644 Binary files a/reference_test_screenshots/comparison_test/Chrome/comparison-usa-vs-usa-netiher-1.png and b/reference_test_screenshots/comparison_test/Chrome/comparison-usa-vs-usa-netiher-1.png differ diff --git a/reference_test_screenshots/comparison_test/Chrome/renders successfully-1.png b/reference_test_screenshots/comparison_test/Chrome/renders successfully-1.png index db183b640..1ca07b8eb 100644 Binary files a/reference_test_screenshots/comparison_test/Chrome/renders successfully-1.png and b/reference_test_screenshots/comparison_test/Chrome/renders successfully-1.png differ diff --git a/reference_test_screenshots/comparison_test/Chrome/settings param works correctly on url with just ghsl source checked-1.png b/reference_test_screenshots/comparison_test/Chrome/settings param works correctly on url with just ghsl source checked-1.png index f70b6429c..977c4a2bc 100644 Binary files a/reference_test_screenshots/comparison_test/Chrome/settings param works correctly on url with just ghsl source checked-1.png and b/reference_test_screenshots/comparison_test/Chrome/settings param works correctly on url with just ghsl source checked-1.png differ diff --git a/reference_test_screenshots/histogram_test/Chrome/histogram-ordering-1.png b/reference_test_screenshots/histogram_test/Chrome/histogram-ordering-1.png index 1b65b8521..027bdc4d1 100644 Binary files a/reference_test_screenshots/histogram_test/Chrome/histogram-ordering-1.png and b/reference_test_screenshots/histogram_test/Chrome/histogram-ordering-1.png differ diff --git a/reference_test_screenshots/mapper_test/Chrome/mapping-more-complex-1.png b/reference_test_screenshots/mapper_test/Chrome/mapping-more-complex-1.png index 920c69fa0..c96ba9500 100644 Binary files a/reference_test_screenshots/mapper_test/Chrome/mapping-more-complex-1.png and b/reference_test_screenshots/mapper_test/Chrome/mapping-more-complex-1.png differ diff --git a/reference_test_screenshots/mapper_test/Chrome/state-map-1.png b/reference_test_screenshots/mapper_test/Chrome/state-map-1.png index 03c21898c..3c84d3cf1 100644 Binary files a/reference_test_screenshots/mapper_test/Chrome/state-map-1.png and b/reference_test_screenshots/mapper_test/Chrome/state-map-1.png differ diff --git a/reference_test_screenshots/navigation_test/Chrome/data credit page height should be the same before and after cloudflare load-1.png b/reference_test_screenshots/navigation_test/Chrome/data credit page height should be the same before and after cloudflare load-1.png index e38e87bdf..822804e32 100644 Binary files a/reference_test_screenshots/navigation_test/Chrome/data credit page height should be the same before and after cloudflare load-1.png and b/reference_test_screenshots/navigation_test/Chrome/data credit page height should be the same before and after cloudflare load-1.png differ diff --git a/reference_test_screenshots/navigation_test/Chrome/data credit page height should be the same before and after cloudflare load-2.png b/reference_test_screenshots/navigation_test/Chrome/data credit page height should be the same before and after cloudflare load-2.png index 05cb05ea5..71208dc1e 100644 Binary files a/reference_test_screenshots/navigation_test/Chrome/data credit page height should be the same before and after cloudflare load-2.png and b/reference_test_screenshots/navigation_test/Chrome/data credit page height should be the same before and after cloudflare load-2.png differ diff --git a/reference_test_screenshots/navigation_test/Chrome/initial load-1.png b/reference_test_screenshots/navigation_test/Chrome/initial load-1.png index 45b4022b1..7a52bb9b4 100644 Binary files a/reference_test_screenshots/navigation_test/Chrome/initial load-1.png and b/reference_test_screenshots/navigation_test/Chrome/initial load-1.png differ diff --git a/reference_test_screenshots/navigation_test/Chrome/invalid url-1.png b/reference_test_screenshots/navigation_test/Chrome/invalid url-1.png index bd20dc0ac..7ec601f2b 100644 Binary files a/reference_test_screenshots/navigation_test/Chrome/invalid url-1.png and b/reference_test_screenshots/navigation_test/Chrome/invalid url-1.png differ diff --git a/reference_test_screenshots/navigation_test/Chrome/loading error-1.png b/reference_test_screenshots/navigation_test/Chrome/loading error-1.png index 65f49cea4..5d75ffecc 100644 Binary files a/reference_test_screenshots/navigation_test/Chrome/loading error-1.png and b/reference_test_screenshots/navigation_test/Chrome/loading error-1.png differ diff --git a/reference_test_screenshots/navigation_test/Chrome/long load-1.png b/reference_test_screenshots/navigation_test/Chrome/long load-1.png index 44e6d24cd..52419c108 100644 Binary files a/reference_test_screenshots/navigation_test/Chrome/long load-1.png and b/reference_test_screenshots/navigation_test/Chrome/long load-1.png differ diff --git a/reference_test_screenshots/navigation_test/Chrome/quick load-1.png b/reference_test_screenshots/navigation_test/Chrome/quick load-1.png index c27bcfdbc..f16a0afce 100644 Binary files a/reference_test_screenshots/navigation_test/Chrome/quick load-1.png and b/reference_test_screenshots/navigation_test/Chrome/quick load-1.png differ diff --git a/reference_test_screenshots/quiz_friends_test/Chrome/juxta-basic-friends-test-1.png b/reference_test_screenshots/quiz_friends_test/Chrome/juxta-basic-friends-test-1.png index 78a8ad193..5ad9f36d7 100644 Binary files a/reference_test_screenshots/quiz_friends_test/Chrome/juxta-basic-friends-test-1.png and b/reference_test_screenshots/quiz_friends_test/Chrome/juxta-basic-friends-test-1.png differ diff --git a/reference_test_screenshots/quiz_friends_test/Chrome/juxta-basic-friends-test-2.png b/reference_test_screenshots/quiz_friends_test/Chrome/juxta-basic-friends-test-2.png index 41e1624f6..ff312082c 100644 Binary files a/reference_test_screenshots/quiz_friends_test/Chrome/juxta-basic-friends-test-2.png and b/reference_test_screenshots/quiz_friends_test/Chrome/juxta-basic-friends-test-2.png differ diff --git a/reference_test_screenshots/quiz_friends_test/Chrome/juxta-basic-friends-test-3.png b/reference_test_screenshots/quiz_friends_test/Chrome/juxta-basic-friends-test-3.png index 6ec7bdd27..9b7c05625 100644 Binary files a/reference_test_screenshots/quiz_friends_test/Chrome/juxta-basic-friends-test-3.png and b/reference_test_screenshots/quiz_friends_test/Chrome/juxta-basic-friends-test-3.png differ diff --git a/reference_test_screenshots/quiz_friends_test/Chrome/juxta-basic-friends-test-4.png b/reference_test_screenshots/quiz_friends_test/Chrome/juxta-basic-friends-test-4.png index efe4e638c..b49450412 100644 Binary files a/reference_test_screenshots/quiz_friends_test/Chrome/juxta-basic-friends-test-4.png and b/reference_test_screenshots/quiz_friends_test/Chrome/juxta-basic-friends-test-4.png differ diff --git a/reference_test_screenshots/quiz_friends_test/Chrome/juxta-basic-friends-test-5.png b/reference_test_screenshots/quiz_friends_test/Chrome/juxta-basic-friends-test-5.png index d21036282..c8c99ee9a 100644 Binary files a/reference_test_screenshots/quiz_friends_test/Chrome/juxta-basic-friends-test-5.png and b/reference_test_screenshots/quiz_friends_test/Chrome/juxta-basic-friends-test-5.png differ diff --git a/reference_test_screenshots/quiz_friends_test/Chrome/juxta-basic-friends-test-6.png b/reference_test_screenshots/quiz_friends_test/Chrome/juxta-basic-friends-test-6.png index 78a8ad193..5ad9f36d7 100644 Binary files a/reference_test_screenshots/quiz_friends_test/Chrome/juxta-basic-friends-test-6.png and b/reference_test_screenshots/quiz_friends_test/Chrome/juxta-basic-friends-test-6.png differ diff --git a/reference_test_screenshots/quiz_friends_test/Chrome/retro-basic-friends-test-1.png b/reference_test_screenshots/quiz_friends_test/Chrome/retro-basic-friends-test-1.png index 151a96851..abff7f055 100644 Binary files a/reference_test_screenshots/quiz_friends_test/Chrome/retro-basic-friends-test-1.png and b/reference_test_screenshots/quiz_friends_test/Chrome/retro-basic-friends-test-1.png differ diff --git a/reference_test_screenshots/quiz_friends_test/Chrome/retro-basic-friends-test-2.png b/reference_test_screenshots/quiz_friends_test/Chrome/retro-basic-friends-test-2.png index aea016186..bb36d1aa6 100644 Binary files a/reference_test_screenshots/quiz_friends_test/Chrome/retro-basic-friends-test-2.png and b/reference_test_screenshots/quiz_friends_test/Chrome/retro-basic-friends-test-2.png differ diff --git a/reference_test_screenshots/quiz_friends_test/Chrome/retro-basic-friends-test-3.png b/reference_test_screenshots/quiz_friends_test/Chrome/retro-basic-friends-test-3.png index 2eebbee1b..40cd8df37 100644 Binary files a/reference_test_screenshots/quiz_friends_test/Chrome/retro-basic-friends-test-3.png and b/reference_test_screenshots/quiz_friends_test/Chrome/retro-basic-friends-test-3.png differ diff --git a/reference_test_screenshots/quiz_friends_test/Chrome/retro-basic-friends-test-4.png b/reference_test_screenshots/quiz_friends_test/Chrome/retro-basic-friends-test-4.png index d22a9956a..5ff32bf00 100644 Binary files a/reference_test_screenshots/quiz_friends_test/Chrome/retro-basic-friends-test-4.png and b/reference_test_screenshots/quiz_friends_test/Chrome/retro-basic-friends-test-4.png differ diff --git a/reference_test_screenshots/quiz_friends_test/Chrome/retro-basic-friends-test-5.png b/reference_test_screenshots/quiz_friends_test/Chrome/retro-basic-friends-test-5.png index 1cc1aa032..ae418a425 100644 Binary files a/reference_test_screenshots/quiz_friends_test/Chrome/retro-basic-friends-test-5.png and b/reference_test_screenshots/quiz_friends_test/Chrome/retro-basic-friends-test-5.png differ diff --git a/reference_test_screenshots/quiz_friends_test/Chrome/retro-basic-friends-test-6.png b/reference_test_screenshots/quiz_friends_test/Chrome/retro-basic-friends-test-6.png index 151a96851..abff7f055 100644 Binary files a/reference_test_screenshots/quiz_friends_test/Chrome/retro-basic-friends-test-6.png and b/reference_test_screenshots/quiz_friends_test/Chrome/retro-basic-friends-test-6.png differ diff --git a/reference_test_screenshots/quiz_infinite_friends_test/Chrome/basic-friends-test-1.png b/reference_test_screenshots/quiz_infinite_friends_test/Chrome/basic-friends-test-1.png index ce1300929..2953e2205 100644 Binary files a/reference_test_screenshots/quiz_infinite_friends_test/Chrome/basic-friends-test-1.png and b/reference_test_screenshots/quiz_infinite_friends_test/Chrome/basic-friends-test-1.png differ diff --git a/reference_test_screenshots/quiz_infinite_friends_test/Chrome/basic-friends-test-2.png b/reference_test_screenshots/quiz_infinite_friends_test/Chrome/basic-friends-test-2.png index 602e742b5..6754821b0 100644 Binary files a/reference_test_screenshots/quiz_infinite_friends_test/Chrome/basic-friends-test-2.png and b/reference_test_screenshots/quiz_infinite_friends_test/Chrome/basic-friends-test-2.png differ diff --git a/reference_test_screenshots/quiz_infinite_friends_test/Chrome/basic-friends-test-3.png b/reference_test_screenshots/quiz_infinite_friends_test/Chrome/basic-friends-test-3.png index 75c4665b1..9b0af8b9e 100644 Binary files a/reference_test_screenshots/quiz_infinite_friends_test/Chrome/basic-friends-test-3.png and b/reference_test_screenshots/quiz_infinite_friends_test/Chrome/basic-friends-test-3.png differ diff --git a/reference_test_screenshots/quiz_infinite_friends_test/Chrome/basic-friends-test-4.png b/reference_test_screenshots/quiz_infinite_friends_test/Chrome/basic-friends-test-4.png index 7a393b77b..f1eda2766 100644 Binary files a/reference_test_screenshots/quiz_infinite_friends_test/Chrome/basic-friends-test-4.png and b/reference_test_screenshots/quiz_infinite_friends_test/Chrome/basic-friends-test-4.png differ diff --git a/reference_test_screenshots/quiz_infinite_friends_test/Chrome/basic-friends-test-5.png b/reference_test_screenshots/quiz_infinite_friends_test/Chrome/basic-friends-test-5.png index f25e9c5cb..5849db0c1 100644 Binary files a/reference_test_screenshots/quiz_infinite_friends_test/Chrome/basic-friends-test-5.png and b/reference_test_screenshots/quiz_infinite_friends_test/Chrome/basic-friends-test-5.png differ diff --git a/reference_test_screenshots/quiz_infinite_test/Chrome/several-different-quizzes-1.png b/reference_test_screenshots/quiz_infinite_test/Chrome/several-different-quizzes-1.png index f126b771f..577fd746e 100644 Binary files a/reference_test_screenshots/quiz_infinite_test/Chrome/several-different-quizzes-1.png and b/reference_test_screenshots/quiz_infinite_test/Chrome/several-different-quizzes-1.png differ diff --git a/reference_test_screenshots/quiz_infinite_test/Chrome/several-different-quizzes-2.png b/reference_test_screenshots/quiz_infinite_test/Chrome/several-different-quizzes-2.png index 331b778f3..2f035d2f4 100644 Binary files a/reference_test_screenshots/quiz_infinite_test/Chrome/several-different-quizzes-2.png and b/reference_test_screenshots/quiz_infinite_test/Chrome/several-different-quizzes-2.png differ diff --git a/reference_test_screenshots/quiz_infinite_test/Chrome/several-different-quizzes-3.png b/reference_test_screenshots/quiz_infinite_test/Chrome/several-different-quizzes-3.png index 161a94eb1..1ca16fc06 100644 Binary files a/reference_test_screenshots/quiz_infinite_test/Chrome/several-different-quizzes-3.png and b/reference_test_screenshots/quiz_infinite_test/Chrome/several-different-quizzes-3.png differ diff --git a/reference_test_screenshots/quiz_infinite_test/Chrome/several-different-quizzes-4.png b/reference_test_screenshots/quiz_infinite_test/Chrome/several-different-quizzes-4.png index 15792fce3..1436f8d5a 100644 Binary files a/reference_test_screenshots/quiz_infinite_test/Chrome/several-different-quizzes-4.png and b/reference_test_screenshots/quiz_infinite_test/Chrome/several-different-quizzes-4.png differ diff --git a/reference_test_screenshots/quiz_infinite_test/Chrome/several-different-quizzes-5.png b/reference_test_screenshots/quiz_infinite_test/Chrome/several-different-quizzes-5.png index 08bc80b97..7eb0c5141 100644 Binary files a/reference_test_screenshots/quiz_infinite_test/Chrome/several-different-quizzes-5.png and b/reference_test_screenshots/quiz_infinite_test/Chrome/several-different-quizzes-5.png differ diff --git a/reference_test_screenshots/quiz_infinite_test/Chrome/several-different-quizzes-6.png b/reference_test_screenshots/quiz_infinite_test/Chrome/several-different-quizzes-6.png index c80c60c5b..2f9b1b2d8 100644 Binary files a/reference_test_screenshots/quiz_infinite_test/Chrome/several-different-quizzes-6.png and b/reference_test_screenshots/quiz_infinite_test/Chrome/several-different-quizzes-6.png differ diff --git a/reference_test_screenshots/quiz_test/Chrome/custom-quiz-1.png b/reference_test_screenshots/quiz_test/Chrome/custom-quiz-1.png index c65590fbd..cb66a080a 100644 Binary files a/reference_test_screenshots/quiz_test/Chrome/custom-quiz-1.png and b/reference_test_screenshots/quiz_test/Chrome/custom-quiz-1.png differ diff --git a/reference_test_screenshots/quiz_test/Chrome/custom-quiz-11q-1.png b/reference_test_screenshots/quiz_test/Chrome/custom-quiz-11q-1.png index 1a76f02f6..2dedac0ad 100644 Binary files a/reference_test_screenshots/quiz_test/Chrome/custom-quiz-11q-1.png and b/reference_test_screenshots/quiz_test/Chrome/custom-quiz-11q-1.png differ diff --git a/reference_test_screenshots/quiz_test/Chrome/custom-quiz-11q-2.png b/reference_test_screenshots/quiz_test/Chrome/custom-quiz-11q-2.png index 826a1cc6c..031d14406 100644 Binary files a/reference_test_screenshots/quiz_test/Chrome/custom-quiz-11q-2.png and b/reference_test_screenshots/quiz_test/Chrome/custom-quiz-11q-2.png differ diff --git a/reference_test_screenshots/quiz_test/Chrome/custom-quiz-11q-3.png b/reference_test_screenshots/quiz_test/Chrome/custom-quiz-11q-3.png index ad240cf5c..4c7b47dd0 100644 Binary files a/reference_test_screenshots/quiz_test/Chrome/custom-quiz-11q-3.png and b/reference_test_screenshots/quiz_test/Chrome/custom-quiz-11q-3.png differ diff --git a/reference_test_screenshots/quiz_test/Chrome/custom-quiz-2.png b/reference_test_screenshots/quiz_test/Chrome/custom-quiz-2.png index ad6259e95..c0a67f293 100644 Binary files a/reference_test_screenshots/quiz_test/Chrome/custom-quiz-2.png and b/reference_test_screenshots/quiz_test/Chrome/custom-quiz-2.png differ diff --git a/reference_test_screenshots/quiz_test/Chrome/custom-quiz-3q-1.png b/reference_test_screenshots/quiz_test/Chrome/custom-quiz-3q-1.png index a838d9cd0..1d73bfb24 100644 Binary files a/reference_test_screenshots/quiz_test/Chrome/custom-quiz-3q-1.png and b/reference_test_screenshots/quiz_test/Chrome/custom-quiz-3q-1.png differ diff --git a/reference_test_screenshots/quiz_test/Chrome/custom-quiz-3q-2.png b/reference_test_screenshots/quiz_test/Chrome/custom-quiz-3q-2.png index cfd7679dc..ca0268339 100644 Binary files a/reference_test_screenshots/quiz_test/Chrome/custom-quiz-3q-2.png and b/reference_test_screenshots/quiz_test/Chrome/custom-quiz-3q-2.png differ diff --git a/reference_test_screenshots/quiz_test/Chrome/custom-quiz-3q-3.png b/reference_test_screenshots/quiz_test/Chrome/custom-quiz-3q-3.png index 7a7d4cfcd..09013b7b4 100644 Binary files a/reference_test_screenshots/quiz_test/Chrome/custom-quiz-3q-3.png and b/reference_test_screenshots/quiz_test/Chrome/custom-quiz-3q-3.png differ diff --git a/reference_test_screenshots/quiz_test/Chrome/quiz results go to compare pages-1.png b/reference_test_screenshots/quiz_test/Chrome/quiz results go to compare pages-1.png index c0760ecd5..c6f3ff1d6 100644 Binary files a/reference_test_screenshots/quiz_test/Chrome/quiz results go to compare pages-1.png and b/reference_test_screenshots/quiz_test/Chrome/quiz results go to compare pages-1.png differ diff --git a/reference_test_screenshots/quiz_test/Chrome/quiz results go to compare pages-2.png b/reference_test_screenshots/quiz_test/Chrome/quiz results go to compare pages-2.png index 9931be0f8..a96d13dcd 100644 Binary files a/reference_test_screenshots/quiz_test/Chrome/quiz results go to compare pages-2.png and b/reference_test_screenshots/quiz_test/Chrome/quiz results go to compare pages-2.png differ diff --git a/reference_test_screenshots/quiz_test/Chrome/quiz-auth-failure-1.png b/reference_test_screenshots/quiz_test/Chrome/quiz-auth-failure-1.png index 0648911dd..50d074e09 100644 Binary files a/reference_test_screenshots/quiz_test/Chrome/quiz-auth-failure-1.png and b/reference_test_screenshots/quiz_test/Chrome/quiz-auth-failure-1.png differ diff --git a/reference_test_screenshots/quiz_test/Chrome/quiz-clickthrough-test-1.png b/reference_test_screenshots/quiz_test/Chrome/quiz-clickthrough-test-1.png index 64bf56d3c..50faa29ce 100644 Binary files a/reference_test_screenshots/quiz_test/Chrome/quiz-clickthrough-test-1.png and b/reference_test_screenshots/quiz_test/Chrome/quiz-clickthrough-test-1.png differ diff --git a/reference_test_screenshots/quiz_test/Chrome/quiz-clickthrough-test-2.png b/reference_test_screenshots/quiz_test/Chrome/quiz-clickthrough-test-2.png index 44939ea85..c0ba2bf33 100644 Binary files a/reference_test_screenshots/quiz_test/Chrome/quiz-clickthrough-test-2.png and b/reference_test_screenshots/quiz_test/Chrome/quiz-clickthrough-test-2.png differ diff --git a/reference_test_screenshots/quiz_test/Chrome/quiz-clickthrough-test-3.png b/reference_test_screenshots/quiz_test/Chrome/quiz-clickthrough-test-3.png index 93c42d5fd..4a8bce12e 100644 Binary files a/reference_test_screenshots/quiz_test/Chrome/quiz-clickthrough-test-3.png and b/reference_test_screenshots/quiz_test/Chrome/quiz-clickthrough-test-3.png differ diff --git a/reference_test_screenshots/quiz_test/Chrome/quiz-clickthrough-test-4.png b/reference_test_screenshots/quiz_test/Chrome/quiz-clickthrough-test-4.png index 61578699f..6edb72d89 100644 Binary files a/reference_test_screenshots/quiz_test/Chrome/quiz-clickthrough-test-4.png and b/reference_test_screenshots/quiz_test/Chrome/quiz-clickthrough-test-4.png differ diff --git a/reference_test_screenshots/quiz_test/Chrome/quiz-clickthrough-test-5.png b/reference_test_screenshots/quiz_test/Chrome/quiz-clickthrough-test-5.png index 2d2920c31..0d2446ff6 100644 Binary files a/reference_test_screenshots/quiz_test/Chrome/quiz-clickthrough-test-5.png and b/reference_test_screenshots/quiz_test/Chrome/quiz-clickthrough-test-5.png differ diff --git a/reference_test_screenshots/quiz_test/Chrome/quiz-percentage-correct-1.png b/reference_test_screenshots/quiz_test/Chrome/quiz-percentage-correct-1.png index 7b3edce58..343af0d61 100644 Binary files a/reference_test_screenshots/quiz_test/Chrome/quiz-percentage-correct-1.png and b/reference_test_screenshots/quiz_test/Chrome/quiz-percentage-correct-1.png differ diff --git a/reference_test_screenshots/quiz_test/Chrome/quiz-percentage-correct-2.png b/reference_test_screenshots/quiz_test/Chrome/quiz-percentage-correct-2.png index a044a0a27..13eec2eff 100644 Binary files a/reference_test_screenshots/quiz_test/Chrome/quiz-percentage-correct-2.png and b/reference_test_screenshots/quiz_test/Chrome/quiz-percentage-correct-2.png differ diff --git a/reference_test_screenshots/quiz_test/Chrome/quiz-results-test-1.png b/reference_test_screenshots/quiz_test/Chrome/quiz-results-test-1.png index efc6409ef..4d0ea2d3d 100644 Binary files a/reference_test_screenshots/quiz_test/Chrome/quiz-results-test-1.png and b/reference_test_screenshots/quiz_test/Chrome/quiz-results-test-1.png differ diff --git a/reference_test_screenshots/quiz_test/Chrome/several-quiz-results-test-1.png b/reference_test_screenshots/quiz_test/Chrome/several-quiz-results-test-1.png index 6f5cc2318..5c4127a83 100644 Binary files a/reference_test_screenshots/quiz_test/Chrome/several-quiz-results-test-1.png and b/reference_test_screenshots/quiz_test/Chrome/several-quiz-results-test-1.png differ diff --git a/reference_test_screenshots/search_test/Chrome/search-test-1.png b/reference_test_screenshots/search_test/Chrome/search-test-1.png index a19f6697b..6b12a1a22 100644 Binary files a/reference_test_screenshots/search_test/Chrome/search-test-1.png and b/reference_test_screenshots/search_test/Chrome/search-test-1.png differ diff --git a/reference_test_screenshots/search_test/Chrome/search-test-arrows-1.png b/reference_test_screenshots/search_test/Chrome/search-test-arrows-1.png index 4b915f6ec..ddad246ff 100644 Binary files a/reference_test_screenshots/search_test/Chrome/search-test-arrows-1.png and b/reference_test_screenshots/search_test/Chrome/search-test-arrows-1.png differ diff --git a/reference_test_screenshots/search_test/Chrome/search-test-different-first-char-1.png b/reference_test_screenshots/search_test/Chrome/search-test-different-first-char-1.png index d4ed1d685..b12223c97 100644 Binary files a/reference_test_screenshots/search_test/Chrome/search-test-different-first-char-1.png and b/reference_test_screenshots/search_test/Chrome/search-test-different-first-char-1.png differ diff --git a/reference_test_screenshots/search_test/Chrome/search-test-with-extra-char-1.png b/reference_test_screenshots/search_test/Chrome/search-test-with-extra-char-1.png index 04344bdad..c4f3f90f4 100644 Binary files a/reference_test_screenshots/search_test/Chrome/search-test-with-extra-char-1.png and b/reference_test_screenshots/search_test/Chrome/search-test-with-extra-char-1.png differ diff --git a/reference_test_screenshots/search_test/Chrome/search-test-with-special-chars-1.png b/reference_test_screenshots/search_test/Chrome/search-test-with-special-chars-1.png index 9384d5085..aa490d2fd 100644 Binary files a/reference_test_screenshots/search_test/Chrome/search-test-with-special-chars-1.png and b/reference_test_screenshots/search_test/Chrome/search-test-with-special-chars-1.png differ diff --git a/reference_test_screenshots/settings_test/Chrome/check-settings-loaded-1.png b/reference_test_screenshots/settings_test/Chrome/check-settings-loaded-1.png index b632155ff..c2e631587 100644 Binary files a/reference_test_screenshots/settings_test/Chrome/check-settings-loaded-1.png and b/reference_test_screenshots/settings_test/Chrome/check-settings-loaded-1.png differ diff --git a/reference_test_screenshots/settings_test/Chrome/check-settings-loaded-desktop-1.png b/reference_test_screenshots/settings_test/Chrome/check-settings-loaded-desktop-1.png index b632155ff..c2e631587 100644 Binary files a/reference_test_screenshots/settings_test/Chrome/check-settings-loaded-desktop-1.png and b/reference_test_screenshots/settings_test/Chrome/check-settings-loaded-desktop-1.png differ diff --git a/reference_test_screenshots/statistics_test/Chrome/displays without error-1.png b/reference_test_screenshots/statistics_test/Chrome/displays without error-1.png index aa32203fa..b8a034778 100644 Binary files a/reference_test_screenshots/statistics_test/Chrome/displays without error-1.png and b/reference_test_screenshots/statistics_test/Chrome/displays without error-1.png differ diff --git a/reference_test_screenshots/statistics_test/Chrome/statistic-universe-selector-test-1.png b/reference_test_screenshots/statistics_test/Chrome/statistic-universe-selector-test-1.png index 323022494..4367e4b13 100644 Binary files a/reference_test_screenshots/statistics_test/Chrome/statistic-universe-selector-test-1.png and b/reference_test_screenshots/statistics_test/Chrome/statistic-universe-selector-test-1.png differ diff --git a/reference_test_screenshots/statistics_test/Chrome/statistic-universe-selector-test-2.png b/reference_test_screenshots/statistics_test/Chrome/statistic-universe-selector-test-2.png index bee0b71c7..af0ddff7b 100644 Binary files a/reference_test_screenshots/statistics_test/Chrome/statistic-universe-selector-test-2.png and b/reference_test_screenshots/statistics_test/Chrome/statistic-universe-selector-test-2.png differ diff --git a/reference_test_screenshots/statistics_test/Chrome/statistics-navigation-amount-1.png b/reference_test_screenshots/statistics_test/Chrome/statistics-navigation-amount-1.png index c83302a34..387264bcc 100644 Binary files a/reference_test_screenshots/statistics_test/Chrome/statistics-navigation-amount-1.png and b/reference_test_screenshots/statistics_test/Chrome/statistics-navigation-amount-1.png differ diff --git a/reference_test_screenshots/statistics_test/Chrome/statistics-navigation-amount-2.png b/reference_test_screenshots/statistics_test/Chrome/statistics-navigation-amount-2.png index 1be52559a..5e4af844a 100644 Binary files a/reference_test_screenshots/statistics_test/Chrome/statistics-navigation-amount-2.png and b/reference_test_screenshots/statistics_test/Chrome/statistics-navigation-amount-2.png differ diff --git a/reference_test_screenshots/statistics_test/Chrome/statistics-navigation-last-page-1.png b/reference_test_screenshots/statistics_test/Chrome/statistics-navigation-last-page-1.png index 28e847350..fb5361c7f 100644 Binary files a/reference_test_screenshots/statistics_test/Chrome/statistics-navigation-last-page-1.png and b/reference_test_screenshots/statistics_test/Chrome/statistics-navigation-last-page-1.png differ diff --git a/reference_test_screenshots/statistics_test/Chrome/statistics-page-1.png b/reference_test_screenshots/statistics_test/Chrome/statistics-page-1.png index b426035f2..5aee5a311 100644 Binary files a/reference_test_screenshots/statistics_test/Chrome/statistics-page-1.png and b/reference_test_screenshots/statistics_test/Chrome/statistics-page-1.png differ diff --git a/reference_test_screenshots/statistics_test/Chrome/universe search field-1.png b/reference_test_screenshots/statistics_test/Chrome/universe search field-1.png index 763550328..988954d14 100644 Binary files a/reference_test_screenshots/statistics_test/Chrome/universe search field-1.png and b/reference_test_screenshots/statistics_test/Chrome/universe search field-1.png differ diff --git a/reference_test_screenshots/stats_tree_desktop_test/Chrome/indeterminate-cycle-collapsed-1.png b/reference_test_screenshots/stats_tree_desktop_test/Chrome/indeterminate-cycle-collapsed-1.png index 7a7853e2b..ed680995b 100644 Binary files a/reference_test_screenshots/stats_tree_desktop_test/Chrome/indeterminate-cycle-collapsed-1.png and b/reference_test_screenshots/stats_tree_desktop_test/Chrome/indeterminate-cycle-collapsed-1.png differ diff --git a/reference_test_screenshots/stats_tree_desktop_test/Chrome/indeterminate-cycle-expanded-1.png b/reference_test_screenshots/stats_tree_desktop_test/Chrome/indeterminate-cycle-expanded-1.png index 0c3b87653..69e63ee87 100644 Binary files a/reference_test_screenshots/stats_tree_desktop_test/Chrome/indeterminate-cycle-expanded-1.png and b/reference_test_screenshots/stats_tree_desktop_test/Chrome/indeterminate-cycle-expanded-1.png differ diff --git a/reference_test_screenshots/stats_tree_desktop_test/Chrome/main-expand-appearance-1.png b/reference_test_screenshots/stats_tree_desktop_test/Chrome/main-expand-appearance-1.png index cf526c651..6933724c1 100644 Binary files a/reference_test_screenshots/stats_tree_desktop_test/Chrome/main-expand-appearance-1.png and b/reference_test_screenshots/stats_tree_desktop_test/Chrome/main-expand-appearance-1.png differ diff --git a/reference_test_screenshots/stats_tree_desktop_test/Chrome/missing-partial-year-data-1.png b/reference_test_screenshots/stats_tree_desktop_test/Chrome/missing-partial-year-data-1.png index 5405506bb..82be16b3f 100644 Binary files a/reference_test_screenshots/stats_tree_desktop_test/Chrome/missing-partial-year-data-1.png and b/reference_test_screenshots/stats_tree_desktop_test/Chrome/missing-partial-year-data-1.png differ diff --git a/reference_test_screenshots/stats_tree_desktop_test/Chrome/missing-year-data-1.png b/reference_test_screenshots/stats_tree_desktop_test/Chrome/missing-year-data-1.png index fecfc2f42..a4c8fa77a 100644 Binary files a/reference_test_screenshots/stats_tree_desktop_test/Chrome/missing-year-data-1.png and b/reference_test_screenshots/stats_tree_desktop_test/Chrome/missing-year-data-1.png differ diff --git a/reference_test_screenshots/stats_tree_desktop_test/Chrome/no-years-selected-1.png b/reference_test_screenshots/stats_tree_desktop_test/Chrome/no-years-selected-1.png index df8669869..8957e00bd 100644 Binary files a/reference_test_screenshots/stats_tree_desktop_test/Chrome/no-years-selected-1.png and b/reference_test_screenshots/stats_tree_desktop_test/Chrome/no-years-selected-1.png differ diff --git a/reference_test_screenshots/stats_tree_desktop_test/Chrome/search-smoke-1.png b/reference_test_screenshots/stats_tree_desktop_test/Chrome/search-smoke-1.png index 1d924779e..aea38b8aa 100644 Binary files a/reference_test_screenshots/stats_tree_desktop_test/Chrome/search-smoke-1.png and b/reference_test_screenshots/stats_tree_desktop_test/Chrome/search-smoke-1.png differ diff --git a/reference_test_screenshots/stats_tree_desktop_test/Chrome/search-smoke-2.png b/reference_test_screenshots/stats_tree_desktop_test/Chrome/search-smoke-2.png index 2f71b67ed..f7c07c378 100644 Binary files a/reference_test_screenshots/stats_tree_desktop_test/Chrome/search-smoke-2.png and b/reference_test_screenshots/stats_tree_desktop_test/Chrome/search-smoke-2.png differ diff --git a/reference_test_screenshots/stats_tree_desktop_test/Chrome/switch-universe-indeterminate-1.png b/reference_test_screenshots/stats_tree_desktop_test/Chrome/switch-universe-indeterminate-1.png index 048767dbf..98056d00a 100644 Binary files a/reference_test_screenshots/stats_tree_desktop_test/Chrome/switch-universe-indeterminate-1.png and b/reference_test_screenshots/stats_tree_desktop_test/Chrome/switch-universe-indeterminate-1.png differ diff --git a/reference_test_screenshots/stats_tree_desktop_test/Chrome/uncheck-all-categories-1.png b/reference_test_screenshots/stats_tree_desktop_test/Chrome/uncheck-all-categories-1.png index d8cdb5f4f..577251740 100644 Binary files a/reference_test_screenshots/stats_tree_desktop_test/Chrome/uncheck-all-categories-1.png and b/reference_test_screenshots/stats_tree_desktop_test/Chrome/uncheck-all-categories-1.png differ diff --git a/reference_test_screenshots/stats_tree_desktop_test/Chrome/year-2010-1.png b/reference_test_screenshots/stats_tree_desktop_test/Chrome/year-2010-1.png index bef704fb6..7b5bf0ba5 100644 Binary files a/reference_test_screenshots/stats_tree_desktop_test/Chrome/year-2010-1.png and b/reference_test_screenshots/stats_tree_desktop_test/Chrome/year-2010-1.png differ diff --git a/reference_test_screenshots/stats_tree_mobile_test/Chrome/indeterminate-cycle-collapsed-1.png b/reference_test_screenshots/stats_tree_mobile_test/Chrome/indeterminate-cycle-collapsed-1.png index cccf4fce2..088d20145 100644 Binary files a/reference_test_screenshots/stats_tree_mobile_test/Chrome/indeterminate-cycle-collapsed-1.png and b/reference_test_screenshots/stats_tree_mobile_test/Chrome/indeterminate-cycle-collapsed-1.png differ diff --git a/reference_test_screenshots/stats_tree_mobile_test/Chrome/indeterminate-cycle-expanded-1.png b/reference_test_screenshots/stats_tree_mobile_test/Chrome/indeterminate-cycle-expanded-1.png index c1b8f1943..e8c18fd2f 100644 Binary files a/reference_test_screenshots/stats_tree_mobile_test/Chrome/indeterminate-cycle-expanded-1.png and b/reference_test_screenshots/stats_tree_mobile_test/Chrome/indeterminate-cycle-expanded-1.png differ diff --git a/reference_test_screenshots/stats_tree_mobile_test/Chrome/main-expand-appearance-1.png b/reference_test_screenshots/stats_tree_mobile_test/Chrome/main-expand-appearance-1.png index ae96051a9..2a946e434 100644 Binary files a/reference_test_screenshots/stats_tree_mobile_test/Chrome/main-expand-appearance-1.png and b/reference_test_screenshots/stats_tree_mobile_test/Chrome/main-expand-appearance-1.png differ diff --git a/reference_test_screenshots/stats_tree_mobile_test/Chrome/search-smoke-1.png b/reference_test_screenshots/stats_tree_mobile_test/Chrome/search-smoke-1.png index 594a6de21..206d1c752 100644 Binary files a/reference_test_screenshots/stats_tree_mobile_test/Chrome/search-smoke-1.png and b/reference_test_screenshots/stats_tree_mobile_test/Chrome/search-smoke-1.png differ diff --git a/reference_test_screenshots/stats_tree_mobile_test/Chrome/search-smoke-2.png b/reference_test_screenshots/stats_tree_mobile_test/Chrome/search-smoke-2.png index daf07411f..a68c706f7 100644 Binary files a/reference_test_screenshots/stats_tree_mobile_test/Chrome/search-smoke-2.png and b/reference_test_screenshots/stats_tree_mobile_test/Chrome/search-smoke-2.png differ diff --git a/reference_test_screenshots/stats_tree_mobile_test/Chrome/switch-universe-indeterminate-1.png b/reference_test_screenshots/stats_tree_mobile_test/Chrome/switch-universe-indeterminate-1.png index 048767dbf..98056d00a 100644 Binary files a/reference_test_screenshots/stats_tree_mobile_test/Chrome/switch-universe-indeterminate-1.png and b/reference_test_screenshots/stats_tree_mobile_test/Chrome/switch-universe-indeterminate-1.png differ diff --git a/reference_test_screenshots/stats_tree_mobile_test/Chrome/switch-universe-indeterminate-2.png b/reference_test_screenshots/stats_tree_mobile_test/Chrome/switch-universe-indeterminate-2.png index 4ebec1ee2..39d3b6b9e 100644 Binary files a/reference_test_screenshots/stats_tree_mobile_test/Chrome/switch-universe-indeterminate-2.png and b/reference_test_screenshots/stats_tree_mobile_test/Chrome/switch-universe-indeterminate-2.png differ diff --git a/reference_test_screenshots/stats_tree_mobile_test/Chrome/year-2010-1.png b/reference_test_screenshots/stats_tree_mobile_test/Chrome/year-2010-1.png index d09b390bc..ecd5bdb79 100644 Binary files a/reference_test_screenshots/stats_tree_mobile_test/Chrome/year-2010-1.png and b/reference_test_screenshots/stats_tree_mobile_test/Chrome/year-2010-1.png differ diff --git a/reference_test_screenshots/symlink_test/Chrome/5mpc-1.png b/reference_test_screenshots/symlink_test/Chrome/5mpc-1.png index fcde0888b..71254850e 100644 Binary files a/reference_test_screenshots/symlink_test/Chrome/5mpc-1.png and b/reference_test_screenshots/symlink_test/Chrome/5mpc-1.png differ diff --git a/reference_test_screenshots/symlink_test/Chrome/comparison-1.png b/reference_test_screenshots/symlink_test/Chrome/comparison-1.png index f713edf46..e770a2ffc 100644 Binary files a/reference_test_screenshots/symlink_test/Chrome/comparison-1.png and b/reference_test_screenshots/symlink_test/Chrome/comparison-1.png differ diff --git a/reference_test_screenshots/symlink_test/Chrome/fixed-subnationals-1-1.png b/reference_test_screenshots/symlink_test/Chrome/fixed-subnationals-1-1.png index 027126205..459196249 100644 Binary files a/reference_test_screenshots/symlink_test/Chrome/fixed-subnationals-1-1.png and b/reference_test_screenshots/symlink_test/Chrome/fixed-subnationals-1-1.png differ diff --git a/reference_test_screenshots/symlink_test/Chrome/fixed-subnationals-2-1.png b/reference_test_screenshots/symlink_test/Chrome/fixed-subnationals-2-1.png index 9c0083412..b724541e5 100644 Binary files a/reference_test_screenshots/symlink_test/Chrome/fixed-subnationals-2-1.png and b/reference_test_screenshots/symlink_test/Chrome/fixed-subnationals-2-1.png differ diff --git a/reference_test_screenshots/symlink_test/Chrome/fixed-subnationals-3-1.png b/reference_test_screenshots/symlink_test/Chrome/fixed-subnationals-3-1.png index 6d076d369..e87a0c239 100644 Binary files a/reference_test_screenshots/symlink_test/Chrome/fixed-subnationals-3-1.png and b/reference_test_screenshots/symlink_test/Chrome/fixed-subnationals-3-1.png differ diff --git a/reference_test_screenshots/symlink_test/Chrome/national-1.png b/reference_test_screenshots/symlink_test/Chrome/national-1.png index 01fe09442..26c84d6e5 100644 Binary files a/reference_test_screenshots/symlink_test/Chrome/national-1.png and b/reference_test_screenshots/symlink_test/Chrome/national-1.png differ diff --git a/reference_test_screenshots/symlink_test/Chrome/subnational-1.png b/reference_test_screenshots/symlink_test/Chrome/subnational-1.png index d62c9d0e0..95064aa01 100644 Binary files a/reference_test_screenshots/symlink_test/Chrome/subnational-1.png and b/reference_test_screenshots/symlink_test/Chrome/subnational-1.png differ diff --git a/reference_test_screenshots/symlink_test/Chrome/urban center-1.png b/reference_test_screenshots/symlink_test/Chrome/urban center-1.png index 6af6631c1..29586508f 100644 Binary files a/reference_test_screenshots/symlink_test/Chrome/urban center-1.png and b/reference_test_screenshots/symlink_test/Chrome/urban center-1.png differ diff --git a/reference_test_screenshots/symlink_test/Chrome/usa-comparison-1.png b/reference_test_screenshots/symlink_test/Chrome/usa-comparison-1.png index 8d0eddc98..35663780b 100644 Binary files a/reference_test_screenshots/symlink_test/Chrome/usa-comparison-1.png and b/reference_test_screenshots/symlink_test/Chrome/usa-comparison-1.png differ diff --git a/reference_test_screenshots/symlink_test/Chrome/usa-test-1.png b/reference_test_screenshots/symlink_test/Chrome/usa-test-1.png index aa8d0b813..5094b0bb4 100644 Binary files a/reference_test_screenshots/symlink_test/Chrome/usa-test-1.png and b/reference_test_screenshots/symlink_test/Chrome/usa-test-1.png differ diff --git a/urbanstats/website_data/sitemap.py b/urbanstats/website_data/sitemap.py index 0ed6e3b69..70c4bc143 100644 --- a/urbanstats/website_data/sitemap.py +++ b/urbanstats/website_data/sitemap.py @@ -50,6 +50,7 @@ def top_level_pages(): "https://urbanstats.org/random.html?sampleby=population&us_only=true", "https://urbanstats.org/quiz.html", "https://urbanstats.org/quiz.html#mode=retro", + "https://urbanstats.org/quiz.html#mode=infinite", ]