diff options
author | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-05-15 21:14:18 +0200 |
---|---|---|
committer | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-05-15 21:14:18 +0200 |
commit | e968422d299e49d1906e6f4c7746cfd9a677e72b (patch) | |
tree | 53539b4056d934c3886fc77f1b728d78482d199c /docshell/test/navigation/test_sessionhistory.html | |
parent | 9c075dc4cdaeef79bc570ed2219bb757cb325c47 (diff) | |
download | uxp-e968422d299e49d1906e6f4c7746cfd9a677e72b.tar.gz |
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.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docshell/test/navigation/test_sessionhistory.html b/docshell/test/navigation/test_sessionhistory.html index 452271a41f..b922ce4ea1 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. |