Issue #1053 - Part 2b: Remove android from /layout reftests

Also cleans up some other obsolete checks and stylo reftest lists.
This commit is contained in:
Moonchild 2020-12-31 22:46:09 +00:00 committed by roytam1
commit 89823dc87b
397 changed files with 511 additions and 18100 deletions

View file

@ -52,10 +52,7 @@ function handleRequest(request, response)
// Test url looks like:
// http://localhost:port/timestamp/number/background-referrer.html
// Except in Android, where it looks like:
// http://A.B.C.D:port/timestamp/number/background-referrer.html
// where A.B.C.D is the IP address of the box the reftest HTTP server is
// running on. And maybe that will change. So just test for ending in
// Maybe that will change. So just test for ending in
// "/background-referrer.html".
if (/\/background-referrer.html$/.test(referrer))
{