X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=blobdiff_plain;f=LayoutTests%2Ffast%2Fdom%2Fshadow%2Fget-element-by-id-in-shadow-root-expected.txt;h=a37448dd9feefc37936fed3e15adb20a8ae45c6e;hp=9ad3b1b7dbf6dc4bddf871cd7cd63de87a43fba9;hb=8a0cc8aa07ef2f8288509e7929782bcda209f775;hpb=babfbc66aaf47be4c6800ddf772da64c92400a8d;ds=sidebyside diff --git a/LayoutTests/fast/dom/shadow/get-element-by-id-in-shadow-root-expected.txt b/LayoutTests/fast/dom/shadow/get-element-by-id-in-shadow-root-expected.txt index 9ad3b1b7dbf6..a37448dd9fee 100644 --- a/LayoutTests/fast/dom/shadow/get-element-by-id-in-shadow-root-expected.txt +++ b/LayoutTests/fast/dom/shadow/get-element-by-id-in-shadow-root-expected.txt @@ -1,11 +1,13 @@ -Tests to ensure that internals.getElementByIdInTreeScope can get an element in TreeScope by its id. Can only run within DRT +Tests to ensure that internals.getElementByIdInShadowRoot can get an element in ShadowRoot by its id. Can only run within DRT On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". -PASS getElementInShadow('divA/inputB').id is "inputB" -PASS getElementInShadow('divA/divC').id is "divC" -PASS getElementInShadow('divA/divC/inputD').id is "inputD" +PASS getNodeInShadowTreeStack('divA/inputB').id is "inputB" +PASS getNodeInShadowTreeStack('divA/divC').id is "divC" +PASS getNodeInShadowTreeStack('divA/divC/inputD').id is "inputD" +PASS getNodeInShadowTreeStack('divA/divC//inputE').id is "inputE" +PASS getNodeInShadowTreeStack('divA/divC///inputF').id is "inputF" PASS successfullyParsed is true TEST COMPLETE