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