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

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

Issue 2206323002: List items should not be clickable unless they have a mouse listener attached. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed blank line in test expectations file. Created 4 years, 4 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 c6333b17affda8695420d05d7320e8313731f7b0..b332db4daa8d83d19890c945c3e80172f9b490d5 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
@@ -6,7 +6,6 @@ checkbox
menu item
menu item checkbox
menu item radio
-list item
This tests that when certain control type elements are pressed, a valid event is sent that references the right element.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
@@ -20,7 +19,6 @@ PASS eventSrcElement == document.getElementById('checkbox') is true
PASS eventSrcElement == document.getElementById('menuitem') is true
PASS eventSrcElement == document.getElementById('menuitemcheckbox') is true
PASS eventSrcElement == document.getElementById('menuitemradio') is true
-PASS eventSrcElement == document.getElementById('listitem') is true
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698