mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-19 19:03:07 +09:00
104442 - Part 2: Add a testcase for devtools and note.
This commit is contained in:
parent
006b0f5d17
commit
9d09cfdde9
1 changed files with 18 additions and 0 deletions
|
|
@ -112,6 +112,24 @@ function doPageErrors()
|
|||
warning: true,
|
||||
exception: false,
|
||||
},
|
||||
"let a, a;": {
|
||||
errorMessage: /redeclaration of/,
|
||||
errorMessageName: "JSMSG_REDECLARED_VAR",
|
||||
sourceName: /test_page_errors/,
|
||||
category: "chrome javascript",
|
||||
timeStamp: /^\d+$/,
|
||||
error: false,
|
||||
warning: false,
|
||||
exception: true,
|
||||
notes: [
|
||||
{
|
||||
messageBody: /Previously declared at line/,
|
||||
frame: {
|
||||
source: /test_page_errors/,
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
};
|
||||
|
||||
let container = document.createElement("script");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue