chromium/third_party/blink/web_tests/external/wpt/editing/other/insertparagraph-in-child-of-html.tentative_designMode=off_white-space=pre-line-expected.txt

This is a testharness.js-based test.
[FAIL] insertParagraph in empty <div style="white-space:pre-line"> after <body> should split the <div>
  assert_in_array: The <div> should be split value "<head><title>iframe</title></head><body><br><div><br></div></body><div style=\\"white-space:pre-line\\"></div>" not in array ["<head><title>iframe</title></head><body><br></body><div style=\\"white-space:pre-line\\">\\n</div><div style=\\"white-space:pre-line\\">\\n</div>", "<head><title>iframe</title></head><body><br></body><div style=\\"white-space:pre-line\\"><br></div><div style=\\"white-space:pre-line\\"><br></div>"]
[FAIL] insertParagraph in empty <div style="white-space:pre-line"> before <body> should split the <div>
  assert_in_array: The <div> should be split value "<head><title>iframe</title></head><div style=\\"white-space:pre-line\\"></div><body><br><div><br></div></body>" not in array ["<head><title>iframe</title></head><div style=\\"white-space:pre-line\\">\\n</div><div style=\\"white-space:pre-line\\">\\n</div><body><br></body>", "<head><title>iframe</title></head><div style=\\"white-space:pre-line\\"><br></div><div style=\\"white-space:pre-line\\"><br></div><body><br></body>"]
[FAIL] insertParagraph in <div style="white-space:pre-line"> (containing text) before <body> should split the <div>
  assert_in_array: The <div> should be split value "<head><title>iframe</title></head><div style=\\"white-space:pre-line\\">abcd</div><body><br></body>" not in array ["<head><title>iframe</title></head><div style=\\"white-space:pre-line\\">ab</div><div style=\\"white-space:pre-line\\">cd</div><body><br></body>", "<head><title>iframe</title></head><div style=\\"white-space:pre-line\\">ab<br></div><div style=\\"white-space:pre-line\\">cd</div><body><br></body>", "<head><title>iframe</title></head><div style=\\"white-space:pre-line\\">ab</div><div style=\\"white-space:pre-line\\">cd<br></div><body><br></body>", "<head><title>iframe</title></head><div style=\\"white-space:pre-line\\">ab<br></div><div style=\\"white-space:pre-line\\">cd<br></div><body><br></body>"]
[FAIL] insertParagraph in empty <div style="white-space:pre-line"> before <head> should split the <div>
  assert_in_array: The <div> should be split value "<div style=\\"white-space:pre-line\\"></div><head><title>iframe</title></head><body><br><div><br></div></body>" not in array ["<div style=\\"white-space:pre-line\\">\\n</div><div style=\\"white-space:pre-line\\">\\n</div><head><title>iframe</title></head><body><br></body>", "<div style=\\"white-space:pre-line\\"><br></div><div style=\\"white-space:pre-line\\"><br></div><head><title>iframe</title></head><body><br></body>"]
Harness: the test ran to completion.