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

Side by Side Diff: LayoutTests/webexposed/element-instance-property-listing-expected.txt

Issue 1182243005: Add sinkId/setSinkId() extension to HTMLMediaElement. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Update expected value for public interface/properties tests Created 5 years, 6 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 unified diff | Download patch
OLDNEW
1 This test documents all properties on all element instances. 1 This test documents all properties on all element instances.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 [HTML NAMESPACE ELEMENT PROPERTIES] 6 [HTML NAMESPACE ELEMENT PROPERTIES]
7 namespace http://www.w3.org/1999/xhtml 7 namespace http://www.w3.org/1999/xhtml
8 <common> 8 <common>
9 property ATTRIBUTE_NODE 9 property ATTRIBUTE_NODE
10 property CDATA_SECTION_NODE 10 property CDATA_SECTION_NODE
(...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after
321 property pause 321 property pause
322 property paused 322 property paused
323 property play 323 property play
324 property playbackRate 324 property playbackRate
325 property played 325 property played
326 property preload 326 property preload
327 property readyState 327 property readyState
328 property seekable 328 property seekable
329 property seeking 329 property seeking
330 property setMediaKeys 330 property setMediaKeys
331 property setSinkId
332 property sinkId
331 property src 333 property src
332 property textTracks 334 property textTracks
333 property videoTracks 335 property videoTracks
334 property volume 336 property volume
335 property webkitAddKey 337 property webkitAddKey
336 property webkitAudioDecodedByteCount 338 property webkitAudioDecodedByteCount
337 property webkitCancelKeyRequest 339 property webkitCancelKeyRequest
338 property webkitGenerateKeyRequest 340 property webkitGenerateKeyRequest
339 property webkitVideoDecodedByteCount 341 property webkitVideoDecodedByteCount
340 html element b 342 html element b
(...skipping 716 matching lines...) Expand 10 before | Expand all | Expand 10 after
1057 property paused 1059 property paused
1058 property play 1060 property play
1059 property playbackRate 1061 property playbackRate
1060 property played 1062 property played
1061 property poster 1063 property poster
1062 property preload 1064 property preload
1063 property readyState 1065 property readyState
1064 property seekable 1066 property seekable
1065 property seeking 1067 property seeking
1066 property setMediaKeys 1068 property setMediaKeys
1069 property setSinkId
1070 property sinkId
1067 property src 1071 property src
1068 property textTracks 1072 property textTracks
1069 property videoHeight 1073 property videoHeight
1070 property videoTracks 1074 property videoTracks
1071 property videoWidth 1075 property videoWidth
1072 property volume 1076 property volume
1073 property webkitAddKey 1077 property webkitAddKey
1074 property webkitAudioDecodedByteCount 1078 property webkitAudioDecodedByteCount
1075 property webkitCancelKeyRequest 1079 property webkitCancelKeyRequest
1076 property webkitDecodedFrameCount 1080 property webkitDecodedFrameCount
(...skipping 332 matching lines...) Expand 10 before | Expand all | Expand 10 after
1409 svg element textPath 1413 svg element textPath
1410 svg element title 1414 svg element title
1411 property text 1415 property text
1412 svg element tspan 1416 svg element tspan
1413 svg element use 1417 svg element use
1414 svg element view 1418 svg element view
1415 PASS successfullyParsed is true 1419 PASS successfullyParsed is true
1416 1420
1417 TEST COMPLETE 1421 TEST COMPLETE
1418 1422
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698