Closed
Bug 1242108
Opened 9 years ago
Closed 9 years ago
Intermittent TEST-UNEXPECTED-FAIL | /old-tests/submission/Microsoft/sandbox/sandbox_002.htm | Allow autoplay for HTML5 Video inside iframe with sandbox attribute if sandbox='allow-scripts'. - event is undefined
Categories
(Testing :: web-platform-tests, defect)
Testing
web-platform-tests
Tracking
(firefox46 fixed, firefox47 fixed)
RESOLVED
FIXED
mozilla47
People
(Reporter: philor, Assigned: jgraham)
Details
(Keywords: intermittent-failure)
Attachments
(1 file)
3.43 KB,
patch
|
Ms2ger
:
review+
|
Details | Diff | Splinter Review |
Comment 1•9 years ago
|
||
Looks like a test trying to make itself time out early. Could you fix?
Flags: needinfo?(james)
Assignee | ||
Comment 2•9 years ago
|
||
Flags: needinfo?(james)
Attachment #8713564 -
Flags: review?(Ms2ger)
Comment 3•9 years ago
|
||
Comment on attachment 8713564 [details] [diff] [review]
1242108.diff
Review of attachment 8713564 [details] [diff] [review]:
-----------------------------------------------------------------
lgtm
::: testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox_002.htm
@@ +2,4 @@
> <html>
> <head>
> <title>HTML5 Sandbox: Allow autoplay for HTML5 Video inside iframe with sandbox attribute if sandbox='allow-scripts'.</title>
> + <meta name=timeout content=long>
Is this necessary? Nothing here should take long, it seems.
@@ +10,5 @@
> </head>
> <body>
> + <script>
> + async_test(function (t) {
> + callback = t.step_func_done(function(event) {
Add `var` (or inline into `addEventListener`)
Attachment #8713564 -
Flags: review?(Ms2ger) → review+
Reporter | ||
Comment 5•9 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox47:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla47
Updated•9 years ago
|
Assignee: nobody → james
Whiteboard: [checkin-needed-aurora]
Comment 6•9 years ago
|
||
bugherder uplift |
Whiteboard: [checkin-needed-aurora]
You need to log in
before you can comment on or make changes to this bug.
Description
•