HomeSort by relevance Sort by last modified time
    Searched refs:div1 (Results 1 - 4 of 4) sorted by null

  /external/webkit/LayoutTests/fast/events/touch/script-tests/
touch-target-limited.js 4 var div1 = document.createElement("div"); variable
5 div1.id = "targetA";
6 div1.style.width = "100px";
7 div1.style.height = "100px";
8 div1.style.backgroundColor = "blue";
17 targetsDiv.appendChild(div1);
29 shouldBeEqualToString('event.touches[0].target.id', div1.id);
34 shouldBeEqualToString('event.touches[1].target.id', div1.id);
54 shouldBeEqualToString('event.touches[0].target.id', div1.id);
59 shouldBeEqualToString('event.touches[1].target.id', div1.id)
    [all...]
touch-target.js 4 var div1 = document.createElement("div"); variable
5 div1.id = "targetA";
6 div1.style.width = "100px";
7 div1.style.height = "100px";
8 div1.style.backgroundColor = "blue";
17 targetsDiv.appendChild(div1);
29 shouldBeEqualToString('event.touches[0].target.id', div1.id);
34 shouldBeEqualToString('event.touches[1].target.id', div1.id);
54 shouldBeEqualToString('event.touches[0].target.id', div1.id);
59 shouldBeEqualToString('event.touches[1].target.id', div1.id)
    [all...]
multi-touch-grouped-targets.js 4 var div1 = document.createElement("div"); variable
5 div1.id = "targetA";
6 div1.style.width = "100px";
7 div1.style.height = "100px";
8 div1.style.backgroundColor = "blue";
17 targetsDiv.appendChild(div1);
57 div1.addEventListener("touchstart", declareTouchHandler('targetA', '2'), false);
58 div1.addEventListener("touchmove", declareTouchHandler('targetA', '2'), false);
59 div1.addEventListener("touchend", touchEndHandler, false);
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
dc.sed 282 : div1
285 t div1

Completed in 287 milliseconds