Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / dom / shadow / event-path-empty-shadow-element.html
index 850429b..36c4ebd 100644 (file)
@@ -24,7 +24,6 @@ sandbox.appendChild(
               createShadowRoot({'id': 'J'},
                                createDOM('shadow', {'id': 'K'}))));
 
-// ['A', 'B', 'C', 'A/', 'A/E', 'A/F', 'A//', 'A//H', 'A//I', 'A//J'].forEach(function(path) {
 ['A', 'B', 'C', 'A/', 'A/E', 'A/F', 'A//', 'A//H', 'A//I', 'A///', 'A///K'].forEach(function(path) {
     getNodeInTreeOfTrees(path).addEventListener('click', function(event) {
         debug('\nevent.path on node ' + dumpNode(event.currentTarget));