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

Unified Diff: LayoutTests/fast/dom/shadow/shadow-element-add-child-dynamically-expected.html

Issue 77863002: Update styleRecalc so that it traverses shadow insertion points in 2 pass algorithms (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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: LayoutTests/fast/dom/shadow/shadow-element-add-child-dynamically-expected.html
diff --git a/LayoutTests/fast/dom/shadow/invalidate-distribution-expected.html b/LayoutTests/fast/dom/shadow/shadow-element-add-child-dynamically-expected.html
similarity index 50%
copy from LayoutTests/fast/dom/shadow/invalidate-distribution-expected.html
copy to LayoutTests/fast/dom/shadow/shadow-element-add-child-dynamically-expected.html
index e7fdd741bc95de6cda3fd2de7ee40befe93097d5..89e7bbe4822ae8b690f5381629f14e42d107c757 100644
--- a/LayoutTests/fast/dom/shadow/invalidate-distribution-expected.html
+++ b/LayoutTests/fast/dom/shadow/shadow-element-add-child-dynamically-expected.html
@@ -1,7 +1,6 @@
<!DOCTYPE html>
<html>
<body>
-<div id="host"><p>younger shadow</p></div>
-
+<div><div><div>CHILD1CHILD2</div></div></div>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698