diff options
author | Adenilson Cavalcanti <cavalcantii@gmail.com> | 2014-12-16 15:59:42 -0800 |
---|---|---|
committer | Adenilson Cavalcanti <a.cavalcanti@samsung.com> | 2014-12-16 16:00:45 -0800 |
commit | bdb8afd35163b17a2238bd3eaa66d14a250a1a18 (patch) | |
tree | dbd61c06f82812e03cb395afbbb5b04d0339dadc | |
parent | c41fc316553af58efd940914d925e113728bc2c1 (diff) | |
download | servo-bdb8afd35163b17a2238bd3eaa66d14a250a1a18.tar.gz servo-bdb8afd35163b17a2238bd3eaa66d14a250a1a18.zip |
Cropping the ref images to save some bytes (as also adjust test borders
to match results).
-rw-r--r-- | tests/ref/inset.html | 4 | ||||
-rw-r--r-- | tests/ref/inset.png | bin | 2848 -> 315 bytes | |||
-rw-r--r-- | tests/ref/outset.html | 4 | ||||
-rw-r--r-- | tests/ref/outset.png | bin | 2843 -> 312 bytes |
4 files changed, 8 insertions, 0 deletions
diff --git a/tests/ref/inset.html b/tests/ref/inset.html index 3a98c0c4292..095303adab5 100644 --- a/tests/ref/inset.html +++ b/tests/ref/inset.html @@ -2,6 +2,10 @@ <html> <head> <style> + body { + margin: 0px; + } + .test { color: #f0f; } diff --git a/tests/ref/inset.png b/tests/ref/inset.png Binary files differindex d1564dde92e..001f68cd2ed 100644 --- a/tests/ref/inset.png +++ b/tests/ref/inset.png diff --git a/tests/ref/outset.html b/tests/ref/outset.html index d75c74f2ade..74eded318fd 100644 --- a/tests/ref/outset.html +++ b/tests/ref/outset.html @@ -2,6 +2,10 @@ <html> <head> <style> + body { + margin: 0px; + } + .test { color: #f0f; } diff --git a/tests/ref/outset.png b/tests/ref/outset.png Binary files differindex 6e3f04c541f..fdef12129ef 100644 --- a/tests/ref/outset.png +++ b/tests/ref/outset.png |