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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/shadow/shadowdom-reprojection-2.html

Issue 2843883002: Remove, or rewrite if necessary, tests which use /deep/ or ::shadow (Closed)
Patch Set: rev Created 3 years, 8 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: third_party/WebKit/LayoutTests/fast/dom/shadow/shadowdom-reprojection-2.html
diff --git a/third_party/WebKit/LayoutTests/fast/dom/shadow/shadowdom-reprojection-2.html b/third_party/WebKit/LayoutTests/fast/dom/shadow/shadowdom-reprojection-2.html
index 9ccb8739317afebc8527344b7bee1647ce444562..c8743eaa7987bd0104e43accee2cfee8dbff8fdd 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/shadow/shadowdom-reprojection-2.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/shadow/shadowdom-reprojection-2.html
@@ -2,12 +2,6 @@
<html>
<head>
<script src="resources/shadow-dom.js"></script>
-<style>
-* /deep/ div {
- margin: 10px 10px 10px 10px;
- border: solid black;
-}
-</style>
</head>
<body>
<script>

Powered by Google App Engine
This is Rietveld 408576698