| Index: LayoutTests/fast/mediastream/MediaStreamTrack-getSourceInfos-expected.txt | 
| diff --git a/LayoutTests/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientUnits-prop-expected.txt b/LayoutTests/fast/mediastream/MediaStreamTrack-getSourceInfos-expected.txt | 
| similarity index 42% | 
| copy from LayoutTests/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientUnits-prop-expected.txt | 
| copy to LayoutTests/fast/mediastream/MediaStreamTrack-getSourceInfos-expected.txt | 
| index 24f2e7cba46f1742bb134a242afbeb78fee592dc..40a2d0a1550c61dc70b1cf5f7ca60d2fffaf790a 100644 | 
| --- a/LayoutTests/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientUnits-prop-expected.txt | 
| +++ b/LayoutTests/fast/mediastream/MediaStreamTrack-getSourceInfos-expected.txt | 
| @@ -1,12 +1,14 @@ | 
| -SVG 1.1 dynamic update tests | 
| - | 
| -Tests dynamic updates of the 'gradientUnits' property of the SVGLinearGradientElement object | 
| +Tests MediaStreamTrack::getSourceInfos. | 
|  | 
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". | 
|  | 
|  | 
| -PASS linearGradientElement.gradientUnits.baseVal is SVGUnitTypes.SVG_UNIT_TYPE_OBJECTBOUNDINGBOX | 
| -PASS linearGradientElement.gradientUnits.baseVal is SVGUnitTypes.SVG_UNIT_TYPE_USERSPACEONUSE | 
| +PASS sources = MediaStreamTrack.getSourceInfos(); did not throw exception. | 
| +PASS sources.length > 0 is true | 
| +PASS sources = MediaStreamTrack.getSourceInfos(); did not throw exception. | 
| +PASS sources.length > 0 is true | 
| +PASS sources[0].id === previousId is true | 
| +PASS sources[0].label.length > 0 is true | 
| PASS successfullyParsed is true | 
|  | 
| TEST COMPLETE | 
|  |