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

Side by Side Diff: LayoutTests/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 566 matching lines...) Expand 10 before | Expand all | Expand 10 after
577 property srcset 577 property srcset
578 property useMap 578 property useMap
579 property vspace 579 property vspace
580 property width 580 property width
581 property x 581 property x
582 property y 582 property y
583 html element input 583 html element input
584 property accept 584 property accept
585 property align 585 property align
586 property alt 586 property alt
587 property autocapitalize
587 property autocomplete 588 property autocomplete
588 property autofocus 589 property autofocus
589 property checkValidity 590 property checkValidity
590 property checked 591 property checked
591 property defaultChecked 592 property defaultChecked
592 property defaultValue 593 property defaultValue
593 property dirName 594 property dirName
594 property disabled 595 property disabled
595 property files 596 property files
596 property form 597 property form
(...skipping 324 matching lines...) Expand 10 before | Expand all | Expand 10 after
921 property headers 922 property headers
922 property height 923 property height
923 property noWrap 924 property noWrap
924 property rowSpan 925 property rowSpan
925 property scope 926 property scope
926 property vAlign 927 property vAlign
927 property width 928 property width
928 html element template 929 html element template
929 property content 930 property content
930 html element textarea 931 html element textarea
932 property autocapitalize
931 property autofocus 933 property autofocus
932 property checkValidity 934 property checkValidity
933 property cols 935 property cols
934 property defaultValue 936 property defaultValue
935 property dirName 937 property dirName
936 property disabled 938 property disabled
937 property form 939 property form
938 property inputMode 940 property inputMode
939 property labels 941 property labels
940 property maxLength 942 property maxLength
(...skipping 480 matching lines...) Expand 10 before | Expand all | Expand 10 after
1421 svg element textPath 1423 svg element textPath
1422 svg element title 1424 svg element title
1423 property text 1425 property text
1424 svg element tspan 1426 svg element tspan
1425 svg element use 1427 svg element use
1426 svg element view 1428 svg element view
1427 PASS successfullyParsed is true 1429 PASS successfullyParsed is true
1428 1430
1429 TEST COMPLETE 1431 TEST COMPLETE
1430 1432
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698