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

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: Make styleRecalc traverse shadow trees in 2 pass algorithm Created 7 years 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/shadow-element-add-child-dynamically-expected.html b/LayoutTests/fast/dom/shadow/shadow-element-add-child-dynamically-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..2cc46ff79e58a736c662276ddd7c39240b62b966
--- /dev/null
+++ b/LayoutTests/fast/dom/shadow/shadow-element-add-child-dynamically-expected.html
@@ -0,0 +1,6 @@
+<!DOCTYPE html>
+<html>
+<body>
+<div id="host"><div id="shadow-child">CHILD1CHILD2</div></div>
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698