forked from mirrors/gecko-dev
Automatic update from web-platform-tests Remove extraneous `</div>` from preserve3d-pseudo-element.html (#41419) -- wpt-commits: e160b537f852a1449671b7ce2e4e82270062d699 wpt-pr: 41419
11 lines
246 B
HTML
11 lines
246 B
HTML
<!doctype html>
|
|
<title>CSS Test: preserve-3d on pseudo elements</title>
|
|
<link rel="author" title="Matt Woodrow" href="mailto:mattwoodrow@apple.com">
|
|
<style>
|
|
div {
|
|
width: 200px;
|
|
height: 200px;
|
|
background-color: green;
|
|
}
|
|
</style>
|
|
<div></div>
|