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

Unified Diff: third_party/WebKit/LayoutTests/fast/performance/longtasktiming.html

Issue 2553493003: Add more detail to same-origin attribution indicating self|ancestor|descendant (Closed)
Patch Set: update layout test Created 4 years 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 | third_party/WebKit/Source/core/timing/Performance.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/performance/longtasktiming.html
diff --git a/third_party/WebKit/LayoutTests/fast/performance/longtasktiming.html b/third_party/WebKit/LayoutTests/fast/performance/longtasktiming.html
index baa96a040233d907a1f8505a31da07a0271fc2f1..df103266ea8992beb41f6dee65074d8f49900179 100644
--- a/third_party/WebKit/LayoutTests/fast/performance/longtasktiming.html
+++ b/third_party/WebKit/LayoutTests/fast/performance/longtasktiming.html
@@ -11,8 +11,8 @@ async_test(function (t) {
for (var i = 0; i < entries.length; i++) {
assert_equals(entries[i].entryType, "longtask",
"entryType expected to be: longtask");
- assert_equals(entries[i].name, "same-origin",
- "name expected to be: same-origin");
+ assert_equals(entries[i].name, "same-origin-self",
+ "name expected to be: same-origin-self");
assert_greater_than(entries[i].duration, 50000,
"duration expected to be greater than 50ms threshold");
}
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/timing/Performance.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698