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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/events/pointerevents/mouse-pointer-capture-transition-events.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 } 8 }
9 </style> 9 </style>
10 10
11 <div id="grey" class="box" style="background-color:grey;"> 11 <div id="grey" class="box" style="background-color:grey;">
12 <div id="green" class="box" style="background-color:green;"> 12 <div id="green" class="box" style="background-color:green;">
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 } 103 }
104 } 104 }
105 105
106 init(); 106 init();
107 if (window.eventSender) 107 if (window.eventSender)
108 runTests(); 108 runTests();
109 else 109 else
110 debug("This test requires eventSender"); 110 debug("This test requires eventSender");
111 111
112 </script> 112 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698