Chromium Code Reviews| 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">✔</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> |