Index: LayoutTests/fast/sub-pixel/fractional-border-location-and-size.html |
diff --git a/LayoutTests/fast/sub-pixel/fractional-border-location-and-size.html b/LayoutTests/fast/sub-pixel/fractional-border-location-and-size.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..768d8f7460490a7fd39bb3ed8e55d434dba0ae6c |
--- /dev/null |
+++ b/LayoutTests/fast/sub-pixel/fractional-border-location-and-size.html |
@@ -0,0 +1,14 @@ |
+<!DOCTYPE html> |
+<style> |
+ div { |
+ transform:scale(1); |
esprehn
2015/04/09 19:39:24
nit missing space after :
|
+ border: solid 1px #000; |
+ position: absolute; |
+ top: 127.223px; |
+ left: 80.334px; |
+ width: 360.4px; |
+ height: 170.3px; |
+ overflow: hidden; |
+ } |
+</style> |
+<div></div> |