Chromium Code Reviews| Index: chrome/test/data/gpu/webgl_teapot/teapot_files/epilogue.js |
| diff --git a/chrome/test/data/gpu/webgl_teapot/teapot_files/epilogue.js b/chrome/test/data/gpu/webgl_teapot/teapot_files/epilogue.js |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..7ec2816b3872349da8714001fc29d9a204070a44 |
| --- /dev/null |
| +++ b/chrome/test/data/gpu/webgl_teapot/teapot_files/epilogue.js |
| @@ -0,0 +1,2 @@ |
| +document.body.appendChild(document.createTextNode("Finished Test")); |
| +document.body.appendChild(document.createElement("br")); |