Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/fast/compositorworker/resources/proxy-disconnect.js |
| diff --git a/third_party/WebKit/LayoutTests/fast/compositorworker/resources/proxy-disconnect.js b/third_party/WebKit/LayoutTests/fast/compositorworker/resources/proxy-disconnect.js |
| deleted file mode 100644 |
| index b76769cd45c30e6ccac3781823dbe4ef4d431f01..0000000000000000000000000000000000000000 |
| --- a/third_party/WebKit/LayoutTests/fast/compositorworker/resources/proxy-disconnect.js |
| +++ /dev/null |
| @@ -1,10 +0,0 @@ |
| -onmessage = function(event) { |
| - var proxy = event.data; |
| - proxy.opacity; |
| - proxy.disconnect(); |
| - try { |
| - proxy.opacity; |
| - } catch (e) { |
| - postMessage(e.name); |
| - } |
| -} |