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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/cpu/hardware-concurrency.html
diff --git a/LayoutTests/fast/cpu/hardware-concurrency.html b/LayoutTests/fast/cpu/hardware-concurrency.html
new file mode 100644
index 0000000000000000000000000000000000000000..65505ccc03d0089cdffba816409f677b4799533b
--- /dev/null
+++ b/LayoutTests/fast/cpu/hardware-concurrency.html
@@ -0,0 +1,5 @@
+<script>
esprehn 2014/06/05 01:06:53 Add a doctype.
+if (window.testRunner)
+ testRunner.dumpAsText();
+document.write(navigator.hardwareConcurrency > 0 ? 'PASS' : 'FAIL');
+</script>

Powered by Google App Engine
This is Rietveld 408576698