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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/performance-timing/nav2-test-instance-accessible-from-the-start.html

Issue 2647643004: Report nav timing 2 instance as soon as it's requested. (Closed)
Patch Set: addressed comments Created 3 years, 10 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
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <script src="../resources/testharness.js"></script>
3 <script src="../resources/testharnessreport.js"></script>
4 <script>
5 var navigationTiming2 = window.performance.getEntriesByType('navigation');
6 assert_true(navigationTiming2 !== undefined);
Kunihiko Sakamoto 2017/03/10 08:19:00 Please write assertions inside test(). https://git
sunjian 2017/03/10 20:40:17 Done.
7 done();
8 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698