Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!doctype html> | |
| 2 <title>Test non-top-left background-position anchors together with repeating bac kgrounds</title> | |
| 3 <style> | |
| 4 body { margin: 0 } | |
| 5 div { | |
| 6 width: 100px; | |
| 7 height: 300px; | |
| 8 background-color: lime; | |
| 9 } | |
| 10 </style> | |
| 11 <div></div> | |
| OLD | NEW |