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

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

Issue 1995203002: Rewrite Shadow DOM distribution engine to support partial synchronous distribution for v1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: No longer FAIL: imported/wpt/shadow-dom/HTMLSlotElement-interface.html Created 4 years, 7 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
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 9f392778d7dfd90729cb0f974a8d404bafe5d953..fcaa699bc8a58e50b95509bb754aedb1cdc68526 100644
--- a/third_party/WebKit/PerformanceTests/ShadowDOM/v1-distribution.html
+++ b/third_party/WebKit/PerformanceTests/ShadowDOM/v1-distribution.html
@@ -1,5 +1,8 @@
<!DOCTYPE html>
<script src="../resources/runner.js"></script>
+<!-- This is a micro benchmark to catch an unintentional regression.
+ If the reason of a regression is clear, it is okay.
+ We do not have to optimize the result of the benchmark. -->
<div id="wrapper">
<div id="host"></div>
</div>

Powered by Google App Engine
This is Rietveld 408576698