| Index: LayoutTests/fast/mediastream/getMediaDevices-expected.txt
|
| diff --git a/LayoutTests/accessibility/accessibility-node-memory-management-expected.txt b/LayoutTests/fast/mediastream/getMediaDevices-expected.txt
|
| similarity index 31%
|
| copy from LayoutTests/accessibility/accessibility-node-memory-management-expected.txt
|
| copy to LayoutTests/fast/mediastream/getMediaDevices-expected.txt
|
| index 116ba545364b89b68539567c7fdaeed012f28786..9be9aed26aba07ae3de6d730a3d623f643565ad6 100644
|
| --- a/LayoutTests/accessibility/accessibility-node-memory-management-expected.txt
|
| +++ b/LayoutTests/fast/mediastream/getMediaDevices-expected.txt
|
| @@ -1,11 +1,15 @@
|
| -This test makes sure that AccessibilityNodeObjects are properly detached when the node they point to is deleted.
|
| +Tests navigator.getMediaDevices
|
|
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|
|
|
| -PASS expectedButtonRole != expectedDetachedRole is true
|
| -PASS canvasButtonRole is expectedButtonRole
|
| -PASS detachedCanvasButtonRole is expectedDetachedRole
|
| +PASS navigator.getMediaDevices(devicesCallback); did not throw exception.
|
| +PASS After getMediaDevices
|
| +PASS Devices returned.
|
| +PASS devices.length is 3
|
| +PASS devices[0].kind is "audioinput"
|
| +PASS devices[1].kind is "audiooutput"
|
| +PASS devices[2].kind is "videoinput"
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|