Chromium Code Reviews| Index: LayoutTests/fast/compositorworker/resources/proxy-idle.js |
| diff --git a/LayoutTests/fast/compositorworker/resources/proxy-idle.js b/LayoutTests/fast/compositorworker/resources/proxy-idle.js |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..a32b28318fa05cb020807e931ab29826888c8e55 |
| --- /dev/null |
| +++ b/LayoutTests/fast/compositorworker/resources/proxy-idle.js |
| @@ -0,0 +1,5 @@ |
| +var proxy; |
| +onmessage = function(msg) { |
|
esprehn
2015/04/08 00:17:13
event
sadrul
2015/04/08 02:35:03
Done.
|
| + proxy = msg.data; |
| + postMessage('started'); |
| +} |