[Webkit-unassigned] [Bug 146770] New: [EFL] vibration/navigator-vibration.html failed after r186265
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jul 8 19:45:26 PDT 2015
https://bugs.webkit.org/show_bug.cgi?id=146770
Bug ID: 146770
Summary: [EFL] vibration/navigator-vibration.html failed after
r186265
Classification: Unclassified
Product: WebKit
Version: 528+ (Nightly build)
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebKit EFL
Assignee: webkit-unassigned at lists.webkit.org
Reporter: hs85.jeong at samsung.com
CC: demarchi at webkit.org
Expected :
PASS navigator.vibrate(0); is true
PASS navigator.vibrate([]); is true
PASS navigator.vibrate(1); is true
PASS navigator.vibrate([1, 2]); is true
PASS navigator.vibrate([1, 2, 3]); is true
PASS navigator.vibrate(); threw exception TypeError: Not enough arguments.
PASS navigator.vibrate([1], [2]); threw exception TypeError: Type error.
PASS successfullyParsed is true
Actual :
PASS navigator.vibrate(0); is true
PASS navigator.vibrate([]); is true
PASS navigator.vibrate(1); is true
PASS navigator.vibrate([1, 2]); is true
PASS navigator.vibrate([1, 2, 3]); is true
PASS navigator.vibrate(); threw exception TypeError: Not enough arguments.
FAIL navigator.vibrate([1], [2]); should threw exception: Was true.
PASS successfullyParsed is true
navigator.vibrate([1], [2]); should threw typeError exception.
But it didn't threw the exception after r186265.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150709/03d4eb48/attachment.html>
More information about the webkit-unassigned
mailing list