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

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

Issue 1257253004: [HTMLCanvasElement.toBlob] Default callback version without scheduler (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: A small change from thread safe bind to common bind based on Kinuko's review Created 5 years, 3 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 377 matching lines...) Expand 10 before | Expand all | Expand 10 after
388 property reportValidity 388 property reportValidity
389 property setCustomValidity 389 property setCustomValidity
390 property type 390 property type
391 property validationMessage 391 property validationMessage
392 property validity 392 property validity
393 property value 393 property value
394 property willValidate 394 property willValidate
395 html element canvas 395 html element canvas
396 property getContext 396 property getContext
397 property height 397 property height
398 property toBlob
398 property toDataURL 399 property toDataURL
399 property width 400 property width
400 html element caption 401 html element caption
401 property align 402 property align
402 html element center 403 html element center
403 html element cite 404 html element cite
404 html element code 405 html element code
405 html element col 406 html element col
406 property align 407 property align
407 property ch 408 property ch
(...skipping 1012 matching lines...) Expand 10 before | Expand all | Expand 10 after
1420 svg element textPath 1421 svg element textPath
1421 svg element title 1422 svg element title
1422 property text 1423 property text
1423 svg element tspan 1424 svg element tspan
1424 svg element use 1425 svg element use
1425 svg element view 1426 svg element view
1426 PASS successfullyParsed is true 1427 PASS successfullyParsed is true
1427 1428
1428 TEST COMPLETE 1429 TEST COMPLETE
1429 1430
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698