Ubuntu Pastebin

Paste from daker at Mon, 20 Feb 2017 15:08:56 +0000

Download as text
1
2
3
4
5
6
7
function test_count() {
   var selector = defaultSelector;
   sections.selectedIndex = 0;
   selector.forceActiveFocus();
   waitForRendering(selector);
   compare(selector.count, 4);
}
Download as text