mirror of
https://github.com/servo/servo.git
synced 2025-10-04 02:29:12 +01:00
Implement corner clipping. Remove PixelFormat from WebrenderImageInfo. Use WebRender text shadow. Remove MallocSizeOf and Deserialize for DL items. Closes #19649, #19680, #19802
15 lines
260 B
HTML
15 lines
260 B
HTML
<!doctype html>
|
|
<style>
|
|
html {
|
|
background-color: green;
|
|
}
|
|
#a {
|
|
top: 20px;
|
|
left: 20px;
|
|
position: absolute;
|
|
width: 20px;
|
|
height: 20px;
|
|
background-color: black;
|
|
}
|
|
</style>
|
|
<div id="a"></div>
|