Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/cssom/cssXGetComputedStyle-deprecated.html |
| diff --git a/third_party/WebKit/LayoutTests/cssom/cssXGetComputedStyle-deprecated.html b/third_party/WebKit/LayoutTests/cssom/cssXGetComputedStyle-deprecated.html |
| deleted file mode 100644 |
| index c03d081e9ba0ad7980df0ecf391d5fef98c6008e..0000000000000000000000000000000000000000 |
| --- a/third_party/WebKit/LayoutTests/cssom/cssXGetComputedStyle-deprecated.html |
| +++ /dev/null |
| @@ -1,7 +0,0 @@ |
| -<!DOCTYPE html> |
| -<div id="d"></div> |
| -<script> |
| -if (window.testRunner) |
| - testRunner.dumpAsText(); |
| -d.innerHTML = "[" + getComputedStyle(d).cssLeft + "]"; |
| -</script> |