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

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

Issue 1815033003: Add srcObject attribute of type MediaStream to HTMLMediaElement. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: haraken's comments + extra test Created 4 years, 9 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 CONSOLE WARNING: The <keygen> element is deprecated and will be removed in M54, around October 2016. See https://www.chromestatus.com/features/5716060992962560 for more details. 1 CONSOLE WARNING: The <keygen> element is deprecated and will be removed in M54, around October 2016. See https://www.chromestatus.com/features/5716060992962560 for more details.
2 This test documents all properties on all element instances. 2 This test documents all properties on all element instances.
3 3
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5 5
6 6
7 [HTML NAMESPACE ELEMENT PROPERTIES] 7 [HTML NAMESPACE ELEMENT PROPERTIES]
8 namespace http://www.w3.org/1999/xhtml 8 namespace http://www.w3.org/1999/xhtml
9 <common> 9 <common>
10 property ATTRIBUTE_NODE 10 property ATTRIBUTE_NODE
(...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after
316 property playbackRate 316 property playbackRate
317 property played 317 property played
318 property preload 318 property preload
319 property readyState 319 property readyState
320 property seekable 320 property seekable
321 property seeking 321 property seeking
322 property setMediaKeys 322 property setMediaKeys
323 property setSinkId 323 property setSinkId
324 property sinkId 324 property sinkId
325 property src 325 property src
326 property srcObject
326 property textTracks 327 property textTracks
327 property videoTracks 328 property videoTracks
328 property volume 329 property volume
329 property webkitAudioDecodedByteCount 330 property webkitAudioDecodedByteCount
330 property webkitVideoDecodedByteCount 331 property webkitVideoDecodedByteCount
331 html element b 332 html element b
332 html element base 333 html element base
333 property href 334 property href
334 property target 335 property target
335 html element basefont 336 html element basefont
(...skipping 723 matching lines...) Expand 10 before | Expand all | Expand 10 after
1059 property played 1060 property played
1060 property poster 1061 property poster
1061 property preload 1062 property preload
1062 property readyState 1063 property readyState
1063 property seekable 1064 property seekable
1064 property seeking 1065 property seeking
1065 property setMediaKeys 1066 property setMediaKeys
1066 property setSinkId 1067 property setSinkId
1067 property sinkId 1068 property sinkId
1068 property src 1069 property src
1070 property srcObject
1069 property textTracks 1071 property textTracks
1070 property videoHeight 1072 property videoHeight
1071 property videoTracks 1073 property videoTracks
1072 property videoWidth 1074 property videoWidth
1073 property volume 1075 property volume
1074 property webkitAudioDecodedByteCount 1076 property webkitAudioDecodedByteCount
1075 property webkitDecodedFrameCount 1077 property webkitDecodedFrameCount
1076 property webkitDisplayingFullscreen 1078 property webkitDisplayingFullscreen
1077 property webkitDroppedFrameCount 1079 property webkitDroppedFrameCount
1078 property webkitEnterFullScreen 1080 property webkitEnterFullScreen
(...skipping 333 matching lines...) Expand 10 before | Expand all | Expand 10 after
1412 svg element textPath 1414 svg element textPath
1413 svg element title 1415 svg element title
1414 property text 1416 property text
1415 svg element tspan 1417 svg element tspan
1416 svg element use 1418 svg element use
1417 svg element view 1419 svg element view
1418 PASS successfullyParsed is true 1420 PASS successfullyParsed is true
1419 1421
1420 TEST COMPLETE 1422 TEST COMPLETE
1421 1423
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698