Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / paint / invalidation / spv2 / border-radius-repaint-2-expected.html
bloba96f3e4bfa08f8e9aa138afcaade87387913bd06
1 <!doctype html>
2 <html>
3 <head>
4 <title>Repaint test for crbug.com/222851</title>
5 <script>
6 if (window.internals) {
7 // Avoid the noise caused by change of scrollbar existence.
8 internals.settings.setOverlayScrollbarsEnabled(true);
9 internals.settings.setMockScrollbarsEnabled(true);
11 </script>
12 </head>
13 <body style="background-color: #3F3F3F;">
14 <div style="border-radius: 150px; background-color: #EFEFEF; width: 90%; padding: 5em; margin: 0 auto;">
15 <div style="border-radius: 5px; border: solid 3px #367CAF; width: 85%; margin: 0 auto;">
16 <div class="notARealClass" style="background-color: #367CAF; height: 3em; cursor: pointer;">
17 </div>
18 <div id="target" style="width: 100%; height: 2px;">
19 </div>
20 </div>
21 </div>
22 </body>
23 </html>