blob: 67b0f80eb877518e316adc8a15bed8a2d61e471b (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[DEFAULT]
tags = "openwindow"
skip-if = ["os == 'android'"] # Fennec doesn't support web content opening new windows (See bug 1277544 for details)
["test_blank_named_window.html"]
["test_named_window.html"]
support-files = ["file_named_window.html"]
["test_storage_copied.html"]
support-files = ["file_storage_copied.html"]
|