Chromium Code Reviews| Index: LayoutTests/fast/sub-pixel/fractional-border-location-and-size-expected.html |
| diff --git a/LayoutTests/fast/sub-pixel/fractional-border-location-and-size-expected.html b/LayoutTests/fast/sub-pixel/fractional-border-location-and-size-expected.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..481834d36cc5d9b23fc3abbb3bb127ec50ee4860 |
| --- /dev/null |
| +++ b/LayoutTests/fast/sub-pixel/fractional-border-location-and-size-expected.html |
| @@ -0,0 +1,20 @@ |
| +<!DOCTYPE html> |
| +<html> |
| + <head> |
| + <title>Fractional border</title> |
|
esprehn
2015/03/24 23:13:23
leave out html, head and title.
qiankun
2015/03/26 11:06:25
Done.
|
| + <style> |
| + div { |
| + border: solid 1px #000; |
| + position: absolute; |
| + top: 127.223px; |
| + left: 80.334px; |
| + width: 360.4px; |
| + height: 170.3px; |
| + overflow: hidden; |
| + } |
| + </style> |
| + </head> |
| + <body> |
|
esprehn
2015/03/24 23:13:23
remove body.
qiankun
2015/03/26 11:06:25
Done.
|
| + <div></div> |
| + </body> |
| +</html> |