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

Unified Diff: LayoutTests/fast/dom/shadow/shadowdom-for-meter-with-style-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-with-style-expected.html
diff --git a/LayoutTests/fast/dom/shadow/shadowdom-for-meter-with-style-expected.html b/LayoutTests/fast/dom/shadow/shadowdom-for-meter-with-style-expected.html
index 1d20232d6516a6c9694339e2fd5a9dc6bac6d979..1585711fab6bba4cad457f3f798c3317c25511c3 100644
--- a/LayoutTests/fast/dom/shadow/shadowdom-for-meter-with-style-expected.html
+++ b/LayoutTests/fast/dom/shadow/shadowdom-for-meter-with-style-expected.html
@@ -21,7 +21,7 @@ meter {
<div id="container">
<div id="wrapper" class="meter-like">
<div style="margin-left: 100px;">
- <meter id="with-style" class="meter-inner-element-like" min="0" max="100" value="50"></meter><span>(after)</span>
+ <span>(after)</span>
</div>
</div>
</div>

Powered by Google App Engine
This is Rietveld 408576698