Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(50)

Unified Diff: LayoutTests/accessibility/link-inside-button-accessible-text-expected.txt

Issue 829473004: When ARIA button contains a link, label text is ignored (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/accessibility/link-inside-button-accessible-text-expected.txt
diff --git a/LayoutTests/ietestcenter/Javascript/15.4.4.14-7-5-expected.txt b/LayoutTests/accessibility/link-inside-button-accessible-text-expected.txt
similarity index 55%
copy from LayoutTests/ietestcenter/Javascript/15.4.4.14-7-5-expected.txt
copy to LayoutTests/accessibility/link-inside-button-accessible-text-expected.txt
index e37eee98cd056dca2d33ac1d06478bd12ed58aac..f68a1b90542f89bd4f12207f8aeb71f729df8e2d 100644
--- a/LayoutTests/ietestcenter/Javascript/15.4.4.14-7-5-expected.txt
+++ b/LayoutTests/accessibility/link-inside-button-accessible-text-expected.txt
@@ -1,10 +1,10 @@
-15.4.4.14-7-5 (TestCases/chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-7-5.js) Array.prototype.indexOf returns correct index when 'fromIndex' is 1
+This tests that when a link is inside a button, its visible text is still available for the button.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS ES5Harness.preconditionPassed is true
-PASS ES5Harness.testPassed is true
+PASS button1.title is 'AXTitle: foo1'
+PASS button2.title is 'AXTitle: foo2'
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « LayoutTests/accessibility/link-inside-button-accessible-text.html ('k') | Source/modules/accessibility/AXNodeObject.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698