aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdenilson Cavalcanti <cavalcantii@gmail.com>2014-12-16 15:59:42 -0800
committerAdenilson Cavalcanti <a.cavalcanti@samsung.com>2014-12-16 16:00:45 -0800
commitbdb8afd35163b17a2238bd3eaa66d14a250a1a18 (patch)
treedbd61c06f82812e03cb395afbbb5b04d0339dadc
parentc41fc316553af58efd940914d925e113728bc2c1 (diff)
downloadservo-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.html4
-rw-r--r--tests/ref/inset.pngbin2848 -> 315 bytes
-rw-r--r--tests/ref/outset.html4
-rw-r--r--tests/ref/outset.pngbin2843 -> 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
index d1564dde92e..001f68cd2ed 100644
--- a/tests/ref/inset.png
+++ b/tests/ref/inset.png
Binary files differ
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
index 6e3f04c541f..fdef12129ef 100644
--- a/tests/ref/outset.png
+++ b/tests/ref/outset.png
Binary files differ