summaryrefslogtreecommitdiffstats
path: root/docshell/test/navigation/test_sessionhistory.html
diff options
context:
space:
mode:
authorjanekptacijarabaci <janekptacijarabaci@seznam.cz>2018-05-15 21:14:18 +0200
committerjanekptacijarabaci <janekptacijarabaci@seznam.cz>2018-05-15 21:14:18 +0200
commite968422d299e49d1906e6f4c7746cfd9a677e72b (patch)
tree53539b4056d934c3886fc77f1b728d78482d199c /docshell/test/navigation/test_sessionhistory.html
parent9c075dc4cdaeef79bc570ed2219bb757cb325c47 (diff)
downloadUXP-e968422d299e49d1906e6f4c7746cfd9a677e72b.tar
UXP-e968422d299e49d1906e6f4c7746cfd9a677e72b.tar.gz
UXP-e968422d299e49d1906e6f4c7746cfd9a677e72b.tar.lz
UXP-e968422d299e49d1906e6f4c7746cfd9a677e72b.tar.xz
UXP-e968422d299e49d1906e6f4c7746cfd9a677e72b.zip
Bug 1379762 part 1. Don't call MediaFeaturesChanged if our override device pixel ratio is set to its current value
Issue #357
Diffstat (limited to 'docshell/test/navigation/test_sessionhistory.html')
-rw-r--r--docshell/test/navigation/test_sessionhistory.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/docshell/test/navigation/test_sessionhistory.html b/docshell/test/navigation/test_sessionhistory.html
index 452271a41..b922ce4ea 100644
--- a/docshell/test/navigation/test_sessionhistory.html
+++ b/docshell/test/navigation/test_sessionhistory.html
@@ -31,7 +31,8 @@ var testFiles =
"file_nested_frames.html",
"file_shiftReload_and_pushState.html",
"file_scrollRestoration.html",
- "file_bug1300461.html"
+ "file_bug1300461.html",
+ "file_bug1379762-1.html",
];
var testCount = 0; // Used by the test files.