1- src/renderers/dom/shared/__tests__/ReactDOMComponent-test.js
2- * gives source code refs for unknown prop warning (ssr)
3- * gives source code refs for unknown prop warning for exact elements (ssr)
4- * gives source code refs for unknown prop warning for exact elements in composition (ssr)
5-
61src/renderers/dom/shared/__tests__/ReactDOMServerIntegration-test.js
7- * renders a blank div with client render on top of good server markup
8- * renders a div with inline styles with client render on top of good server markup
9- * renders a self-closing tag with client render on top of good server markup
10- * renders a self-closing tag as a child with client render on top of good server markup
11- * renders simple numbers with client render on top of good server markup
12- * renders simple strings with client render on top of good server markup
13- * renders string prop with true value with client render on top of good server markup
14- * renders string prop with false value with client render on top of good server markup
15- * renders boolean prop with true value with client render on top of good server markup
16- * renders boolean prop with false value with client render on top of good server markup
17- * renders boolean prop with self value with client render on top of good server markup
18- * renders boolean prop with "" value with client render on top of good server markup
19- * renders boolean prop with string value with client render on top of good server markup
20- * renders boolean prop with array value with client render on top of good server markup
21- * renders boolean prop with object value with client render on top of good server markup
22- * renders boolean prop with non-zero number value with client render on top of good server markup
23- * renders boolean prop with zero value with client render on top of good server markup
24- * renders download prop with true value with client render on top of good server markup
25- * renders download prop with false value with client render on top of good server markup
26- * renders download prop with string value with client render on top of good server markup
27- * renders download prop with string "true" value with client render on top of good server markup
28- * renders className prop with string value with client render on top of good server markup
29- * renders className prop with empty string value with client render on top of good server markup
30- * renders className prop with true value with client render on top of good server markup
31- * renders className prop with false value with client render on top of good server markup
32- * renders htmlFor with string value with client render on top of good server markup
33- * renders htmlFor with an empty string with client render on top of good server markup
34- * renders className prop with true value with client render on top of good server markup
35- * renders className prop with false value with client render on top of good server markup
36- * renders no ref attribute with client render on top of good server markup
37- * renders no children attribute with client render on top of good server markup
38- * renders no key attribute with client render on top of good server markup
39- * renders no dangerouslySetInnerHTML attribute with client render on top of good server markup
40- * renders no unknown attributes with client render on top of good server markup
41- * renders unknown data- attributes with client render on top of good server markup
42- * renders no unknown attributes for non-standard elements with client render on top of good server markup
43- * renders unknown attributes for custom elements with client render on top of good server markup
44- * renders unknown attributes for custom elements using is with client render on top of good server markup
45- * renders no HTML events with client render on top of good server markup
46- * renders a div with text with client render on top of good server markup
47- * renders a div with text with flanking whitespace with client render on top of good server markup
48- * renders a div with an empty text child with client render on top of good server markup
49- * renders a div with multiple empty text children with server string render
50- * renders a div with multiple empty text children with client render on top of good server markup
51- * renders a div with multiple whitespace children with server string render
52- * renders a div with multiple whitespace children with client render on top of good server markup
53- * renders a div with text sibling to a node with server string render
54- * renders a div with text sibling to a node with client render on top of good server markup
55- * renders a non-standard element with text with client render on top of good server markup
56- * renders a custom element with text with client render on top of good server markup
57- * renders a leading blank child with a text sibling with server string render
58- * renders a leading blank child with a text sibling with client render on top of good server markup
59- * renders a trailing blank child with a text sibling with server string render
60- * renders a trailing blank child with a text sibling with client render on top of good server markup
61- * renders an element with two text children with server string render
62- * renders an element with two text children with client render on top of good server markup
63- * renders a number as single child with client render on top of good server markup
64- * renders zero as single child with client render on top of good server markup
65- * renders an element with number and text children with server string render
66- * renders an element with number and text children with client render on top of good server markup
67- * renders null single child as blank with client render on top of good server markup
68- * renders false single child as blank with client render on top of good server markup
69- * renders undefined single child as blank with client render on top of good server markup
70- * renders a null component children as empty with server string render
71- * renders a null component children as empty with client render on top of good server markup
72- * renders null children as blank with server string render
73- * renders null children as blank with client render on top of good server markup
74- * renders false children as blank with server string render
75- * renders false children as blank with client render on top of good server markup
76- * renders null and false children together as blank with server string render
77- * renders null and false children together as blank with client render on top of good server markup
78- * renders only null and false children as blank with client render on top of good server markup
79- * renders an svg element with client render on top of good server markup
80- * renders svg element with an xlink with client render on top of good server markup
81- * renders a math element with client render on top of good server markup
82- * renders an img with client render on top of good server markup
83- * renders a button with client render on top of good server markup
84- * renders a div with dangerouslySetInnerHTML with client render on top of good server markup
85- * renders a newline-eating tag with content not starting with \n with client render on top of good server markup
86- * renders a newline-eating tag with content starting with \n with client render on top of good server markup
87- * renders a normal tag with content starting with \n with client render on top of good server markup
88- * renders stateless components with client render on top of good server markup
89- * renders ES6 class components with client render on top of good server markup
90- * renders factory components with client render on top of good server markup
91- * renders single child hierarchies of components with client render on top of good server markup
92- * renders multi-child hierarchies of components with client render on top of good server markup
93- * renders a div with a child with client render on top of good server markup
94- * renders a div with multiple children with client render on top of good server markup
95- * renders a div with multiple children separated by whitespace with server string render
96- * renders a div with multiple children separated by whitespace with client render on top of good server markup
97- * renders a div with a single child surrounded by whitespace with server string render
98- * renders a div with a single child surrounded by whitespace with client render on top of good server markup
99- * renders >,<, and & as single child with client render on top of good server markup
100- * renders >,<, and & as multiple children with server string render
101- * renders >,<, and & as multiple children with client render on top of good server markup
102- * renders an input with a value and an onChange with client render on top of good server markup
103- * renders an input with a value and readOnly with client render on top of good server markup
104- * renders an input with a value and no onChange/readOnly with client render on top of good server markup
105- * renders an input with a defaultValue with client render on top of good server markup
106- * renders an input value overriding defaultValue with client render on top of good server markup
107- * renders an input value overriding defaultValue no matter the prop order with client render on top of good server markup
108- * renders a checkbox that is checked with an onChange with client render on top of good server markup
109- * renders a checkbox that is checked with readOnly with client render on top of good server markup
110- * renders a checkbox that is checked and no onChange/readOnly with client render on top of good server markup
111- * renders a checkbox with defaultChecked with client render on top of good server markup
112- * renders a checkbox checked overriding defaultChecked with client render on top of good server markup
113- * renders a checkbox checked overriding defaultChecked no matter the prop order with client render on top of good server markup
114- * renders a textarea with a value and an onChange with client render on top of good server markup
115- * renders a textarea with a value and readOnly with client render on top of good server markup
116- * renders a textarea with a value and no onChange/readOnly with client render on top of good server markup
117- * renders a textarea with a defaultValue with client render on top of good server markup
118- * renders a textarea value overriding defaultValue with client render on top of good server markup
119- * renders a textarea value overriding defaultValue no matter the prop order with client render on top of good server markup
120- * renders a select with a value and an onChange with client render on top of good server markup
121- * renders a select with a value and readOnly with client render on top of good server markup
122- * renders a select with a multiple values and an onChange with client render on top of good server markup
123- * renders a select with a multiple values and readOnly with client render on top of good server markup
124- * renders a select with a value and no onChange/readOnly with client render on top of good server markup
125- * renders a select with a defaultValue with client render on top of good server markup
126- * renders a select value overriding defaultValue with client render on top of good server markup
127- * renders a select value overriding defaultValue no matter the prop order with client render on top of good server markup
128- * renders a controlled text input with client render on top of good server markup
129- * renders a controlled textarea with client render on top of good server markup
130- * renders a controlled checkbox with client render on top of good server markup
131- * renders a controlled select with client render on top of good server markup
132- * should not blow away user-entered text on successful reconnect to an uncontrolled input
133- * should not blow away user-entered text on successful reconnect to a controlled input
1342* should not blow away user-entered text on successful reconnect to an uncontrolled checkbox
1353* should not blow away user-entered text on successful reconnect to a controlled checkbox
1364* should not blow away user-selected value on successful reconnect to an uncontrolled select
1375* should not blow away user-selected value on successful reconnect to an controlled select
138- * renders class child with context with client render on top of good server markup
139- * renders stateless child with context with client render on top of good server markup
140- * renders class child without context with client render on top of good server markup
141- * renders stateless child without context with client render on top of good server markup
142- * renders class child with wrong context with client render on top of good server markup
143- * renders stateless child with wrong context with client render on top of good server markup
144- * renders with context passed through to a grandchild with client render on top of good server markup
145- * renders a child context overriding a parent context with client render on top of good server markup
146- * renders a child context merged with a parent context with client render on top of good server markup
147- * renders with a call to componentWillMount before getChildContext with client render on top of good server markup
148- * should send the correct element to ref functions on client
1496
1507src/renderers/dom/shared/__tests__/ReactDOMTextComponent-test.js
1518* can reconcile text merged by Node.normalize() alongside other elements
@@ -157,10 +14,11 @@ src/renderers/dom/shared/__tests__/ReactMount-test.js
15714* marks top-level mounts
15815
15916src/renderers/dom/shared/__tests__/ReactRenderDocument-test.js
160- * should be able to adopt server markup
161- * should not be able to unmount component from document node
16217* should not be able to switch root constructors
163- * should be able to mount into document
164- * should give helpful errors on state desync
16518* should throw on full document render w/ no markup
166- * supports findDOMNode on full-page components
19+
20+ src/renderers/dom/shared/wrappers/__tests__/ReactDOMOption-test.js
21+ * should flatten children to a string
22+ * should ignore and warn invalid children types
23+ * should ignore null/undefined/false children without warning
24+ * should allow ignoring `value` on option
0 commit comments