Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / style / 4230923-expected.txt
blobdb5a7c33ad213c1044c550cf315a8ebb87e4a7e5
1 This tests to make sure that changing block properties of content whose enclosing block is the body doesn't put those properties on the body, since Mail finds it difficult to remove those properties later when necessary. Below is the DOM inside the body. There should be a div with text-align:center on it.
3 <div style="text-align: center;"><br></div>