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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/uievents/auxclick/auxclick_event-manual-expected.txt

Issue 2851633002: Move auxclick wpt test and add automation (Closed)
Patch Set: Created 3 years, 8 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/external/wpt/uievents/auxclick/auxclick_event-manual-expected.txt
diff --git a/third_party/WebKit/LayoutTests/external/wpt/uievents/auxclick/auxclick_event-manual-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/uievents/auxclick/auxclick_event-manual-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..1d8a94e2721f3d20ed44c567a040cf2f3c1db06d
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/external/wpt/uievents/auxclick/auxclick_event-manual-expected.txt
@@ -0,0 +1,7 @@
+This is a testharness.js-based test.
+FAIL auxclick event sequence received. assert_equals: detail attribute of auxclick should be the click count. expected 2 but got 1
+PASS PointerEvent Automation
+PASS First auxclick should have detail=1 indicating the fire click
+FAIL Second auxclick should have detail=2 indicating the fire click assert_equals: detail attribute of auxclick should be the click count. expected 2 but got 1
+Harness: the test ran to completion.
+

Powered by Google App Engine
This is Rietveld 408576698