NEW 81697
Refactor notification tests requiring file:// permission
https://bugs.webkit.org/show_bug.cgi?id=81697
Summary Refactor notification tests requiring file:// permission
Jon Lee
Reported 2012-03-20 13:58:32 PDT
Because of 79704, some of the tests will not work by default because WebCore will short-circuit and not ask the client for permission. The tests need to be rewritten with this in mind, and possibly switch on universal access for file URLs for testing, or check for both 1 (default denied) and 2 (denied).
Attachments
Radar WebKit Bug Importer
Comment 1 2012-03-20 13:59:05 PDT
Kristóf Kosztyó
Comment 2 2012-03-21 03:18:39 PDT
We skipped these tests on Qt in r111519 to make the bot green. http://trac.webkit.org/changeset/111519
Jon Lee
Comment 3 2012-08-30 13:10:47 PDT
To refactor the tests, I will basically be moving all of the tests from fast/notifications to http/tests/notifications. But the state of the tests seem to be pretty bad. Some of them are disabled, and I'm unsure why. And some tests I think should be deprecated. This bug will be the master bug tracking the effort.
Note You need to log in before you can comment on or make changes to this bug.