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

Unified Diff: LayoutTests/fast/dom/shadow/css-focus-pseudo-match-shadow-host4.html

Issue 1187053004: Move backgroundColorOf/backgroundColorShouldBe to shadow-dom.js (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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/css-focus-pseudo-match-shadow-host4.html
diff --git a/LayoutTests/fast/dom/shadow/css-focus-pseudo-match-shadow-host4.html b/LayoutTests/fast/dom/shadow/css-focus-pseudo-match-shadow-host4.html
index 43657994f9fb67dfc83ad6e0a8cd9c498b467e15..83c3b01533816a4afd44826ffc6afcaac0239b0b 100644
--- a/LayoutTests/fast/dom/shadow/css-focus-pseudo-match-shadow-host4.html
+++ b/LayoutTests/fast/dom/shadow/css-focus-pseudo-match-shadow-host4.html
@@ -14,14 +14,6 @@ div#shadow-host:focus {
<div id="sandbox"></div>
</body>
<script>
-function backgroundColorOf(selector) {
- return window.getComputedStyle(getNodeInTreeOfTrees(selector)).backgroundColor;
-}
-
-function backgroundColorShouldBe(selector, expected) {
- shouldBeEqualToString('backgroundColorOf(\'' + selector + '\')', expected);
-}
-
function testDistributedNodes() {
debug('Testing shadow host :focus and distributed nodes');

Powered by Google App Engine
This is Rietveld 408576698