Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/fast/dom/shadow/shadowdom-for-progress-without-appearance-expected.html |
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/shadow/shadowdom-for-progress-without-appearance-expected.html b/third_party/WebKit/LayoutTests/fast/dom/shadow/shadowdom-for-progress-without-appearance-expected.html |
| deleted file mode 100644 |
| index e5dcbc3525f4f5d5aa9c06b7bafb39f074db9685..0000000000000000000000000000000000000000 |
| --- a/third_party/WebKit/LayoutTests/fast/dom/shadow/shadowdom-for-progress-without-appearance-expected.html |
| +++ /dev/null |
| @@ -1,19 +0,0 @@ |
| -<!DOCTYPE html> |
| -<html> |
| -<head> |
| - <link rel="stylesheet" href="resources/replaced-element-styles.css"> |
| -</head> |
| -<body> |
| - |
| -<style> |
| -progress#progress { |
| - -webkit-appearance: none; |
| -} |
| -</style> |
| - |
| -<div id="container"> |
| - <div class="progress-like"><span>(after)</span></div> |
| -</div> |
| - |
| -</body> |
| -</html> |