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

Unified Diff: third_party/WebKit/LayoutTests/accessibility/press-works-on-control-types-expected.txt

Issue 1809573003: Fix support for accessible action verbs and performing the default action. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix two tests Created 4 years, 9 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: third_party/WebKit/LayoutTests/accessibility/press-works-on-control-types-expected.txt
diff --git a/third_party/WebKit/LayoutTests/accessibility/press-works-on-control-types-expected.txt b/third_party/WebKit/LayoutTests/accessibility/press-works-on-control-types-expected.txt
index 81de3311b2aaf626c684f0266dfaac4f62c30ef0..c6333b17affda8695420d05d7320e8313731f7b0 100644
--- a/third_party/WebKit/LayoutTests/accessibility/press-works-on-control-types-expected.txt
+++ b/third_party/WebKit/LayoutTests/accessibility/press-works-on-control-types-expected.txt
@@ -12,7 +12,7 @@ This tests that when certain control type elements are pressed, a valid event is
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS eventSrcElement == document.getElementById('body') is true
+PASS eventSrcElement == document.getElementById('container') is true
PASS eventSrcElement == document.getElementById('button') is true
PASS eventSrcElement == document.getElementById('tab') is true
PASS eventSrcElement == document.getElementById('radio') is true

Powered by Google App Engine
This is Rietveld 408576698