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

Side by Side Diff: LayoutTests/fast/cpu/hardware-concurrency.html

Issue 262723002: Implement navigator.hardwareConcurrency (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rename to navigator.hardwareConcurrency Created 6 years, 6 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 <script>
esprehn 2014/06/05 01:06:53 Add a doctype.
2 if (window.testRunner)
3 testRunner.dumpAsText();
4 document.write(navigator.hardwareConcurrency > 0 ? 'PASS' : 'FAIL');
5 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698