summaryrefslogtreecommitdiffstats
path: root/devtools/client/aboutdebugging/test/browser/resources/test-temporary-extension/script.js
blob: 02d5604c3abc8b57505032df07b52ac223bf350d (plain)
1
2
3
4
5
6
7
8
/* Any copyright is dedicated to the Public Domain.
 http://creativecommons.org/publicdomain/zero/1.0/ */

/* eslint-env browser */

"use strict";

document.body.innerText = "Background Page Body Test Content";