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

Side by Side Diff: LayoutTests/fast/dom/navigator-maxTouchPoints.html

Issue 27750002: Add navigator.maxTouchPoints (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 2 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
« no previous file with comments | « no previous file | LayoutTests/fast/dom/navigator-maxTouchPoints-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <html>
2 <body>
3 <script>
4 if (window.testRunner)
5 testRunner.dumpAsText();
6
7 window.internals.settings.setMaxTouchPoints(37);
8
9 document.write("navigator.maxTouchPoints == 37: " + (navigator.maxTouchPoint s == 37) + "<br>");
Inactive 2013/10/17 21:03:43 Would be nice to use js-test-pre.js / js-test-post
10 </script>
11 </body>
12 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/dom/navigator-maxTouchPoints-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698