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

Unified Diff: LayoutTests/fast/dom/shadow/content-pseudo-element-dynamic-class-expected.html

Issue 637273003: Corrected insertion point style recalc. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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: LayoutTests/fast/dom/shadow/content-pseudo-element-dynamic-class-expected.html
diff --git a/LayoutTests/fast/dom/shadow/content-pseudo-element-dynamic-class-expected.html b/LayoutTests/fast/dom/shadow/content-pseudo-element-dynamic-class-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..5d62004feb663a40cf6c94493612f846eb07b52c
--- /dev/null
+++ b/LayoutTests/fast/dom/shadow/content-pseudo-element-dynamic-class-expected.html
@@ -0,0 +1,8 @@
+<!DOCTYPE html>
+<style>
+.square { width: 100px; height: 100px; background-color: green; }
+</style>
+<p>You should see two green squares below.</p>
+<div class="square"></div>
+<br>
+<div class="square"></div>
« no previous file with comments | « LayoutTests/fast/dom/shadow/content-pseudo-element-dynamic-class.html ('k') | Source/core/dom/shadow/InsertionPoint.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698