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

Unified Diff: LayoutTests/fast/cpu/cores.html

Issue 262723002: Implement navigator.hardwareConcurrency (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 8 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
« no previous file with comments | « no previous file | LayoutTests/fast/cpu/cores-expected.txt » ('j') | Source/core/frame/NavigatorCPU.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/cpu/cores.html
diff --git a/LayoutTests/http/tests/loading/pdf-commit-load-callbacks.html b/LayoutTests/fast/cpu/cores.html
similarity index 56%
copy from LayoutTests/http/tests/loading/pdf-commit-load-callbacks.html
copy to LayoutTests/fast/cpu/cores.html
index e280a2a2fd5dc026321724af3290ae2c69386436..676048a874d3289b2054831c6db5d5ffcfe3bddf 100644
--- a/LayoutTests/http/tests/loading/pdf-commit-load-callbacks.html
+++ b/LayoutTests/fast/cpu/cores.html
@@ -1,5 +1,5 @@
<script>
if (window.testRunner)
testRunner.dumpAsText();
+document.write(navigator.cores > 0 ? 'PASS' : 'FAIL');
</script>
-<iframe src="data:application/pdf;base64,"></iframe>
« no previous file with comments | « no previous file | LayoutTests/fast/cpu/cores-expected.txt » ('j') | Source/core/frame/NavigatorCPU.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698