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:
Brian Grinstead 2016-01-11 13:00:26 -08:00
parent a7cbba863e
commit 00e5805584

View File

@ -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() {