mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-17 22:32:51 +00:00
Bug 1500416 - Fixup to avoid triggering the trailing commas lint on a CLOSED TREE.
This commit is contained in:
parent
b75ea7ded2
commit
93668f7672
@ -103,7 +103,7 @@
|
||||
// Test for bug 1500416.
|
||||
function displayContentsInsertion() {
|
||||
this.eventSeq = [
|
||||
new invokerChecker(EVENT_REORDER, "c4")
|
||||
new invokerChecker(EVENT_REORDER, "c4"),
|
||||
];
|
||||
|
||||
this.invoke = function displayContentsInsertion_invoke() {
|
||||
@ -122,8 +122,8 @@
|
||||
{ LIST: [
|
||||
{ LISTITEM: [
|
||||
{ STATICTEXT: [] },
|
||||
{ TEXT_LEAF: [] }
|
||||
] }
|
||||
{ TEXT_LEAF: [] },
|
||||
] },
|
||||
] },
|
||||
] };
|
||||
testAccessibleTree("c4", accTree);
|
||||
|
Loading…
x
Reference in New Issue
Block a user