Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(263)

Side by Side Diff: LayoutTests/fast/dom/shadow/touch-event.html

Issue 48903019: Delete js-test-post.js. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html><body> 2 <html><body>
3 <script src="../../js/resources/js-test-pre.js"></script> 3 <script src="../../js/resources/js-test-pre.js"></script>
4 4
5 <p>Touch event should be fired in Shadow DOM.</p> 5 <p>Touch event should be fired in Shadow DOM.</p>
6 <p>Elements in ShadowDOM should not be revealed in touchTarget if it's examined in non shadow tree.</p> 6 <p>Elements in ShadowDOM should not be revealed in touchTarget if it's examined in non shadow tree.</p>
7 7
8 <div id="container"> 8 <div id="container">
9 <input id="input1" type="text"> 9 <input id="input1" type="text">
10 <div id="host1"></div> 10 <div id="host1"></div>
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 eventSender.touchStart(); 42 eventSender.touchStart();
43 eventSender.touchEnd(); 43 eventSender.touchEnd();
44 44
45 shouldBeTrue('touchstartFiredInShadowDOM'); 45 shouldBeTrue('touchstartFiredInShadowDOM');
46 shouldBe('touchTargetForHost1', 'host1'); 46 shouldBe('touchTargetForHost1', 'host1');
47 shouldBe('touchTargetForInput1', 'input1'); 47 shouldBe('touchTargetForInput1', 'input1');
48 48
49 container.remove(); 49 container.remove();
50 </script> 50 </script>
51 51
52 <script src="../../js/resources/js-test-post.js"></script>
53 </body></html> 52 </body></html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/shadow/tooltips-in-shadow.html ('k') | LayoutTests/fast/dom/shadow/touch-event-retargeting.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698