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

Side by Side Diff: LayoutTests/virtual/stable/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: Basic Callback version of toBlob function of HTMLCanvasElement Implemented Created 5 years, 4 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 358 matching lines...) Expand 10 before | Expand all | Expand 10 after
369 property reportValidity 369 property reportValidity
370 property setCustomValidity 370 property setCustomValidity
371 property type 371 property type
372 property validationMessage 372 property validationMessage
373 property validity 373 property validity
374 property value 374 property value
375 property willValidate 375 property willValidate
376 html element canvas 376 html element canvas
377 property getContext 377 property getContext
378 property height 378 property height
379 property toBlob
379 property toDataURL 380 property toDataURL
380 property width 381 property width
381 html element caption 382 html element caption
382 property align 383 property align
383 html element center 384 html element center
384 html element cite 385 html element cite
385 html element code 386 html element code
386 html element col 387 html element col
387 property align 388 property align
388 property ch 389 property ch
(...skipping 977 matching lines...) Expand 10 before | Expand all | Expand 10 after
1366 svg element textPath 1367 svg element textPath
1367 svg element title 1368 svg element title
1368 property text 1369 property text
1369 svg element tspan 1370 svg element tspan
1370 svg element use 1371 svg element use
1371 svg element view 1372 svg element view
1372 PASS successfullyParsed is true 1373 PASS successfullyParsed is true
1373 1374
1374 TEST COMPLETE 1375 TEST COMPLETE
1375 1376
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698