Intermittent dom/base/test/test_blocking_image.html | color of img should be green - got "", expected "rgb(0, 128, 0)"
Categories
(Core :: DOM: Core & HTML, defect, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr60 | --- | unaffected |
firefox66 | --- | unaffected |
firefox67 | --- | unaffected |
firefox68 | --- | fixed |
People
(Reporter: intermittent-bug-filer, Assigned: emilio)
References
(Regression)
Details
(Keywords: intermittent-failure, regression, Whiteboard: [retriggered][stockwell disable-recommended])
#[markdown(off)]
Filed by: nbeleuzu [at] mozilla.com
https://treeherder.mozilla.org/logviewer.html#?job_id=243420696&repo=autoland
21:13:31 INFO - TEST-START | dom/base/test/test_blocking_image.html
21:13:31 INFO - TEST-INFO | started process screenshot
21:13:31 INFO - TEST-INFO | screenshot: exit 0
21:13:31 INFO - Buffered messages logged at 21:13:31
21:13:31 INFO - iframe loaded
21:13:31 INFO - TEST-PASS | dom/base/test/test_blocking_image.html | img shouldn't be loaded
21:13:31 INFO - Buffered messages finished
21:13:31 INFO - TEST-UNEXPECTED-FAIL | dom/base/test/test_blocking_image.html | color of img should be green - got "", expected "rgb(0, 128, 0)"
21:13:31 INFO - SimpleTest.is@chrome://mochikit/content/tests/SimpleTest/SimpleTest.js:320:16
21:13:31 INFO - onLoad/iframe.onload/<@chrome://mochitests/content/chrome/dom/base/test/test_blocking_image.html:58:7
21:13:31 INFO - promise callback*onLoad/iframe.onload@chrome://mochitests/content/chrome/dom/base/test/test_blocking_image.html:53:22
21:13:31 INFO - EventHandlerNonNull*onLoad@chrome://mochitests/content/chrome/dom/base/test/test_blocking_image.html:20:3
21:13:31 INFO - onload@chrome://mochitests/content/chrome/dom/base/test/test_blocking_image.html:1:1
21:13:31 INFO - TEST-PASS | dom/base/test/test_blocking_image.html | imageBlockingStatues should be REJECT_SERVER.
21:13:33 INFO - TEST-PASS | dom/base/test/test_blocking_image.html | img2 shouldn't be loaded
21:13:33 INFO - TEST-PASS | dom/base/test/test_blocking_image.html | color of img2 should be red
21:13:33 INFO - TEST-PASS | dom/base/test/test_blocking_image.html | should match ':-moz-broken' selector
21:13:33 INFO - TEST-PASS | dom/base/test/test_blocking_image.html | img3 shouldn't be loaded
21:13:33 INFO - TEST-PASS | dom/base/test/test_blocking_image.html | color of img3 should be blue
21:13:33 INFO - TEST-PASS | dom/base/test/test_blocking_image.html | imageBlockingStatues should be REJECT_TYPE.
21:13:33 INFO - GECKO(4480) | MEMORY STAT | vsize 756MB | vsizeMaxContiguous 671MB | residentFast 254MB | heapAllocated 110MB
21:13:33 INFO - TEST-OK | dom/base/test/test_blocking_image.html | took 2322ms
Comment hidden (Intermittent Failures Robot) |
Comment 2•6 years ago
|
||
This test was created by you. Could you take a look?
The image is loaded from a Http: url,
https://searchfox.org/mozilla-central/rev/b756e6d00728dda4121f8278a744381d8643317a/dom/base/test/test_blocking_image.html#50
but the CSP states it can only load from https:
https://searchfox.org/mozilla-central/rev/b756e6d00728dda4121f8278a744381d8643317a/dom/base/test/file_blocking_image.html#4
so this load should be set with nsIContentPolicy:SERVER_ERROR
https://searchfox.org/mozilla-central/rev/b756e6d00728dda4121f8278a744381d8643317a/dom/base/nsImageLoadingContent.cpp#1303
which should load the css in the test
https://searchfox.org/mozilla-central/rev/b756e6d00728dda4121f8278a744381d8643317a/dom/base/test/test_blocking_image.html#26
Comment 4•6 years ago
|
||
:emilio, can you please take a look? could be from https://hg.mozilla.org/integration/autoland/rev/87f038262ac3d4431a569c1fad9bee5668a332de?
Thank you
Updated•6 years ago
|
Comment hidden (Intermittent Failures Robot) |
Assignee | ||
Comment 6•6 years ago
|
||
Yes, it sounds plausible. Will look.
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Assignee | ||
Updated•6 years ago
|
Comment hidden (Intermittent Failures Robot) |
Updated•6 years ago
|
Comment 11•6 years ago
|
||
bugherder |
Comment hidden (Intermittent Failures Robot) |
Updated•6 years ago
|
Updated•3 years ago
|
Description
•