mirror of
https://github.com/servo/servo.git
synced 2025-08-15 18:35:33 +01:00
Place item clipping_and_scrolling inside closure
A utility function assures that if the clipping and scrolling are changed for a display item the old value is later restored.
This commit is contained in:
parent
c0be925bed
commit
aada975dea
5 changed files with 108 additions and 104 deletions
|
@ -1,4 +1,6 @@
|
|||
<!doctype html>
|
||||
<meta charset="utf-8">
|
||||
<title>Corner Clipped Background Color</title>
|
||||
<style>
|
||||
html {
|
||||
background-color: green;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue