Revert "Bug 1976137: apply code formatting via Lando" for causing build bustages @ Platform.cpp
This reverts commit a2bbd0d672396015e05d323e236619a39b34570a.
Revert "Bug 1976137 part 4: Remove DocAccessibleChild overrides of SendCaretMoveEvent and SendFocusEvent. r=eeejay"
This reverts commit 102a35ed28b8cc8f3ed069ba46e8e1949a6348bf.
Revert "Bug 1976137 part 3: Remove aCaretRect argument from PlatformCaretMoveEvent and PlatformFocusEvent. r=eeejay"
This reverts commit b46aa6464fceaab0d48edada247983c6879e0c74.
Revert "Bug 1976137 part 2: Move UpdateSystemCaretFor to Platform.cpp. r=eeejay"
This reverts commit 21f1cfda868038cb85a01c45512699f4812b9045.
Revert "Bug 1976137 part 1: Unify Windows AccessibleWrap::UpdateSystemCaretFor. r=eeejay"
This reverts commit 05970d567b067b63a45659f56dd77d9190e5e7f7.
<!DOCTYPE html><!-- Any copyright is dedicated to the Public Domain. http://creativecommons.org/publicdomain/zero/1.0/--><html><head><metacharset="utf-8"><title>'box-decoration-break' with child overflow</title><linkrel="author"title="Mats Palmgren"href="https://bugzilla.mozilla.org/show_bug.cgi?id=1249913"><linkrel="help"href="https://drafts.csswg.org/css-break/#break-decoration"><linkrel="match"href="box-decoration-break-bug-1249913-ref.html"><styletype="text/css">body,html{color:black;background:white;font-size:16px;padding:0;margin:0;}p{height:50px;width:100px;margin:0;background:lime;}.clone{height:10px;box-decoration-break:clone;}.border{border:3pxsolidblack;}.outline{outline:3pxsolidbrown;}.shadow{box-shadow:2px2px00blue;}.columns{-ms-columns:2;-webkit-columns:2;columns:2;-ms-column-fill:auto;-webkit-column-fill:auto;column-fill:auto;width:500px;height:30px;border:solidsilver;margin:2px0;}.columnsdiv{height:10px;}</style></head><body><divclass="columns"><divclass="clone border"><p></p></div></div><divclass="columns"><divclass="clone outline"><p></p></div></div><divclass="columns"><divclass="clone shadow"><p></p></div></div><divclass="columns"><divclass="clone border outline"><p></p></div></div><divclass="columns"><divclass="clone border shadow"><p></p></div></div><divclass="columns"><divclass="border"><p></p></div></div><divclass="columns"><divclass="outline"><p></p></div></div><divclass="columns"><divclass="shadow"><p></p></div></div><divclass="columns"><divclass="border outline"><p></p></div></div><divclass="columns"><divclass="border shadow"><p></p></div></div></body></html>