diff --git a/test/integration/full-content/fixtures/core__4-invalid-starting-letter.parsed.json b/test/integration/full-content/fixtures/core__4-invalid-starting-letter.parsed.json
index 2dfce101b41c98..b3c0c79ad5cf36 100644
--- a/test/integration/full-content/fixtures/core__4-invalid-starting-letter.parsed.json
+++ b/test/integration/full-content/fixtures/core__4-invalid-starting-letter.parsed.json
@@ -3,6 +3,9 @@
"blockName": null,
"attrs": {},
"innerBlocks": [],
- "innerHTML": "\n"
+ "innerHTML": "\n",
+ "innerContent": [
+ "\n"
+ ]
}
]
diff --git a/test/integration/full-content/fixtures/core__archives.parsed.json b/test/integration/full-content/fixtures/core__archives.parsed.json
index fab690ff93afdf..f974a7a167ab33 100644
--- a/test/integration/full-content/fixtures/core__archives.parsed.json
+++ b/test/integration/full-content/fixtures/core__archives.parsed.json
@@ -6,6 +6,7 @@
"showPostCounts": false
},
"innerBlocks": [],
- "innerHTML": ""
+ "innerHTML": "",
+ "innerContent": []
}
]
diff --git a/test/integration/full-content/fixtures/core__archives__showPostCounts.parsed.json b/test/integration/full-content/fixtures/core__archives__showPostCounts.parsed.json
index cd58cbf96924db..88439c3fc9ff0e 100644
--- a/test/integration/full-content/fixtures/core__archives__showPostCounts.parsed.json
+++ b/test/integration/full-content/fixtures/core__archives__showPostCounts.parsed.json
@@ -6,6 +6,7 @@
"showPostCounts": true
},
"innerBlocks": [],
- "innerHTML": ""
+ "innerHTML": "",
+ "innerContent": []
}
]
diff --git a/test/integration/full-content/fixtures/core__columns.parsed.json b/test/integration/full-content/fixtures/core__columns.parsed.json
index 9ec5cef66ad232..7dbde278bc08c6 100644
--- a/test/integration/full-content/fixtures/core__columns.parsed.json
+++ b/test/integration/full-content/fixtures/core__columns.parsed.json
@@ -13,16 +13,29 @@
"blockName": "core/paragraph",
"attrs": {},
"innerBlocks": [],
- "innerHTML": "\n\t\t
Column One, Paragraph One
\n\t\t"
+ "innerHTML": "\n\t\tColumn One, Paragraph One
\n\t\t",
+ "innerContent": [
+ "\n\t\tColumn One, Paragraph One
\n\t\t"
+ ]
},
{
"blockName": "core/paragraph",
"attrs": {},
"innerBlocks": [],
- "innerHTML": "\n\t\tColumn One, Paragraph Two
\n\t\t"
+ "innerHTML": "\n\t\tColumn One, Paragraph Two
\n\t\t",
+ "innerContent": [
+ "\n\t\tColumn One, Paragraph Two
\n\t\t"
+ ]
}
],
- "innerHTML": "\n\t\n\t\t\n\t\t\n\t
\n\t"
+ "innerHTML": "\n\t\n\t\t\n\t\t\n\t
\n\t",
+ "innerContent": [
+ "\n\t\n\t\t",
+ null,
+ "\n\t\t",
+ null,
+ "\n\t
\n\t"
+ ]
},
{
"blockName": "core/column",
@@ -32,24 +45,47 @@
"blockName": "core/paragraph",
"attrs": {},
"innerBlocks": [],
- "innerHTML": "\n\t\tColumn Two, Paragraph One
\n\t\t"
+ "innerHTML": "\n\t\tColumn Two, Paragraph One
\n\t\t",
+ "innerContent": [
+ "\n\t\tColumn Two, Paragraph One
\n\t\t"
+ ]
},
{
"blockName": "core/paragraph",
"attrs": {},
"innerBlocks": [],
- "innerHTML": "\n\t\tColumn Three, Paragraph One
\n\t\t"
+ "innerHTML": "\n\t\tColumn Three, Paragraph One
\n\t\t",
+ "innerContent": [
+ "\n\t\tColumn Three, Paragraph One
\n\t\t"
+ ]
}
],
- "innerHTML": "\n\t\n\t\t\n\t\t\n\t
\n\t"
+ "innerHTML": "\n\t\n\t\t\n\t\t\n\t
\n\t",
+ "innerContent": [
+ "\n\t\n\t\t",
+ null,
+ "\n\t\t",
+ null,
+ "\n\t
\n\t"
+ ]
}
],
- "innerHTML": "\n\n\t\n\t\n
\n"
+ "innerHTML": "\n\n\t\n\t\n
\n",
+ "innerContent": [
+ "\n\n\t",
+ null,
+ "\n\t",
+ null,
+ "\n
\n"
+ ]
},
{
"blockName": null,
"attrs": {},
"innerBlocks": [],
- "innerHTML": "\n"
+ "innerHTML": "\n",
+ "innerContent": [
+ "\n"
+ ]
}
]
diff --git a/test/integration/full-content/fixtures/core__columns__deprecated.parsed.json b/test/integration/full-content/fixtures/core__columns__deprecated.parsed.json
index 2d973027f4a5a3..6bb604b40ecfb1 100644
--- a/test/integration/full-content/fixtures/core__columns__deprecated.parsed.json
+++ b/test/integration/full-content/fixtures/core__columns__deprecated.parsed.json
@@ -11,7 +11,10 @@
"layout": "column-1"
},
"innerBlocks": [],
- "innerHTML": "\n\tColumn One, Paragraph One
\n\t"
+ "innerHTML": "\n\tColumn One, Paragraph One
\n\t",
+ "innerContent": [
+ "\n\tColumn One, Paragraph One
\n\t"
+ ]
},
{
"blockName": "core/paragraph",
@@ -19,7 +22,10 @@
"layout": "column-1"
},
"innerBlocks": [],
- "innerHTML": "\n\tColumn One, Paragraph Two
\n\t"
+ "innerHTML": "\n\tColumn One, Paragraph Two
\n\t",
+ "innerContent": [
+ "\n\tColumn One, Paragraph Two
\n\t"
+ ]
},
{
"blockName": "core/paragraph",
@@ -27,7 +33,10 @@
"layout": "column-2"
},
"innerBlocks": [],
- "innerHTML": "\n\tColumn Two, Paragraph One
\n\t"
+ "innerHTML": "\n\tColumn Two, Paragraph One
\n\t",
+ "innerContent": [
+ "\n\tColumn Two, Paragraph One
\n\t"
+ ]
},
{
"blockName": "core/paragraph",
@@ -35,15 +44,32 @@
"layout": "column-3"
},
"innerBlocks": [],
- "innerHTML": "\n\tColumn Three, Paragraph One
\n\t"
+ "innerHTML": "\n\tColumn Three, Paragraph One
\n\t",
+ "innerContent": [
+ "\n\tColumn Three, Paragraph One
\n\t"
+ ]
}
],
- "innerHTML": "\n\n\t\n\t\n\t\n\t\n
\n"
+ "innerHTML": "\n\n\t\n\t\n\t\n\t\n
\n",
+ "innerContent": [
+ "\n\n\t",
+ null,
+ "\n\t",
+ null,
+ "\n\t",
+ null,
+ "\n\t",
+ null,
+ "\n
\n"
+ ]
},
{
"blockName": null,
"attrs": {},
"innerBlocks": [],
- "innerHTML": "\n"
+ "innerHTML": "\n",
+ "innerContent": [
+ "\n"
+ ]
}
]
diff --git a/test/integration/full-content/fixtures/core__cover.parsed.json b/test/integration/full-content/fixtures/core__cover.parsed.json
index df28934792c0be..14f37b617067b4 100644
--- a/test/integration/full-content/fixtures/core__cover.parsed.json
+++ b/test/integration/full-content/fixtures/core__cover.parsed.json
@@ -15,6 +15,9 @@
"blockName": null,
"attrs": {},
"innerBlocks": [],
- "innerHTML": "\n"
+ "innerHTML": "\n",
+ "innerContent": [
+ "\n"
+ ]
}
]
diff --git a/test/integration/full-content/fixtures/core__cover__video-overlay.parsed.json b/test/integration/full-content/fixtures/core__cover__video-overlay.parsed.json
index 71dd6c0a0294ad..a2a3ccc94a7136 100644
--- a/test/integration/full-content/fixtures/core__cover__video-overlay.parsed.json
+++ b/test/integration/full-content/fixtures/core__cover__video-overlay.parsed.json
@@ -8,12 +8,18 @@
"backgroundType": "video"
},
"innerBlocks": [],
- "innerHTML": "\n\n"
+ "innerHTML": "\n\n",
+ "innerContent": [
+ "\n\n"
+ ]
},
{
"blockName": null,
"attrs": {},
"innerBlocks": [],
- "innerHTML": "\n"
+ "innerHTML": "\n",
+ "innerContent": [
+ "\n"
+ ]
}
]
diff --git a/test/integration/full-content/fixtures/core__embed.parsed.json b/test/integration/full-content/fixtures/core__embed.parsed.json
index 5efa23bb5f83c4..43bbfac823cd06 100644
--- a/test/integration/full-content/fixtures/core__embed.parsed.json
+++ b/test/integration/full-content/fixtures/core__embed.parsed.json
@@ -5,12 +5,18 @@
"url": "https://example.com/"
},
"innerBlocks": [],
- "innerHTML": "\n\n"
+ "innerHTML": "\n\n",
+ "innerContent": [
+ "\n\n"
+ ]
},
{
"blockName": null,
"attrs": {},
"innerBlocks": [],
- "innerHTML": "\n"
+ "innerHTML": "\n",
+ "innerContent": [
+ "\n"
+ ]
}
]
diff --git a/test/integration/full-content/fixtures/core__file__new-window.parsed.json b/test/integration/full-content/fixtures/core__file__new-window.parsed.json
index c674f669bc26fe..a29bea33c5b2ba 100644
--- a/test/integration/full-content/fixtures/core__file__new-window.parsed.json
+++ b/test/integration/full-content/fixtures/core__file__new-window.parsed.json
@@ -7,12 +7,18 @@
"id": 176
},
"innerBlocks": [],
- "innerHTML": "\n\n"
+ "innerHTML": "\n\n",
+ "innerContent": [
+ "\n\n"
+ ]
},
{
"blockName": null,
"attrs": {},
"innerBlocks": [],
- "innerHTML": "\n"
+ "innerHTML": "\n",
+ "innerContent": [
+ "\n"
+ ]
}
]
diff --git a/test/integration/full-content/fixtures/core__file__no-download-button.parsed.json b/test/integration/full-content/fixtures/core__file__no-download-button.parsed.json
index 65a2cffa5ec9a5..ac019b969423ca 100644
--- a/test/integration/full-content/fixtures/core__file__no-download-button.parsed.json
+++ b/test/integration/full-content/fixtures/core__file__no-download-button.parsed.json
@@ -7,12 +7,18 @@
"id": 176
},
"innerBlocks": [],
- "innerHTML": "\n\n"
+ "innerHTML": "\n\n",
+ "innerContent": [
+ "\n\n"
+ ]
},
{
"blockName": null,
"attrs": {},
"innerBlocks": [],
- "innerHTML": "\n"
+ "innerHTML": "\n",
+ "innerContent": [
+ "\n"
+ ]
}
]
diff --git a/test/integration/full-content/fixtures/core__file__no-text-link.parsed.json b/test/integration/full-content/fixtures/core__file__no-text-link.parsed.json
index 6a891d4ea839c6..d70321c12c06dd 100644
--- a/test/integration/full-content/fixtures/core__file__no-text-link.parsed.json
+++ b/test/integration/full-content/fixtures/core__file__no-text-link.parsed.json
@@ -7,12 +7,18 @@
"id": 176
},
"innerBlocks": [],
- "innerHTML": "\n\n"
+ "innerHTML": "\n\n",
+ "innerContent": [
+ "\n\n"
+ ]
},
{
"blockName": null,
"attrs": {},
"innerBlocks": [],
- "innerHTML": "\n"
+ "innerHTML": "\n",
+ "innerContent": [
+ "\n"
+ ]
}
]
diff --git a/test/integration/full-content/fixtures/core__freeform.parsed.json b/test/integration/full-content/fixtures/core__freeform.parsed.json
index 5cf330c0e9e99e..1ec86e571b009c 100644
--- a/test/integration/full-content/fixtures/core__freeform.parsed.json
+++ b/test/integration/full-content/fixtures/core__freeform.parsed.json
@@ -3,12 +3,18 @@
"blockName": "core/freeform",
"attrs": {},
"innerBlocks": [],
- "innerHTML": "\nTesting freeform block with some\n\n\tHTML content\n
\n"
+ "innerHTML": "\nTesting freeform block with some\n\n\tHTML content\n
\n",
+ "innerContent": [
+ "\nTesting freeform block with some\n\n\tHTML content\n
\n"
+ ]
},
{
"blockName": null,
"attrs": {},
"innerBlocks": [],
- "innerHTML": "\n"
+ "innerHTML": "\n",
+ "innerContent": [
+ "\n"
+ ]
}
]
diff --git a/test/integration/full-content/fixtures/core__freeform__undelimited.parsed.json b/test/integration/full-content/fixtures/core__freeform__undelimited.parsed.json
index 02999f7b830c4d..4aca91e2f3a228 100644
--- a/test/integration/full-content/fixtures/core__freeform__undelimited.parsed.json
+++ b/test/integration/full-content/fixtures/core__freeform__undelimited.parsed.json
@@ -3,6 +3,9 @@
"blockName": null,
"attrs": {},
"innerBlocks": [],
- "innerHTML": "Testing freeform block with some\n\n\tHTML content\n
\n"
+ "innerHTML": "Testing freeform block with some\n\n\tHTML content\n
\n",
+ "innerContent": [
+ "Testing freeform block with some\n\n\tHTML content\n
\n"
+ ]
}
]
diff --git a/test/integration/full-content/fixtures/core__gallery.parsed.json b/test/integration/full-content/fixtures/core__gallery.parsed.json
index 3d80657c7f204b..fc5c9e17d6890b 100644
--- a/test/integration/full-content/fixtures/core__gallery.parsed.json
+++ b/test/integration/full-content/fixtures/core__gallery.parsed.json
@@ -3,12 +3,18 @@
"blockName": "core/gallery",
"attrs": {},
"innerBlocks": [],
- "innerHTML": "\n\n\t- \n\t\t\n\t
\n\t- \n\t\t\n\t
\n
\n"
+ "innerHTML": "\n\n\t- \n\t\t\n\t
\n\t- \n\t\t\n\t
\n
\n",
+ "innerContent": [
+ "\n\n\t- \n\t\t\n\t
\n\t- \n\t\t\n\t
\n
\n"
+ ]
},
{
"blockName": null,
"attrs": {},
"innerBlocks": [],
- "innerHTML": "\n"
+ "innerHTML": "\n",
+ "innerContent": [
+ "\n"
+ ]
}
]
diff --git a/test/integration/full-content/fixtures/core__gallery__columns.parsed.json b/test/integration/full-content/fixtures/core__gallery__columns.parsed.json
index 44faed907a8fce..6f6e4b856d7ece 100644
--- a/test/integration/full-content/fixtures/core__gallery__columns.parsed.json
+++ b/test/integration/full-content/fixtures/core__gallery__columns.parsed.json
@@ -5,12 +5,18 @@
"columns": 1
},
"innerBlocks": [],
- "innerHTML": "\n\n\t- \n\t\t\n\t
\n\t- \n\t\t\n\t
\n
\n"
+ "innerHTML": "\n\n\t- \n\t\t\n\t
\n\t- \n\t\t\n\t
\n
\n",
+ "innerContent": [
+ "\n\n\t- \n\t\t\n\t
\n\t- \n\t\t\n\t
\n
\n"
+ ]
},
{
"blockName": null,
"attrs": {},
"innerBlocks": [],
- "innerHTML": "\n"
+ "innerHTML": "\n",
+ "innerContent": [
+ "\n"
+ ]
}
]
diff --git a/test/integration/full-content/fixtures/core__heading__h2-em.parsed.json b/test/integration/full-content/fixtures/core__heading__h2-em.parsed.json
index 76d235d42c8967..e10209f2270c98 100644
--- a/test/integration/full-content/fixtures/core__heading__h2-em.parsed.json
+++ b/test/integration/full-content/fixtures/core__heading__h2-em.parsed.json
@@ -3,12 +3,18 @@
"blockName": "core/heading",
"attrs": {},
"innerBlocks": [],
- "innerHTML": "\nThe Inserter Tool
\n"
+ "innerHTML": "\nThe Inserter Tool
\n",
+ "innerContent": [
+ "\nThe Inserter Tool
\n"
+ ]
},
{
"blockName": null,
"attrs": {},
"innerBlocks": [],
- "innerHTML": "\n"
+ "innerHTML": "\n",
+ "innerContent": [
+ "\n"
+ ]
}
]
diff --git a/test/integration/full-content/fixtures/core__heading__h2.parsed.json b/test/integration/full-content/fixtures/core__heading__h2.parsed.json
index 700f5f941e3fd2..be6bc63b316dea 100644
--- a/test/integration/full-content/fixtures/core__heading__h2.parsed.json
+++ b/test/integration/full-content/fixtures/core__heading__h2.parsed.json
@@ -3,12 +3,18 @@
"blockName": "core/heading",
"attrs": {},
"innerBlocks": [],
- "innerHTML": "\nA picture is worth a thousand words, or so the saying goes
\n"
+ "innerHTML": "\nA picture is worth a thousand words, or so the saying goes
\n",
+ "innerContent": [
+ "\nA picture is worth a thousand words, or so the saying goes
\n"
+ ]
},
{
"blockName": null,
"attrs": {},
"innerBlocks": [],
- "innerHTML": "\n"
+ "innerHTML": "\n",
+ "innerContent": [
+ "\n"
+ ]
}
]
diff --git a/test/integration/full-content/fixtures/core__html.parsed.json b/test/integration/full-content/fixtures/core__html.parsed.json
index 2bfdc658667aef..adb0cd44b33672 100644
--- a/test/integration/full-content/fixtures/core__html.parsed.json
+++ b/test/integration/full-content/fixtures/core__html.parsed.json
@@ -3,12 +3,18 @@
"blockName": "core/html",
"attrs": {},
"innerBlocks": [],
- "innerHTML": "\nSome HTML code
\n\n"
+ "innerHTML": "\nSome HTML code
\n\n",
+ "innerContent": [
+ "\nSome HTML code
\n\n"
+ ]
},
{
"blockName": null,
"attrs": {},
"innerBlocks": [],
- "innerHTML": "\n"
+ "innerHTML": "\n",
+ "innerContent": [
+ "\n"
+ ]
}
]
diff --git a/test/integration/full-content/fixtures/core__image.parsed.json b/test/integration/full-content/fixtures/core__image.parsed.json
index fff414d9b01ba0..d7e16a440ddefb 100644
--- a/test/integration/full-content/fixtures/core__image.parsed.json
+++ b/test/integration/full-content/fixtures/core__image.parsed.json
@@ -3,12 +3,18 @@
"blockName": "core/image",
"attrs": {},
"innerBlocks": [],
- "innerHTML": "\n\n"
+ "innerHTML": "\n\n",
+ "innerContent": [
+ "\n\n"
+ ]
},
{
"blockName": null,
"attrs": {},
"innerBlocks": [],
- "innerHTML": "\n"
+ "innerHTML": "\n",
+ "innerContent": [
+ "\n"
+ ]
}
]
diff --git a/test/integration/full-content/fixtures/core__image__attachment-link.parsed.json b/test/integration/full-content/fixtures/core__image__attachment-link.parsed.json
index e5da07242d556c..fae6604516028e 100644
--- a/test/integration/full-content/fixtures/core__image__attachment-link.parsed.json
+++ b/test/integration/full-content/fixtures/core__image__attachment-link.parsed.json
@@ -5,12 +5,18 @@
"linkDestination": "attachment"
},
"innerBlocks": [],
- "innerHTML": "\n\n"
+ "innerHTML": "\n\n",
+ "innerContent": [
+ "\n\n"
+ ]
},
{
"blockName": null,
"attrs": {},
"innerBlocks": [],
- "innerHTML": "\n"
+ "innerHTML": "\n",
+ "innerContent": [
+ "\n"
+ ]
}
]
diff --git a/test/integration/full-content/fixtures/core__image__center-caption.parsed.json b/test/integration/full-content/fixtures/core__image__center-caption.parsed.json
index 290057c2876a7c..02ff95e3ae8cb7 100644
--- a/test/integration/full-content/fixtures/core__image__center-caption.parsed.json
+++ b/test/integration/full-content/fixtures/core__image__center-caption.parsed.json
@@ -5,12 +5,18 @@
"align": "center"
},
"innerBlocks": [],
- "innerHTML": "\n\n"
+ "innerHTML": "\n\n",
+ "innerContent": [
+ "\n\n"
+ ]
},
{
"blockName": null,
"attrs": {},
"innerBlocks": [],
- "innerHTML": "\n"
+ "innerHTML": "\n",
+ "innerContent": [
+ "\n"
+ ]
}
]
diff --git a/test/integration/full-content/fixtures/core__image__custom-link.parsed.json b/test/integration/full-content/fixtures/core__image__custom-link.parsed.json
index d814737aaedf28..a3625c6a1f683e 100644
--- a/test/integration/full-content/fixtures/core__image__custom-link.parsed.json
+++ b/test/integration/full-content/fixtures/core__image__custom-link.parsed.json
@@ -5,12 +5,18 @@
"linkDestination": "custom"
},
"innerBlocks": [],
- "innerHTML": "\n\n"
+ "innerHTML": "\n\n",
+ "innerContent": [
+ "\n\n"
+ ]
},
{
"blockName": null,
"attrs": {},
"innerBlocks": [],
- "innerHTML": "\n"
+ "innerHTML": "\n",
+ "innerContent": [
+ "\n"
+ ]
}
]
diff --git a/test/integration/full-content/fixtures/core__image__media-link.parsed.json b/test/integration/full-content/fixtures/core__image__media-link.parsed.json
index 345c5d4e258ede..46458a7eec3d7b 100644
--- a/test/integration/full-content/fixtures/core__image__media-link.parsed.json
+++ b/test/integration/full-content/fixtures/core__image__media-link.parsed.json
@@ -5,12 +5,18 @@
"linkDestination": "media"
},
"innerBlocks": [],
- "innerHTML": "\n\n"
+ "innerHTML": "\n\n",
+ "innerContent": [
+ "\n\n"
+ ]
},
{
"blockName": null,
"attrs": {},
"innerBlocks": [],
- "innerHTML": "\n"
+ "innerHTML": "\n",
+ "innerContent": [
+ "\n"
+ ]
}
]
diff --git a/test/integration/full-content/fixtures/core__invalid-Capitals.parsed.json b/test/integration/full-content/fixtures/core__invalid-Capitals.parsed.json
index c17c81b398cf37..cbfafc27db9e92 100644
--- a/test/integration/full-content/fixtures/core__invalid-Capitals.parsed.json
+++ b/test/integration/full-content/fixtures/core__invalid-Capitals.parsed.json
@@ -3,6 +3,9 @@
"blockName": null,
"attrs": {},
"innerBlocks": [],
- "innerHTML": "\n"
+ "innerHTML": "\n",
+ "innerContent": [
+ "\n"
+ ]
}
]
diff --git a/test/integration/full-content/fixtures/core__invalid-special.parsed.json b/test/integration/full-content/fixtures/core__invalid-special.parsed.json
index 3198b43be513ac..05b96f6deb2fc8 100644
--- a/test/integration/full-content/fixtures/core__invalid-special.parsed.json
+++ b/test/integration/full-content/fixtures/core__invalid-special.parsed.json
@@ -3,6 +3,9 @@
"blockName": null,
"attrs": {},
"innerBlocks": [],
- "innerHTML": "\n"
+ "innerHTML": "\n",
+ "innerContent": [
+ "\n"
+ ]
}
]
diff --git a/test/integration/full-content/fixtures/core__latest-comments.parsed.json b/test/integration/full-content/fixtures/core__latest-comments.parsed.json
index 7e8bb541adc0ca..b7a0e614220d8f 100644
--- a/test/integration/full-content/fixtures/core__latest-comments.parsed.json
+++ b/test/integration/full-content/fixtures/core__latest-comments.parsed.json
@@ -7,12 +7,16 @@
"displayTimestamp": true
},
"innerBlocks": [],
- "innerHTML": ""
+ "innerHTML": "",
+ "innerContent": []
},
{
"blockName": null,
"attrs": {},
"innerBlocks": [],
- "innerHTML": "\n"
+ "innerHTML": "\n",
+ "innerContent": [
+ "\n"
+ ]
}
]
diff --git a/test/integration/full-content/fixtures/core__latest-posts.parsed.json b/test/integration/full-content/fixtures/core__latest-posts.parsed.json
index f1c800291d9bc7..4279957a0f5c1e 100644
--- a/test/integration/full-content/fixtures/core__latest-posts.parsed.json
+++ b/test/integration/full-content/fixtures/core__latest-posts.parsed.json
@@ -6,12 +6,16 @@
"displayPostDate": false
},
"innerBlocks": [],
- "innerHTML": ""
+ "innerHTML": "",
+ "innerContent": []
},
{
"blockName": null,
"attrs": {},
"innerBlocks": [],
- "innerHTML": "\n"
+ "innerHTML": "\n",
+ "innerContent": [
+ "\n"
+ ]
}
]
diff --git a/test/integration/full-content/fixtures/core__latest-posts__displayPostDate.parsed.json b/test/integration/full-content/fixtures/core__latest-posts__displayPostDate.parsed.json
index a92b392679099b..57a36f5dce8b81 100644
--- a/test/integration/full-content/fixtures/core__latest-posts__displayPostDate.parsed.json
+++ b/test/integration/full-content/fixtures/core__latest-posts__displayPostDate.parsed.json
@@ -6,12 +6,16 @@
"displayPostDate": true
},
"innerBlocks": [],
- "innerHTML": ""
+ "innerHTML": "",
+ "innerContent": []
},
{
"blockName": null,
"attrs": {},
"innerBlocks": [],
- "innerHTML": "\n"
+ "innerHTML": "\n",
+ "innerContent": [
+ "\n"
+ ]
}
]
diff --git a/test/integration/full-content/fixtures/core__list__ul.parsed.json b/test/integration/full-content/fixtures/core__list__ul.parsed.json
index c42181ba553ac2..83cb9ff7fc24d9 100644
--- a/test/integration/full-content/fixtures/core__list__ul.parsed.json
+++ b/test/integration/full-content/fixtures/core__list__ul.parsed.json
@@ -3,12 +3,18 @@
"blockName": "core/list",
"attrs": {},
"innerBlocks": [],
- "innerHTML": "\n- Text & Headings
- Images & Videos
- Galleries
- Embeds, like YouTube, Tweets, or other WordPress posts.
- Layout blocks, like Buttons, Hero Images, Separators, etc.
- And Lists like this one of course :)
\n"
+ "innerHTML": "\n- Text & Headings
- Images & Videos
- Galleries
- Embeds, like YouTube, Tweets, or other WordPress posts.
- Layout blocks, like Buttons, Hero Images, Separators, etc.
- And Lists like this one of course :)
\n",
+ "innerContent": [
+ "\n- Text & Headings
- Images & Videos
- Galleries
- Embeds, like YouTube, Tweets, or other WordPress posts.
- Layout blocks, like Buttons, Hero Images, Separators, etc.
- And Lists like this one of course :)
\n"
+ ]
},
{
"blockName": null,
"attrs": {},
"innerBlocks": [],
- "innerHTML": "\n"
+ "innerHTML": "\n",
+ "innerContent": [
+ "\n"
+ ]
}
]
diff --git a/test/integration/full-content/fixtures/core__media-text.parsed.json b/test/integration/full-content/fixtures/core__media-text.parsed.json
index 82df7099856696..ec0bf62e613174 100644
--- a/test/integration/full-content/fixtures/core__media-text.parsed.json
+++ b/test/integration/full-content/fixtures/core__media-text.parsed.json
@@ -13,15 +13,26 @@
"fontSize": "large"
},
"innerBlocks": [],
- "innerHTML": "\n\t\tMy Content
\n\t\t"
+ "innerHTML": "\n\t\tMy Content
\n\t\t",
+ "innerContent": [
+ "\n\t\tMy Content
\n\t\t"
+ ]
}
],
- "innerHTML": "\n\n\t
\n\t
\n\t\t\n\t
\n
\n"
+ "innerHTML": "\n\n\t
\n\t
\n\t\t\n\t
\n
\n",
+ "innerContent": [
+ "\n\n\t
\n\t
\n\t\t",
+ null,
+ "\n\t
\n
\n"
+ ]
},
{
"blockName": null,
"attrs": {},
"innerBlocks": [],
- "innerHTML": "\n"
+ "innerHTML": "\n",
+ "innerContent": [
+ "\n"
+ ]
}
]
diff --git a/test/integration/full-content/fixtures/core__media-text__image-alt-no-align.parsed.json b/test/integration/full-content/fixtures/core__media-text__image-alt-no-align.parsed.json
index 5e9fc5b3f5e1e2..e078f9c6ae589d 100644
--- a/test/integration/full-content/fixtures/core__media-text__image-alt-no-align.parsed.json
+++ b/test/integration/full-content/fixtures/core__media-text__image-alt-no-align.parsed.json
@@ -14,15 +14,26 @@
"fontSize": "large"
},
"innerBlocks": [],
- "innerHTML": "\n\t\tContent
\n\t\t"
+ "innerHTML": "\n\t\tContent
\n\t\t",
+ "innerContent": [
+ "\n\t\tContent
\n\t\t"
+ ]
}
],
- "innerHTML": "\n\n\t
\n\t
\n\t\t\n\t
\n
\n"
+ "innerHTML": "\n\n\t
\n\t
\n\t\t\n\t
\n
\n",
+ "innerContent": [
+ "\n\n\t
\n\t
\n\t\t",
+ null,
+ "\n\t
\n
\n"
+ ]
},
{
"blockName": null,
"attrs": {},
"innerBlocks": [],
- "innerHTML": "\n"
+ "innerHTML": "\n",
+ "innerContent": [
+ "\n"
+ ]
}
]
diff --git a/test/integration/full-content/fixtures/core__media-text__is-stacked-on-mobile.parsed.json b/test/integration/full-content/fixtures/core__media-text__is-stacked-on-mobile.parsed.json
index ae97bce2009945..3451267ab68971 100644
--- a/test/integration/full-content/fixtures/core__media-text__is-stacked-on-mobile.parsed.json
+++ b/test/integration/full-content/fixtures/core__media-text__is-stacked-on-mobile.parsed.json
@@ -14,15 +14,26 @@
"fontSize": "large"
},
"innerBlocks": [],
- "innerHTML": "\n\t\tMy Content
\n\t\t"
+ "innerHTML": "\n\t\tMy Content
\n\t\t",
+ "innerContent": [
+ "\n\t\tMy Content
\n\t\t"
+ ]
}
],
- "innerHTML": "\n\n\t
\n\t
\n\t\t\n\t
\n
\n"
+ "innerHTML": "\n\n\t
\n\t
\n\t\t\n\t
\n
\n",
+ "innerContent": [
+ "\n\n\t
\n\t
\n\t\t",
+ null,
+ "\n\t
\n
\n"
+ ]
},
{
"blockName": null,
"attrs": {},
"innerBlocks": [],
- "innerHTML": "\n"
+ "innerHTML": "\n",
+ "innerContent": [
+ "\n"
+ ]
}
]
diff --git a/test/integration/full-content/fixtures/core__media-text__media-right-custom-width.parsed.json b/test/integration/full-content/fixtures/core__media-text__media-right-custom-width.parsed.json
index d344565dadc834..37484502190c7b 100644
--- a/test/integration/full-content/fixtures/core__media-text__media-right-custom-width.parsed.json
+++ b/test/integration/full-content/fixtures/core__media-text__media-right-custom-width.parsed.json
@@ -17,15 +17,26 @@
"fontSize": "large"
},
"innerBlocks": [],
- "innerHTML": "\n\t\tMy video
\n\t\t"
+ "innerHTML": "\n\t\tMy video
\n\t\t",
+ "innerContent": [
+ "\n\t\tMy video
\n\t\t"
+ ]
}
],
- "innerHTML": "\n\n\t
\n\t
\n\t\t\n\t
\n
\n"
+ "innerHTML": "\n\n\t
\n\t
\n\t\t\n\t
\n
\n",
+ "innerContent": [
+ "\n\n\t
\n\t
\n\t\t",
+ null,
+ "\n\t
\n
\n"
+ ]
},
{
"blockName": null,
"attrs": {},
"innerBlocks": [],
- "innerHTML": "\n"
+ "innerHTML": "\n",
+ "innerContent": [
+ "\n"
+ ]
}
]