Open
Bug 343219
Opened 19 years ago
Updated 3 years ago
WARNING: The script-type is unknown
Categories
(Core :: DOM: Core & HTML, defect, P5)
Tracking
()
NEW
People
(Reporter: MatsPalmgren_bugz, Unassigned)
Details
(Keywords: testcase)
Attachments
(1 file)
|
198 bytes,
text/html
|
Details |
STEPS TO REPRODUCE
1. load attached testcase in a debug build
The testcase has this tag:
<meta http-equiv="Content-Script-Type" content="hello/world">
ACTUAL RESULTS
In the console I see:
WARNING: No script language registered for this mime-type: file nsDOMScriptObjectFactory.cpp, line 162
WARNING: The script-type is unknown: file nsDocument.cpp, line 1496
EXPECTED RESULTS
No warnings on the console.
A message in the "JavaScript Console" perhaps.
PLATFORMS AND BUILDS TESTED
SeaMonkey trunk debug build on Linux
| Reporter | ||
Comment 1•19 years ago
|
||
Updated•16 years ago
|
Assignee: general → nobody
QA Contact: ian → general
Comment 2•7 years ago
|
||
https://bugzilla.mozilla.org/show_bug.cgi?id=1472046
Move all DOM bugs that haven’t been updated in more than 3 years and has no one currently assigned to P5.
If you have questions, please contact :mdaly.
Priority: -- → P5
| Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
Updated•3 years ago
|
Severity: trivial → S4
You need to log in
before you can comment on or make changes to this bug.
Description
•