Index: third_party/WebKit/LayoutTests/css3/background/background-right-bottom-subpixel-position-expected.html |
diff --git a/third_party/WebKit/LayoutTests/css3/background/background-right-bottom-subpixel-position-expected.html b/third_party/WebKit/LayoutTests/css3/background/background-right-bottom-subpixel-position-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..edf4224e75bdccbb80c3e52019f311f383ef5687 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/css3/background/background-right-bottom-subpixel-position-expected.html |
@@ -0,0 +1,37 @@ |
+<!DOCTYPE html> |
+<html> |
+ <head> |
+ <style> |
+ .background1 { |
+ position: absolute; |
+ top: 20px; |
+ left: 49px; |
+ width: 35px; |
+ height: 40px; |
+ margin: 0px; |
+ padding: 0px; |
+ background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABkCAIAAADITs03AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4AcUEzYUOm312wAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAATSURBVBjTY2BoYGBiYBjFgwQDAGNPAUcILSYcAAAAAElFTkSuQmCC"); |
+ background-position: bottom right; |
+ background-repeat: no-repeat; |
+ } |
+ .background2 { |
+ position: absolute; |
+ top: 21px; |
+ left: 100px; |
+ width: 40px; |
+ height: 35px; |
+ margin: 0px; |
+ padding: 0px; |
+ background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAABCAIAAAATs2rlAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4AcVEwcj/DEwAwAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAAOSURBVAjXY2RoYBiEAABLrgCCBjI+jgAAAABJRU5ErkJggg=="); |
+ background-position: bottom right; |
+ background-repeat: no-repeat; |
+ } |
+ </style> |
+ </head> |
+ <body> |
+ <div class="background1"> |
+ </div> |
+ <div class="background2"> |
+ </div> |
+ </body> |
+</html> |