Closed
Bug 1308913
Opened 9 years ago
Closed 9 years ago
testharness.js, <img>, and a data URL
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
INVALID
People
(Reporter: annevk, Unassigned)
Details
Attachments
(1 file)
|
2.90 KB,
patch
|
Details | Diff | Splinter Review |
For some reason https://github.com/w3c/web-platform-tests/pull/3944 triggers a testharness.js failure in Firefox with a "SecurityError" that comes from the getImageData() method call.
| Reporter | ||
Updated•9 years ago
|
Flags: needinfo?(ckerschb)
Comment 1•9 years ago
|
||
Hey Anne, how did you fire up the test? I integrated it into a web-platform test (see patch) and it succeeds just fine, no errors for me.
Anything I missed?
Flags: needinfo?(ckerschb) → needinfo?(annevk)
| Reporter | ||
Comment 2•9 years ago
|
||
I cannot reproduce the failure either anymore. Not sure what's going on. :/
Flags: needinfo?(annevk)
Comment 3•9 years ago
|
||
(In reply to Anne (:annevk) from comment #2)
> I cannot reproduce the failure either anymore. Not sure what's going on. :/
Well, if you need anything else regarding this issue, let me know, otherwise we can mark this bug INVALID I suppose.
| Reporter | ||
Comment 4•9 years ago
|
||
Sorry, thanks for taking a look.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → INVALID
Comment 5•9 years ago
|
||
Any reason not to commit the patch anyway?
| Reporter | ||
Comment 6•9 years ago
|
||
Wouldn't it land when we sync with WPT since it's committed there?
Comment 7•9 years ago
|
||
Oh, ignore me then.
| Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•