Fixes WebRTC browsertests.
commit7bc51702afbf6957765fcecea2ab4e3cd1afb6cc
authoryukishiino <yukishiino@chromium.org>
Wed, 14 Jan 2015 14:21:08 +0000 (14 06:21 -0800)
committerCommit bot <commit-bot@chromium.org>
Wed, 14 Jan 2015 14:21:44 +0000 (14 14:21 +0000)
tree979d471b583d9696259cfff7e178497de2961634
parent56679603e63fcce35ffbb794795f500ed842e7cc
Fixes WebRTC browsertests.

Blink team is planning to move DOM attributes into prototype chains.
DOM attributes will no longer be accessible as Object properties, e.g.
JSON.stringify will not see DOM attributes.  So WebRTC tests shouldn't
expect that they can stringify DOM attributes.

Fixes tests not to directly stringify DOM objects.

BUG=43394

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

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