From 230638bf6756ce72ee805bbdc043ff10ce6e967b Mon Sep 17 00:00:00 2001 From: Arthur Edelstein Date: Wed, 27 Aug 2014 12:33:17 -0700 Subject: [PATCH] Regression tests for #5856: Do not expose physical screen info via window & window.screen. --- tbb-tests/mochitest.ini | 1 + tbb-tests/test_tor_bug5856.html | 49 +++++++++++++++++++++++++++++++++ 2 files changed, 50 insertions(+) create mode 100644 tbb-tests/test_tor_bug5856.html diff --git a/tbb-tests/mochitest.ini b/tbb-tests/mochitest.ini index 1b80263fe683d..c5d4cb55e5bca 100644 --- a/tbb-tests/mochitest.ini +++ b/tbb-tests/mochitest.ini @@ -5,3 +5,4 @@ support-files = [test_tor_bug2875.html] [test_tor_bug4755.html] +[test_tor_bug5856.html] diff --git a/tbb-tests/test_tor_bug5856.html b/tbb-tests/test_tor_bug5856.html new file mode 100644 index 0000000000000..7a9ab6ff3d58e --- /dev/null +++ b/tbb-tests/test_tor_bug5856.html @@ -0,0 +1,49 @@ + + + + + + Test for Tor Bug #5856: Do not expose physical screen info via window & window.screen. + + + + + +Tor Bug 5856 +

+ +
+
+ + -- GitLab