1 Tests to ensure that internals.getElementByIdInShadowRoot can get an element in ShadowRoot by its id. Can only run within DRT
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS getElementInShadowTreeStack('divA/inputB').id is "inputB"
7 PASS getElementInShadowTreeStack('divA/divC').id is "divC"
8 PASS getElementInShadowTreeStack('divA/divC/inputD').id is "inputD"
9 PASS getElementInShadowTreeStack('divA/divC//inputE').id is "inputE"
10 PASS getElementInShadowTreeStack('divA/divC///inputF').id is "inputF"
11 PASS successfullyParsed is true