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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/shadow/shadowdom-for-input-checkbox-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-checkbox-expected.html
diff --git a/third_party/WebKit/LayoutTests/fast/dom/shadow/shadowdom-for-input-checkbox-expected.html b/third_party/WebKit/LayoutTests/fast/dom/shadow/shadowdom-for-input-checkbox-expected.html
deleted file mode 100644
index 007d63e7a0c5d817cbdb5a31185cf2eb8a2ce17b..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/dom/shadow/shadowdom-for-input-checkbox-expected.html
+++ /dev/null
@@ -1,28 +0,0 @@
-<!DOCTYPE html>
-<body>
-
-<form>
-<span id="cb1">&#x2714;</span>
-<input type="submit">
-</form>
-
-<style>
-#cb1 {
- -webkit-appearance: none;
- border: outset;
- padding: 2px;
- font-family: monospace;
- font-size: 20px;
- white-space: pre;
- width: 30px;
- height: 30px;
- color: red;
- display: inline-block;
- box-sizing: border-box;
-}
-
-#cb1:focus {
- outline: none;
-}
-</style>
-</body>

Powered by Google App Engine
This is Rietveld 408576698