mirror of
https://github.com/servo/servo.git
synced 2025-07-25 08:10:21 +01:00
12 lines
253 B
HTML
12 lines
253 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>
|
|
</div>
|