Chromium Code Reviews| Index: LayoutTests/media/adopt-node-video-controls-crash.html |
| diff --git a/LayoutTests/media/adopt-node-crash.html b/LayoutTests/media/adopt-node-video-controls-crash.html |
| similarity index 96% |
| copy from LayoutTests/media/adopt-node-crash.html |
| copy to LayoutTests/media/adopt-node-video-controls-crash.html |
| index ae0dc3d32966ad8e6a1b1116115f0b40cb477058..3f1b75ccbfef488e556bec0d2a4d06e8ffc45072 100644 |
| --- a/LayoutTests/media/adopt-node-crash.html |
| +++ b/LayoutTests/media/adopt-node-video-controls-crash.html |
| @@ -56,7 +56,7 @@ |
| </head> |
| <body> |
| <iframe id="iframe" width=340 height=260 ></iframe> |
| - <div id=parent><video id=vid></video></div> |
| + <div id=parent><video controls id=vid></video></div> |
|
philipj_slow
2014/09/16 11:59:39
This test is much bigger than it needs to be. Plea
aberent
2014/09/16 14:45:40
Done.
|
| <p>Tests that we don't crash when moving a video element to a new document.</p> |
| <script>start()</script> |
| <pre id="console"></pre> |