diff --git a/lighthouse-cli/test/fixtures/perf/perf-budgets/load-things.html b/lighthouse-cli/test/fixtures/perf/perf-budgets/load-things.html
index a0cca3060870..26cb786fb21b 100644
--- a/lighthouse-cli/test/fixtures/perf/perf-budgets/load-things.html
+++ b/lighthouse-cli/test/fixtures/perf/perf-budgets/load-things.html
@@ -30,7 +30,7 @@
// Load file as 'other' resource.
const response = await fetch('http://localhost:10503/preload.html');
const ab = await response.arrayBuffer();
- document.querySelector('#corsfont').textContent = ab.length;
+ document.querySelector('.fetch-length').textContent = ab.byteLength;
}
yah();
@@ -40,7 +40,7 @@
Ripping off some webfont smoke tests
Do we need such text
- +