//var chx = this.getChildAt(0)
//var chy = this.getChildAt(1)
//var chz = this.getChildAt(2)
//this.numChildren
3
//this.addChildAt(chy, 1)
//chx === this.getChildAt(0)
true
//chy === this.getChildAt(1)
true
//chz === this.getChildAt(2)
true
//this.numChildren
3
//Removed symbol "chy" in timeline
//chx === this.getChildAt(0)
true
//chy === this.getChildAt(1)
true
//chz === this.getChildAt(2)
true
//this.numChildren
3
//Inserted "chy"'s symbol at same depth in timeline
//chx === this.getChildAt(0)
true
//chy === this.getChildAt(1)
true
//chy === this.getChildAt(2)
false
//chz === this.getChildAt(3)
true
//this.numChildren
4
