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

Side by Side Diff: LayoutTests/http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_method_exist-expected.txt

Issue 14246023: Unprefix User Timing. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix tests Created 7 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 Description 1 Description
2 2
3 This test validates that all of the user timing methods exist in window.performa nce (but does not validate that their functionality). 3 This test validates that all of the user timing methods exist in window.performa nce (but does not validate that their functionality).
4 4
5 5
6 PASS window.performance is defined 6 PASS window.performance is defined
7 PASS performance.webkitMark is supported! 7 PASS performance.mark is supported!
8 PASS performance.webkitClearMarks is supported! 8 PASS performance.clearMarks is supported!
9 PASS performance.webkitMeasure is supported! 9 PASS performance.measure is supported!
10 PASS performance.webkitClearMeasures is supported! 10 PASS performance.clearMeasures is supported!
11 PASS performance.webkitGetEntries is supported! 11 PASS performance.getEntries is supported!
12 PASS performance.webkitGetEntriesByType is supported! 12 PASS performance.getEntriesByType is supported!
13 PASS performance.webkitGetEntriesByName is supported! 13 PASS performance.getEntriesByName is supported!
14 14
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/Window/window-properties-performance-expected.txt ('k') | Source/core/page/Performance.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698