Closed
Bug 1028826
Opened 11 years ago
Closed 11 years ago
TEST-UNEXPECTED-FAIL | /tests/content/media/test/test_fastSeek-forwards.html | uncaught exception - TypeError: document.body is null at http://mochi.test:8888/tests/content/media/test/test_fastSeek-forwards.html:58
Categories
(Core :: Audio/Video, defect)
Tracking
()
RESOLVED
FIXED
mozilla33
Tracking | Status | |
---|---|---|
firefox31 | --- | unaffected |
firefox32 | --- | unaffected |
firefox33 | --- | fixed |
firefox-esr24 | --- | unaffected |
b2g-v1.4 | --- | unaffected |
b2g-v2.0 | --- | unaffected |
b2g-v2.1 | --- | fixed |
People
(Reporter: jwwang, Assigned: shashank, Mentored)
Details
(Keywords: intermittent-failure, Whiteboard: [good first bug])
Attachments
(1 file)
2.59 KB,
patch
|
cajbir
:
review+
jwwang
:
feedback+
|
Details | Diff | Splinter Review |
https://tbpl.mozilla.org/php/getParsedLog.php?id=42251816&tree=Try&full=1#error0
Since the <script> [1] is placed before the <body>, it is possible <body> is not parsed and created when the script is executing. We should move <script> somewhere below <body>.
[1] http://hg.mozilla.org/mozilla-central/file/f78e532e8a10/content/media/test/test_fastSeek-forwards.html#l12
Reporter | ||
Updated•11 years ago
|
Mentor: jwwang
Whiteboard: [good first bug]
Updated•11 years ago
|
Keywords: intermittent-failure
Assignee | ||
Comment 1•11 years ago
|
||
Attachment #8444661 -
Flags: review?(jwwang)
Reporter | ||
Comment 2•11 years ago
|
||
Comment on attachment 8444661 [details] [diff] [review]
BUG 1028826 - Move <script> element next to <body> element in test_fastSeek-forwards.html
Review of attachment 8444661 [details] [diff] [review]:
-----------------------------------------------------------------
Looks good to me. Lets see if Try serer likes this patch.
https://tbpl.mozilla.org/?tree=Try&rev=388bc61b95e9
Hi Chris,
Can you review this bug?
Attachment #8444661 -
Flags: review?(jwwang)
Attachment #8444661 -
Flags: review?(cajbir.bugzilla)
Attachment #8444661 -
Flags: feedback+
Updated•11 years ago
|
Attachment #8444661 -
Flags: review?(cajbir.bugzilla) → review+
Reporter | ||
Comment 3•11 years ago
|
||
https://tbpl.mozilla.org/?tree=Try&rev=388bc61b95e9
looks green.
Assignee: nobody → shashank
Keywords: checkin-needed
Comment 4•11 years ago
|
||
Keywords: checkin-needed
Comment 5•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla33
Updated•11 years ago
|
status-b2g-v1.4:
--- → unaffected
status-b2g-v2.0:
--- → unaffected
status-b2g-v2.1:
--- → fixed
status-firefox31:
--- → unaffected
status-firefox32:
--- → unaffected
status-firefox33:
--- → fixed
status-firefox-esr24:
--- → unaffected
You need to log in
before you can comment on or make changes to this bug.
Description
•