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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/shadow/get-destination-insertion-points-re-distribution.html

Issue 1408203003: Disable insertion points in v1 shadow trees. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@v1-youngest-shadow-root-ref
Patch Set: remove expectations Created 5 years, 2 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/LayoutTests/fast/dom/shadow/get-destination-insertion-points-re-distribution.html
diff --git a/third_party/WebKit/LayoutTests/fast/dom/shadow/get-destination-insertion-points-re-distribution.html b/third_party/WebKit/LayoutTests/fast/dom/shadow/get-destination-insertion-points-re-distribution.html
index d08d7bb7414c12ddafd37fc5f9eca7777278cc43..24a3c9fb6691d5024b7ebf6a35e35e551f401f2b 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/shadow/get-destination-insertion-points-re-distribution.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/shadow/get-destination-insertion-points-re-distribution.html
@@ -21,7 +21,6 @@ document.body.appendChild(
shouldBeEqualAsArray(document.getElementById('child-1').getDestinationInsertionPoints(),
[getNodeInTreeOfTrees('host-1/content-1'), getNodeInTreeOfTrees('host-1/host-2/content-2')]);
-debug('adding explicit open mode should not change the behavior.');
document.body.appendChild(
createDOM('div', {},
createDOM('div', {'id': 'host-10'},
@@ -34,9 +33,8 @@ document.body.appendChild(
createDOM('div', {'id': 'child-10'}))));
shouldBeEqualAsArray(document.getElementById('child-10').getDestinationInsertionPoints(),
- [getNodeInTreeOfTrees('host-10/content-10'), getNodeInTreeOfTrees('host-10/host-20/content-20')]);
+ [getNodeInTreeOfTrees('host-10/content-10')]);
-debug('Only unclosed insertion points should be returned for getDestinationInsertionPoints().');
document.body.appendChild(
createDOM('div', {},
createDOM('div', {'id': 'host-11'},

Powered by Google App Engine
This is Rietveld 408576698