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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/events/pointerevents/pointer-use-count.html

Issue 2098883002: Make PointerEvent an experimental web platform feature. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased, fixed js path. Created 4 years, 5 months 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
OLDNEW
1 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 <script src="../../../../../resources/js-test.js"></script> 2 <script src="../../../resources/js-test.js"></script>
3 <style> 3 <style>
4 div.box { 4 div.box {
5 margin: 5px; 5 margin: 5px;
6 padding: 20px; 6 padding: 20px;
7 float: left; 7 float: left;
8 width: 50px; 8 width: 50px;
9 height: 50px; 9 height: 50px;
10 } 10 }
11 </style> 11 </style>
12 12
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 shouldBe('internals.isUseCounted(document, PointerEventAddListenerCount)', 'tr ue'); 44 shouldBe('internals.isUseCounted(document, PointerEventAddListenerCount)', 'tr ue');
45 } 45 }
46 46
47 init(); 47 init();
48 if (window.eventSender) 48 if (window.eventSender)
49 runTest(); 49 runTest();
50 else 50 else
51 debug("This test requires eventSender"); 51 debug("This test requires eventSender");
52 52
53 </script> 53 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698