Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(160)

Unified Diff: LayoutTests/media/adopt-node-video-controls-crash.html

Issue 575563002: Fix adopting a video element with controls (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix TestExpectations and add expected test results Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>
« no previous file with comments | « no previous file | LayoutTests/media/adopt-node-video-controls-crash-expected.txt » ('j') | Source/core/html/HTMLMediaElement.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698