Closed Bug 7253 Opened 25 years ago Closed 25 years ago

Method which specifies whether data tainting enabled or not does not return anything.

Categories

(Core :: DOM: Core & HTML, defect, P3)

x86
Windows 95
defect

Tracking

()

VERIFIED FIXED

People

(Reporter: desale, Assigned: vidur)

Details

(Whiteboard: [TESTCASE] window.navigator.taintEnabled() returns nothing)

Attachments

(1 file)

Method for identifying whether data tainting is enabled or not does not return
anything.
Javascript method navigator.taintEnabled() is used for testing whether data
tainting is enabled or not so it should return true or false, but it does not
return anything.

Product: seamonkey [Apprunner/ Viewer]
Build: 1999-05-27-08.

Steps to reproduce bug:
1] Please copy code I'm providing. Save it as HTML file.
2] Open this HTML file in viewer as well as apprunner.
3] It should show you whether data tainting is enabled or not.

Expected Results:
TaintEnabled = false or TaintEnabled = true

Actual Results:
TaintEnabled =

CODE:

<html>
<head>
<title>Test Page</title>
</head>
<body >
<form name="workform">
<SCRIPT LANGUAGE="JavaScript1.1">
document.writeln("<h3>");
document.writeln("Navigator Properties");
document.writeln("</h3>");
document.writeln("<br>");
document.writeln("TaintEnabled = ");
document.writeln(window.navigator.taintEnabled());
document.writeln("<br>");
</SCRIPT>
</form>
</body>
</html>

END OF CODE:
Status: NEW → ASSIGNED
Target Milestone: M9
Whiteboard: [TESTCASE] window.navigator.taintEnabled() returns nothing
desale's test case cannot be simplified further.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Fixed checked in on 9/26/1999. We always return false.
Status: RESOLVED → VERIFIED
Working perfect. Marking verified.
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: