forked from mirrors/gecko-dev
Automatic update from web-platform-tests Mechanically change my email address (#28120) This CL simply changes my email address in all layout tests, and removes (in some cases) my full name. Change-Id: I94602c858149c7ed9bcdff59e2ad671490347b4d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2769284 Commit-Queue: Mason Freed <masonfreed@chromium.org> Commit-Queue: Chris Harrelson <chrishtr@chromium.org> Auto-Submit: Mason Freed <masonfreed@chromium.org> Reviewed-by: Chris Harrelson <chrishtr@chromium.org> Cr-Commit-Position: refs/heads/master@{#863965} Co-authored-by: Mason Freed <masonfreed@chromium.org> -- wpt-commits: 98ed5928328dd2121d13752ec7c84e1e29c39f4b wpt-pr: 28120
18 lines
289 B
HTML
18 lines
289 B
HTML
<!DOCTYPE html>
|
|
|
|
<meta charset="utf-8">
|
|
<title>Setting composited layer position paints properly</title>
|
|
<link rel="author" href="masonf@chromium.org">
|
|
|
|
|
|
|
|
<div id="box"></div>
|
|
<style>
|
|
div {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 200px;
|
|
height: 200px;
|
|
background: green;
|
|
}
|