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. |
+ |