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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/pointerevents/pointerevent_attributes_nohover_pointers-manual-expected.txt

Issue 2658793002: Report w3c test result count for WPT (Closed)
Patch Set: rebase Created 3 years, 10 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 unified diff | Download patch
OLDNEW
1 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 Found 444 tests; 442 PASS, 2 FAIL, 0 TIMEOUT, 0 NOTRUN.
2 PASS touch pointerevent attributes 3 PASS touch pointerevent attributes
3 PASS PointerEvent Automation 4 PASS PointerEvent Automation
4 PASS touch pointerover's type should be pointerover 5 PASS touch pointerover's type should be pointerover
5 PASS touch pointerover's button attribute is 0 when left mouse button is presse d. 6 PASS touch pointerover's button attribute is 0 when left mouse button is presse d.
6 PASS touch pointerover's buttons attribute is 1 when left mouse button is press ed. 7 PASS touch pointerover's buttons attribute is 1 when left mouse button is press ed.
7 PASS touch pointerover's ClientX and ClientY attributes are correct. 8 PASS touch pointerover's ClientX and ClientY attributes are correct.
8 PASS touch pointerover event pointerType is correct. 9 PASS touch pointerover event pointerType is correct.
9 PASS touch pointerover event is a PointerEvent event 10 PASS touch pointerover event is a PointerEvent event
10 PASS touch pointerover.pointerId attribute exists 11 PASS touch pointerover.pointerId attribute exists
11 PASS touch pointerover.pointerId is readonly 12 PASS touch pointerover.pointerId is readonly
(...skipping 426 matching lines...) Expand 10 before | Expand all | Expand 10 after
438 PASS Inner frame touch pointerleave.isPrimary IDL type boolean (JS type was boo lean) 439 PASS Inner frame touch pointerleave.isPrimary IDL type boolean (JS type was boo lean)
439 PASS Inner frame touch pointerleave.detail attribute exists 440 PASS Inner frame touch pointerleave.detail attribute exists
440 PASS Inner frame touch pointerleave.detail is readonly 441 PASS Inner frame touch pointerleave.detail is readonly
441 PASS Inner frame touch pointerleave.detail IDL type long (JS type was number) 442 PASS Inner frame touch pointerleave.detail IDL type long (JS type was number)
442 PASS Inner frame touch pointerleave.detail value is 0. 443 PASS Inner frame touch pointerleave.detail value is 0.
443 PASS Inner frame touch pointerleave.pressure value is valid 444 PASS Inner frame touch pointerleave.pressure value is valid
444 PASS Inner frame touch pointerleave.isPrimary attribute is correct. 445 PASS Inner frame touch pointerleave.isPrimary attribute is correct.
445 PASS Inner frame touch pointerleave.pointerId should be the same as previous po inter events for this active pointer. 446 PASS Inner frame touch pointerleave.pointerId should be the same as previous po inter events for this active pointer.
446 Harness: the test ran to completion. 447 Harness: the test ran to completion.
447 448
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698