From 58b09d8e57c03cd52e6e0927499eebc4f6e81e45 Mon Sep 17 00:00:00 2001 From: Ethan Lin Date: Mon, 13 Nov 2017 13:55:33 +0800 Subject: [PATCH] Bug 1416620 - Part2. Add a reftest for button border with inset shadow and empty border. r=kats MozReview-Commit-ID: Jr3rm6fpgg8 --HG-- extra : rebase_source : 934fe71290ea4f51163b776efb559e0de72a0ae9 --- gfx/tests/reftest/1416620-1-ref.html | 31 +++++++++++++++++++++++++++ gfx/tests/reftest/1416620-1.html | 32 ++++++++++++++++++++++++++++ gfx/tests/reftest/reftest.list | 1 + 3 files changed, 64 insertions(+) create mode 100644 gfx/tests/reftest/1416620-1-ref.html create mode 100644 gfx/tests/reftest/1416620-1.html diff --git a/gfx/tests/reftest/1416620-1-ref.html b/gfx/tests/reftest/1416620-1-ref.html new file mode 100644 index 000000000000..36675fedb4af --- /dev/null +++ b/gfx/tests/reftest/1416620-1-ref.html @@ -0,0 +1,31 @@ + + + + + Testcase for bug 1416620 + + + +
 
+
 
+ + diff --git a/gfx/tests/reftest/1416620-1.html b/gfx/tests/reftest/1416620-1.html new file mode 100644 index 000000000000..237c178da30e --- /dev/null +++ b/gfx/tests/reftest/1416620-1.html @@ -0,0 +1,32 @@ + + + + + Testcase for bug 1416620 + + + + + + + diff --git a/gfx/tests/reftest/reftest.list b/gfx/tests/reftest/reftest.list index 0b77e23ce2a6..6ac100bb6d58 100644 --- a/gfx/tests/reftest/reftest.list +++ b/gfx/tests/reftest/reftest.list @@ -7,3 +7,4 @@ skip-if(!asyncPan) == 1086723.html 1086723-ref.html skip-if(Android) fuzzy-if(skiaContent,1,587) == 1143303-1.svg pass.svg fuzzy(100,30) == 1149923.html 1149923-ref.html # use fuzzy due to few distorted pixels caused by border-radius == 1131264-1.svg pass.svg +== 1416620-1.html 1416620-1-ref.html