Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / css / svg-resource-fragment-identifier-img-src-expected.html
blob6edbb234f512fc6b4c8e281a45bb72b212392c42
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style type="text/css" media="screen">
6 div {
7 width: 100px;
8 height: 100px;
9 margin: 10px;
10 display: inline-block;
13 .red {
14 background-color: red;
17 .green {
18 background-color: green;
21 .blue {
22 background-color: blue;
25 </style>
27 </head>
28 <body>
30 <div class="red"></div>
31 <div class="green"></div>
32 <div class="blue"></div>
33 <div class="green"></div>
34 <script>
35 if (window.testRunner) {
36 testRunner.waitUntilDone();
37 testRunner.setBackingScaleFactor(2, function() { testRunner.notifyDone(); });
39 </script>
40 </body>
41 </html>