Hide video tags and canvases for WebRTC multi-renderer test case.
commit4c2ace85bf3ae63efd5d2083126352ebfcbec08c
authorphoglund <phoglund@chromium.org>
Tue, 25 Aug 2015 15:16:38 +0000 (25 08:16 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 25 Aug 2015 15:17:17 +0000 (25 15:17 +0000)
tree75408cc74eac61527f5b16e5866d31b90e2da689
parent86bae7f445d8c54177be0772606a0d0ed1ded12c
Hide video tags and canvases for WebRTC multi-renderer test case.

This particular test case created new video tags and canvasses
dynamically, which rendered video on the page. This, unfortunately,
is too expensive for some slow bots, so we need to hide them to
prevent them from rendering.

This is why the default video tags and canvasses in the test page are
hidden. We can still extract pixel values from them even if they're not
rendering at the top level, so the test still works.

TBR=kbr@chromium.org
BUG=523152,523152
CC=perkj@chromium.org,mcasas@chromium.org

Review URL: https://codereview.chromium.org/1302293003

Cr-Commit-Position: refs/heads/master@{#345327}
content/test/data/media/getusermedia.html