diff options
author | Moonchild <mcwerewolf@gmail.com> | 2018-05-16 17:18:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-16 17:18:04 +0200 |
commit | db852311451f95679fff9b9bd19c7ce3d624d69c (patch) | |
tree | a8b9793117d86bccd0072d06717dcb4a5d604aa5 /docshell/test/navigation/test_sessionhistory.html | |
parent | f7cf18bfe1201e923e8c341f5ce7f5f083b5e280 (diff) | |
parent | d1184bfb4939e76f3aa442daa90dc5cca3a850e4 (diff) | |
download | UXP-db852311451f95679fff9b9bd19c7ce3d624d69c.tar UXP-db852311451f95679fff9b9bd19c7ce3d624d69c.tar.gz UXP-db852311451f95679fff9b9bd19c7ce3d624d69c.tar.lz UXP-db852311451f95679fff9b9bd19c7ce3d624d69c.tar.xz UXP-db852311451f95679fff9b9bd19c7ce3d624d69c.zip |
Merge pull request #360 from janekptacijarabaci/readview_pageshow_persisted_1
Fix: Reader Mode icon in urlbar is not displayed when close the Reader Mode view
Diffstat (limited to 'docshell/test/navigation/test_sessionhistory.html')
-rw-r--r-- | docshell/test/navigation/test_sessionhistory.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docshell/test/navigation/test_sessionhistory.html b/docshell/test/navigation/test_sessionhistory.html index 452271a41..10b0cbcaf 100644 --- a/docshell/test/navigation/test_sessionhistory.html +++ b/docshell/test/navigation/test_sessionhistory.html @@ -31,7 +31,9 @@ var testFiles = "file_nested_frames.html", "file_shiftReload_and_pushState.html", "file_scrollRestoration.html", - "file_bug1300461.html" + "file_bug1300461.html", + "file_bug1379762-1.html", + "file_bug1379762-2.html", ]; var testCount = 0; // Used by the test files. |