Chromium Code Reviews| Index: LayoutTests/fast/dom/shadow/pseudoclass-update-indeterminate-progress-expected.html |
| diff --git a/LayoutTests/fast/dom/shadow/pseudoclass-update-indeterminate-progress-expected.html b/LayoutTests/fast/dom/shadow/pseudoclass-update-indeterminate-progress-expected.html |
| deleted file mode 100644 |
| index 8c43ffdf65fad1983291ee5b345a58ccba38c4df..0000000000000000000000000000000000000000 |
| --- a/LayoutTests/fast/dom/shadow/pseudoclass-update-indeterminate-progress-expected.html |
| +++ /dev/null |
| @@ -1,18 +0,0 @@ |
| -<!DOCTYPE html> |
| -<html> |
| -<head> |
| -<style> |
| -progress { |
| - -webkit-appearance: none; |
| -} |
| -</style> |
| -</head> |
| - |
| -<body> |
| - |
| -<p>When progress became 'indeterminate' or not-'indeterminate', distribution should happen.</p> |
| - |
| -<div id="host"><progress id="progress1"></progress><span>separator</span></div> |
| -</body> |
| -</html> |
| - |