chromium/third_party/blink/web_tests/compositing/will-change/neutral-keyframe-not-decomposed-expected.html

<!DOCTYPE html>
<style>
#target {
  border-right: solid;
  border-bottom: solid;
  width: 100px;
  height: 100px;
  margin: 50px;
}
</style>
The following shape should look like: _|
<div id="target"></div>