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

Unified Diff: PerformanceTests/ShadowDOM/ChangingSelect.html

Issue 208503004: Remove prefixed Shadow DOM APIs in Element. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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: PerformanceTests/ShadowDOM/ChangingSelect.html
diff --git a/PerformanceTests/ShadowDOM/ChangingSelect.html b/PerformanceTests/ShadowDOM/ChangingSelect.html
index 7d0ea42fa64025faf37150669f3407eb60e12d6f..a7633ad4024c811e18553fbccb050ed20d16ad7e 100644
--- a/PerformanceTests/ShadowDOM/ChangingSelect.html
+++ b/PerformanceTests/ShadowDOM/ChangingSelect.html
@@ -18,7 +18,7 @@ function setup()
{
var nDivs = numDivsInHost;
- window.shadowRoot = host.webkitCreateShadowRoot();
+ window.shadowRoot = host.createShadowRoot();
shadowRoot.innerHTML = '<h2>Selected</h2><div id="selected"><content select=".selected"></content></div><h2>NonSelected</h2><div id="nonselected"><content></content></div>';
for (var i = 0; i < nDivs; ++i) {
« no previous file with comments | « PerformanceTests/ShadowDOM/ChangingClassNameShadowDOM.html ('k') | PerformanceTests/ShadowDOM/ContentReprojection.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698