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

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

Issue 1604853004: Rename slot.getDistributedNodes() to slot.getAssingedNodes({flatten: true}). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: minor Created 4 years, 11 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 838 matching lines...) Expand 10 before | Expand all | Expand 10 after
849 property size 849 property size
850 property type 850 property type
851 property validationMessage 851 property validationMessage
852 property validity 852 property validity
853 property value 853 property value
854 property willValidate 854 property willValidate
855 html element shadow 855 html element shadow
856 property getDistributedNodes 856 property getDistributedNodes
857 html element slot 857 html element slot
858 property getAssignedNodes 858 property getAssignedNodes
859 property getDistributedNodes
860 property name 859 property name
861 html element small 860 html element small
862 html element source 861 html element source
863 property media 862 property media
864 property sizes 863 property sizes
865 property src 864 property src
866 property srcset 865 property srcset
867 property type 866 property type
868 html element span 867 html element span
869 html element strike 868 html element strike
(...skipping 551 matching lines...) Expand 10 before | Expand all | Expand 10 after
1421 svg element textPath 1420 svg element textPath
1422 svg element title 1421 svg element title
1423 property text 1422 property text
1424 svg element tspan 1423 svg element tspan
1425 svg element use 1424 svg element use
1426 svg element view 1425 svg element view
1427 PASS successfullyParsed is true 1426 PASS successfullyParsed is true
1428 1427
1429 TEST COMPLETE 1428 TEST COMPLETE
1430 1429
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698