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;"
26 After innerHTML = innerHTML:
30 | style="font-size: 12px; color: blue;"
37 | style="font-size: 12px;"
39 | "Paste it below in the empty line below. The font size should be 12px and the text should be in blue."
43 | style="font-size: 12px; color: blue;"