Skip to content
Snippets Groups Projects
Commit f7e45422 authored by Christoph Kerschbaumer's avatar Christoph Kerschbaumer
Browse files

Bug 1400347 - Update test_ext_tabs_captureVisibleTab.html to comply with new...

Bug 1400347 - Update test_ext_tabs_captureVisibleTab.html to comply with new toplevel data: URI navigation policy. r=smaug
parent b28bd803
No related branches found
No related tags found
No related merge requests found
......@@ -134,6 +134,10 @@ function* runTest(options) {
}
add_task(function* testCaptureVisibleTab() {
yield SpecialPowers.pushPrefEnv({
"set": [["security.data_uri.block_toplevel_data_uri_navigations", false]],
});
yield runTest({color: [0, 0, 0]});
yield runTest({color: [255, 255, 255]});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment