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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/netinfo/netinfo-downlink.html

Issue 2908103002: NetInfo external Web LayoutTest (Closed)
Patch Set: foolip comments Created 3 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/external/wpt/netinfo/netinfo-downlink-max.html » ('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 <!DOCTYPE html>
2 <meta charset="utf-8">
3 <title>NetInfo Test</title>
foolip 2017/05/31 14:18:14 If the test itself doesn't have a title (after the
tbansal1 2017/06/06 20:07:40 Done.
4 <link rel="help" href="https://wicg.github.io/netinfo/">
5 <script src="/resources/testharness.js"></script>
6 <script src="/resources/testharnessreport.js"></script>
7
8 <script>
9 test(function() {
10 assert_greater_than_equal(navigator.connection.downlink, 0, '');
foolip 2017/05/31 14:18:14 An empty description won't do anything, just omit
tbansal1 2017/06/06 20:07:40 Done. I have removed the description from places w
11 assert_equals((navigator.connection.downlink *1000) % 25, 0,
12 'downlink must be a multiple of 25 kbps');
13 });
14 </script>
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/external/wpt/netinfo/netinfo-downlink-max.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698