Go to the source code of this file.
Functions | |
| function | test () |
| function | poll_clipboard () |
| function | next_test () |
| function | test_paste (aCurrentTest) |
Variables | |
| const | Ci = Components.interfaces |
| const | Cc = Components.classes |
| const | kTestString = " hello hello \n world\nworld " |
| var | gTests |
| var | runCount = 0 |
| function next_test | ( | ) |
Definition at line 109 of file browser_bug321000.js.
| function poll_clipboard | ( | ) |
Definition at line 77 of file browser_bug321000.js.
| function test | ( | ) |
Definition at line 63 of file browser_bug321000.js.
| function test_paste | ( | aCurrentTest | ) |
Definition at line 124 of file browser_bug321000.js.
| const Cc = Components.classes |
Definition at line 42 of file browser_bug321000.js.
| const Ci = Components.interfaces |
Definition at line 41 of file browser_bug321000.js.
| var gTests |
Definition at line 46 of file browser_bug321000.js.
| const kTestString = " hello hello \n world\nworld " |
Definition at line 44 of file browser_bug321000.js.
| var runCount = 0 |
Definition at line 76 of file browser_bug321000.js.