- a/LayoutTests/accessibility/dynamic-text-expected.txt -1 / +1 lines
Lines 33-36 PASS: accessibilityController.accessibleElementById('textarea').stringValue.incl a/LayoutTests/accessibility/dynamic-text-expected.txt_sec1
33
PASS successfullyParsed is true
33
PASS successfullyParsed is true
34
34
35
TEST COMPLETE
35
TEST COMPLETE
36
Changed static textChanged button text Changed label text
36
Changed static textFinal button text Changed label text
- a/LayoutTests/accessibility/dynamic-text.html +3 lines
Lines 67-72 if (window.accessibilityController) { a/LayoutTests/accessibility/dynamic-text.html_sec1
67
        document.getElementById("textarea").firstChild.nodeValue = "Changed textarea text";
67
        document.getElementById("textarea").firstChild.nodeValue = "Changed textarea text";
68
        output += await expectAsync("accessibilityController.accessibleElementById('textarea').stringValue.includes('Changed textarea text')", "true");
68
        output += await expectAsync("accessibilityController.accessibleElementById('textarea').stringValue.includes('Changed textarea text')", "true");
69
69
70
        document.getElementById("button").firstChild.nodeValue = "Final button text";
71
        await waitFor(() => textAlternatives("button").includes("Final button text"));
72
70
        debug(output);
73
        debug(output);
71
        finishJSTest();
74
        finishJSTest();
72
    }, 0);
75
    }, 0);
- a/LayoutTests/platform/glib/accessibility/dynamic-text-expected.txt -1 / +1 lines
Lines 26-29 PASS: accessibilityController.accessibleElementById('textarea').stringValue.incl a/LayoutTests/platform/glib/accessibility/dynamic-text-expected.txt_sec1
26
PASS successfullyParsed is true
26
PASS successfullyParsed is true
27
27
28
TEST COMPLETE
28
TEST COMPLETE
29
Changed static textChanged button text Changed label text
29
Changed static textFinal button text Changed label text
- a/LayoutTests/platform/ios/accessibility/dynamic-text-expected.txt -1 / +1 lines
Lines 19-22 PASS: accessibilityController.accessibleElementById('textarea').stringValue.incl a/LayoutTests/platform/ios/accessibility/dynamic-text-expected.txt_sec1
19
PASS successfullyParsed is true
19
PASS successfullyParsed is true
20
20
21
TEST COMPLETE
21
TEST COMPLETE
22
Initial static text Changed button text Changed label text
22
Initial static text Final button text Changed label text

Return to Bug 272781