blob: 909a6fd890844c747cbc6fe2fd676f9b8ba56b54 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
Tests touch-adjustment at a plugin boundary.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
Test direct hits.
PASS adjusted node was EMBED#plugin.
PASS adjusted node was BUTTON#button1.
PASS adjusted node was BUTTON#button2.
PASS adjusted node was BUTTON#button3.
Test hits spanning the plugin boundary.
PASS adjusted node was EMBED#plugin.
PASS adjusted node was BUTTON#button1.
PASS adjusted node was EMBED#plugin.
PASS adjusted node was BUTTON#button2.
PASS adjusted node was EMBED#plugin.
PASS adjusted node was BUTTON#button3.
PASS successfullyParsed is true
TEST COMPLETE
|