@@ -1154,6 +1154,46 @@ src/renderers/dom/shared/__tests__/ReactDOMServerIntegration-test.js
1154
1154
* throws when rendering string with server string render
1155
1155
* throws when rendering string with clean client render
1156
1156
* throws when rendering string with client render on top of bad server markup
1157
+ * renders class child with context with server string render
1158
+ * renders class child with context with clean client render
1159
+ * renders stateless child with context with server string render
1160
+ * renders stateless child with context with clean client render
1161
+ * renders class child without context with server string render
1162
+ * renders class child without context with clean client render
1163
+ * renders stateless child without context with server string render
1164
+ * renders stateless child without context with clean client render
1165
+ * renders class child with wrong context with server string render
1166
+ * renders class child with wrong context with clean client render
1167
+ * renders stateless child with wrong context with server string render
1168
+ * renders stateless child with wrong context with clean client render
1169
+ * renders with context passed through to a grandchild with server string render
1170
+ * renders with context passed through to a grandchild with clean client render
1171
+ * renders a child context overriding a parent context with server string render
1172
+ * renders a child context overriding a parent context with clean client render
1173
+ * renders a child context merged with a parent context with server string render
1174
+ * renders a child context merged with a parent context with clean client render
1175
+ * renders with a call to componentWillMount before getChildContext with server string render
1176
+ * renders with a call to componentWillMount before getChildContext with clean client render
1177
+ * throws when rendering if getChildContext exists without childContextTypes with server string render
1178
+ * throws when rendering if getChildContext exists without childContextTypes with clean client render
1179
+ * throws when rendering if getChildContext exists without childContextTypes with client render on top of bad server markup
1180
+ * throws when rendering if getChildContext returns a value not in childContextTypes with server string render
1181
+ * throws when rendering if getChildContext returns a value not in childContextTypes with clean client render
1182
+ * throws when rendering if getChildContext returns a value not in childContextTypes with client render on top of bad server markup
1183
+ * should not run ref code on server
1184
+ * should run ref code on client
1185
+ * should have string refs on client when rendered over server markup
1186
+ * should reconnect ES6 Class to ES6 Class
1187
+ * should reconnect Pure Component to ES6 Class
1188
+ * should reconnect Bare Element to ES6 Class
1189
+ * should reconnect ES6 Class to Pure Component
1190
+ * should reconnect Pure Component to Pure Component
1191
+ * should reconnect Bare Element to Pure Component
1192
+ * should reconnect ES6 Class to Bare Element
1193
+ * should reconnect Pure Component to Bare Element
1194
+ * should reconnect Bare Element to Bare Element
1195
+ * should reconnect a div with a number and string version of number
1196
+ * should reconnect if component trees differ but resulting markup is the same
1157
1197
1158
1198
src/renderers/dom/shared/__tests__/ReactDOMTextComponent-test.js
1159
1199
* updates a mounted text component in place
0 commit comments