Open Bug 849081 Opened 11 years ago Updated 2 years ago

Figure out which reftests won't need the HTTP annotation once bug 846890 lands

Categories

(Core :: Layout, defect)

defect

Tracking

()

People

(Reporter: billm, Unassigned)

References

Details

Most reftests are loaded as file:/// URLs. Once bug 846890, a reftest will be able to access other file URLs directly. Previously, that sort of access was prohibited by security restrictions, so the test would have to be annotation as an HTTP test in the reftest manifest.

So, once bug 846890 lands, we should be able to remove the HTTP annotation from any reftest that uses it solely to ensure that other files are accessible.
Depends on: 858684
(Technically, this depends on bug 847272, which fixed some assertions when loading local fonts over file://. Without that bug's fix, we'd still need the HTTP annotations to prevent assertion-failures. --> Adding dependency.)
Depends on: 847272
OS: Linux → All
Hardware: x86_64 → All
Version: unspecified → Trunk
(In reply to Bill McCloskey (:billm) from comment #0)
> So, once bug 846890 lands, we should be able to remove the HTTP annotation
> from any reftest that uses it solely to ensure that other files are
> accessible.

This applies to most, if not all, of the font-face reftests listed here:
  http://mxr.mozilla.org/mozilla-central/source/layout/reftests/font-face/reftest.list
(currently HTTP, but they don't need to be)
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.