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

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

Issue 995363002: Implement autocapitalize in Blink to be used by the embedder. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: update webexposed tests Created 5 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 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 544 matching lines...) Expand 10 before | Expand all | Expand 10 after
555 property srcset 555 property srcset
556 property useMap 556 property useMap
557 property vspace 557 property vspace
558 property width 558 property width
559 property x 559 property x
560 property y 560 property y
561 html element input 561 html element input
562 property accept 562 property accept
563 property align 563 property align
564 property alt 564 property alt
565 property autocapitalize
565 property autocomplete 566 property autocomplete
566 property autofocus 567 property autofocus
567 property checkValidity 568 property checkValidity
568 property checked 569 property checked
569 property defaultChecked 570 property defaultChecked
570 property defaultValue 571 property defaultValue
571 property dirName 572 property dirName
572 property disabled 573 property disabled
573 property files 574 property files
574 property form 575 property form
(...skipping 309 matching lines...) Expand 10 before | Expand all | Expand 10 after
884 property headers 885 property headers
885 property height 886 property height
886 property noWrap 887 property noWrap
887 property rowSpan 888 property rowSpan
888 property scope 889 property scope
889 property vAlign 890 property vAlign
890 property width 891 property width
891 html element template 892 html element template
892 property content 893 property content
893 html element textarea 894 html element textarea
895 property autocapitalize
894 property autofocus 896 property autofocus
895 property checkValidity 897 property checkValidity
896 property cols 898 property cols
897 property defaultValue 899 property defaultValue
898 property dirName 900 property dirName
899 property disabled 901 property disabled
900 property form 902 property form
901 property labels 903 property labels
902 property maxLength 904 property maxLength
903 property minLength 905 property minLength
(...skipping 457 matching lines...) Expand 10 before | Expand all | Expand 10 after
1361 svg element textPath 1363 svg element textPath
1362 svg element title 1364 svg element title
1363 property text 1365 property text
1364 svg element tspan 1366 svg element tspan
1365 svg element use 1367 svg element use
1366 svg element view 1368 svg element view
1367 PASS successfullyParsed is true 1369 PASS successfullyParsed is true
1368 1370
1369 TEST COMPLETE 1371 TEST COMPLETE
1370 1372
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698