mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 22:32:46 +00:00
Bug 1237886 - Move testLotsOfAttributes up with other inspectorIcon assertions to prevent connection from closing;r=me
--HG-- extra : commitid : 3S7ItEtv3qP
This commit is contained in:
parent
a7cbba863e
commit
00e5805584
@ -73,6 +73,15 @@ var inputTests = [
|
||||
inspectorIcon: true
|
||||
},
|
||||
|
||||
{
|
||||
input: "testLotsOfAttributes()",
|
||||
output: '<p n="" m="" l="" k="" j="" i="" h="" g="" f="" e="" d="" c="" b="" a="" id="lots-of-attributes">',
|
||||
printOutput: "[object HTMLParagraphElement]",
|
||||
inspectable: true,
|
||||
noClick: true,
|
||||
inspectorIcon: true
|
||||
},
|
||||
|
||||
{
|
||||
input: "testDocumentFragment()",
|
||||
output: "DocumentFragment [ <span.foo>, <div#fragdiv> ]",
|
||||
@ -99,15 +108,6 @@ var inputTests = [
|
||||
noClick: true,
|
||||
inspectorIcon: false
|
||||
},
|
||||
|
||||
{
|
||||
input: "testLotsOfAttributes()",
|
||||
output: '<p n="" m="" l="" k="" j="" i="" h="" g="" f="" e="" d="" c="" b="" a="" id="lots-of-attributes">',
|
||||
printOutput: "[object HTMLParagraphElement]",
|
||||
inspectable: true,
|
||||
noClick: true,
|
||||
inspectorIcon: true
|
||||
}
|
||||
];
|
||||
|
||||
function test() {
|
||||
|
Loading…
Reference in New Issue
Block a user