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

Unified Diff: third_party/WebKit/PerformanceTests/ShadowDOM/v1-distribution.html

Issue 1630003004: Modify v1-distribution PerformanceTest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/PerformanceTests/ShadowDOM/v1-distribution.html
diff --git a/third_party/WebKit/PerformanceTests/ShadowDOM/v1-distribution.html b/third_party/WebKit/PerformanceTests/ShadowDOM/v1-distribution.html
index 98bd3c68a51277ff0c85d53f0c75f046054fe4a5..a3d9d6248a3474360f46c43da72dc288d9bb9c3b 100644
--- a/third_party/WebKit/PerformanceTests/ShadowDOM/v1-distribution.html
+++ b/third_party/WebKit/PerformanceTests/ShadowDOM/v1-distribution.html
@@ -28,9 +28,9 @@ function run() {
let div = document.createElement('div');
for (let i = 0; i < loops; ++i) {
host.appendChild(div);
- slot.getDistributedNodes();;
+ slot.getAssignedNodes({flatten: true});
host.removeChild(div);
- slot.getDistributedNodes();;
+ slot.getAssignedNodes({flatten: true});
}
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698