1 This tests copying and pasting a p element into another p element doesn't end up in a nested p elements.
7 | style="font-size: 12px; color: blue;"
14 | style="font-size: 12px;"
16 | "Paste it below in the empty line below. The font size should be 12px and the text should be in blue."
20 | style="font-size: 12px; color: blue;"
31 After innerHTML = innerHTML:
35 | style="font-size: 12px; color: blue;"
42 | style="font-size: 12px;"
44 | "Paste it below in the empty line below. The font size should be 12px and the text should be in blue."
48 | style="font-size: 12px; color: blue;"