Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/fast/css/getComputedStyle/getComputedStyle-zIndex-auto-expected.txt |
| diff --git a/third_party/WebKit/LayoutTests/fast/css/getComputedStyle/getComputedStyle-zIndex-auto-expected.txt b/third_party/WebKit/LayoutTests/fast/css/getComputedStyle/getComputedStyle-zIndex-auto-expected.txt |
| deleted file mode 100644 |
| index 2a4e5a48e42832bd62c2179f4ac57368bd8439bc..0000000000000000000000000000000000000000 |
| --- a/third_party/WebKit/LayoutTests/fast/css/getComputedStyle/getComputedStyle-zIndex-auto-expected.txt |
| +++ /dev/null |
| @@ -1,8 +0,0 @@ |
| -Non-positioned Div: |
| - Computed Style = auto (Should be auto) |
| - element.style.zIndex = 20 (Should be 20) |
| - |
| -Positioned Div: |
| - Computed Style = 20 (Should be 20) |
| - element.style.zIndex = 20 (Should be 20) |
| - |