Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Assert modifier #1

Draft
wants to merge 2 commits into
base: label-modifier-click
Choose a base branch
from
Draft

Assert modifier #1

wants to merge 2 commits into from

Conversation

muan
Copy link
Owner

@muan muan commented May 29, 2020

Command:

./wpt run safari html/semantics/forms/the-label-element/assert-clicking-with-modifiers.html --headless

Results:

Running 1 tests in web-platform-tests

  ▶ Unexpected subtest result in /html/semantics/forms/the-label-element/assert-clicking-with-modifiers.html:
  │ FAIL [expected PASS] label with for attribute should proxy click events to the associated element on shift click
  │   → assert_true: shiftKey should be pressed on click expected true got false
  │ 
  │ http://web-platform.test:8000/html/semantics/forms/the-label-element/assert-clicking-with-modifiers.html:36:18
  │ http://web-platform.test:8000/resources/testharness.js:1977:30
  └ http://web-platform.test:8000/resources/testharness.js:2002:40

  ▶ Unexpected subtest result in /html/semantics/forms/the-label-element/assert-clicking-with-modifiers.html:
  │ FAIL [expected PASS] label with for attribute should proxy click events to the associated element on alt click
  │   → assert_true: altKey should be pressed on click expected true got false
  │ 
  │ http://web-platform.test:8000/html/semantics/forms/the-label-element/assert-clicking-with-modifiers.html:48:18
  │ http://web-platform.test:8000/resources/testharness.js:1977:30
  └ http://web-platform.test:8000/resources/testharness.js:2002:40

  ▶ Unexpected subtest result in /html/semantics/forms/the-label-element/assert-clicking-with-modifiers.html:
  │ FAIL [expected PASS] label with for attribute should proxy click events to the associated element on meta click
  │   → assert_true: metaKey should be pressed on click expected true got false
  │ 
  │ http://web-platform.test:8000/html/semantics/forms/the-label-element/assert-clicking-with-modifiers.html:60:18
  │ http://web-platform.test:8000/resources/testharness.js:1977:30
  └ http://web-platform.test:8000/resources/testharness.js:2002:40

Ran 1 tests finished in 7.8 seconds.
  • 0 ran as expected. 0 tests skipped.
  • 1 tests had unexpected subtest results

Firefox results:

Running 1 tests in web-platform-tests

Ran 1 tests finished in 5.1 seconds.
  • 1 ran as expected. 0 tests skipped.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant