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

Unified Diff: LayoutTests/fast/dom/shadow/shadowdom-for-meter-dynamic-expected.html

Issue 22852020: Only allow reprojecting shadows between ShadowRoots of the same type (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Delete another test Created 7 years, 4 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/shadowdom-for-meter-dynamic-expected.html
diff --git a/LayoutTests/fast/dom/shadow/shadowdom-for-meter-dynamic-expected.html b/LayoutTests/fast/dom/shadow/shadowdom-for-meter-dynamic-expected.html
index 839213f9152cd37b3ffd0e01c35298c5477cffde..40e81ad7e17d3e11b36dfbce96254467b0ec2c41 100644
--- a/LayoutTests/fast/dom/shadow/shadowdom-for-meter-dynamic-expected.html
+++ b/LayoutTests/fast/dom/shadow/shadowdom-for-meter-dynamic-expected.html
@@ -6,7 +6,7 @@
<body>
<div id="container">
- <div class="meter-like"><meter class="meter-inner-element-like" min="0" max="100" value="30"></meter><span>(after)</span></div>
+ <div class="meter-like"><span>(after)</span></div>
</div>
</body>

Powered by Google App Engine
This is Rietveld 408576698