test: move some fixtures from spec/ to spec-main/ (#21403)
This commit is contained in:
parent
8a92b65fd3
commit
768a6ace1b
44 changed files with 27 additions and 32 deletions
|
@ -1,14 +0,0 @@
|
|||
{
|
||||
"name": "document-start",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"content_scripts": [
|
||||
{
|
||||
"matches": ["<all_urls>"],
|
||||
"js": ["start.js"],
|
||||
"run_at": "document_start"
|
||||
}
|
||||
],
|
||||
"manifest_version": 2
|
||||
}
|
||||
|
|
@ -1 +0,0 @@
|
|||
document.documentElement.style.backgroundColor = 'red'
|
Loading…
Add table
Add a link
Reference in a new issue