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

Unified Diff: PerformanceTests/ShadowDOM/ChangingClassNameShadowDOM.html

Issue 212303005: Revert of 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/ChangingClassNameShadowDOM.html
diff --git a/PerformanceTests/ShadowDOM/ChangingClassNameShadowDOM.html b/PerformanceTests/ShadowDOM/ChangingClassNameShadowDOM.html
index 21f5f254c4a49d58363459f790662f5a06c9807c..5561b563df0b3ebed128dae744dbad83b0e471f2 100644
--- a/PerformanceTests/ShadowDOM/ChangingClassNameShadowDOM.html
+++ b/PerformanceTests/ShadowDOM/ChangingClassNameShadowDOM.html
@@ -17,7 +17,7 @@
{
var nDivs = numDivsInHost;
- window.shadowRoot = host.createShadowRoot();
+ window.shadowRoot = host.webkitCreateShadowRoot();
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/Events/EventsDispatchingInShadowTrees.html ('k') | PerformanceTests/ShadowDOM/ChangingSelect.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698