Privacy/Features/DNT signal/TestPlan: Difference between revisions
< Privacy | Features | DNT signal
Jump to navigation
Jump to search
Ioana.budnar (talk | contribs) (Created page with "= DNT Signal = {| class="fullwidth-table" |- | Feature | Status | Dev Lead | QA Lead | Status |- | Make DNT signal accessible from the navigator global object | Landed | Ju...") |
Ioana.budnar (talk | contribs) No edit summary |
||
| Line 35: | Line 35: | ||
* | * | ||
== Test Cases | == Test Cases == | ||
* | * | ||
== Important | == Important Bugs == | ||
* | * | ||
== Not Tested == | |||
* | |||
== Sign off Criteria == | |||
*All [https://wiki.mozilla.org/Privacy/Features/DNT_signal/TestPlan#Test_Cases test cases] were run on the Firefox version the feature is targeted for (Firefox 9.0). | |||
*All the major bugs have been fixed. | |||
Revision as of 13:51, 2 November 2011
DNT Signal
| Feature | Status | Dev Lead | QA Lead | Status |
| Make DNT signal accessible from the navigator global object | Landed | Justin Lebar | Ioana Budnar |
Summary
- Web sites should be able to check if I have do-not-track (DNT) turned on without needing access to the HTTP stream. A navigator.doNotTrack object in the JS global namespace could signal that I have enabled DNT, and its value could match what is sent in the HTTP header.
Reference
- Feature wiki page - Link
- Tracking bug - 629535
Use Cases to Test
- Basic Functional Testing
- A site may embed third-party content, and not trusting the third parties to honor DNT force them to honor it by suppressing the content when DNT is enabled.
- Edge Cases
Test Cases
Important Bugs
Not Tested
Sign off Criteria
- All test cases were run on the Firefox version the feature is targeted for (Firefox 9.0).
- All the major bugs have been fixed.