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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/shadow/shadowdom-for-input-appearance-expected.html

Issue 1751953003: Remove the support of multiple shadow roots with a user agent shadow root (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix failing tests Created 4 years, 10 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-for-input-appearance-expected.html
diff --git a/third_party/WebKit/LayoutTests/fast/dom/shadow/shadowdom-for-input-appearance-expected.html b/third_party/WebKit/LayoutTests/fast/dom/shadow/shadowdom-for-input-appearance-expected.html
deleted file mode 100644
index 26ad8701045ad7ba19099831511a05940eb670f5..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/dom/shadow/shadowdom-for-input-appearance-expected.html
+++ /dev/null
@@ -1,36 +0,0 @@
-<!DOCTYPE html>
-<body>
-<style>
-span {
- border: none;
- display: inline-block;
- font: -webkit-small-control;
- margin: 2px;
- padding: 2px;
- color: black;
- background-color: white;
-}
-.color {
- width: 44px;
- height: 23px;
-}
-.date {
- font-family: monospace;
-}
-.hidden {
- display: none;
-}
-</style>
-<div><span class="button">Shadow!Content</span></div>
-<div><span class="checkbox">Shadow!Content</span></div>
-<div><span class="color">Shadow!Content</span></div>
-<div><span class="date">Shadow!Content</span></div>
-<div><span class="file">Shadow!Content</span></div>
-<div><span class="hidden">Shadow!Content</span></div>
-<div><span class="number">Shadow!Content</span></div>
-<div><span class="radio">Shadow!Content</span></div>
-<div><span class="range">Shadow!Content</span></div>
-<div><span class="search">Shadow!Content</span></div>
-<div><span class="text" tabindex=0>Shadow!Content</span></div>
-<script>document.querySelector('.text').focus();</script>
-</body>

Powered by Google App Engine
This is Rietveld 408576698