summaryrefslogtreecommitdiffstats
path: root/docshell/test/navigation/test_sessionhistory.html
diff options
context:
space:
mode:
authorMoonchild <mcwerewolf@gmail.com>2018-05-16 17:18:04 +0200
committerGitHub <noreply@github.com>2018-05-16 17:18:04 +0200
commitdb852311451f95679fff9b9bd19c7ce3d624d69c (patch)
treea8b9793117d86bccd0072d06717dcb4a5d604aa5 /docshell/test/navigation/test_sessionhistory.html
parentf7cf18bfe1201e923e8c341f5ce7f5f083b5e280 (diff)
parentd1184bfb4939e76f3aa442daa90dc5cca3a850e4 (diff)
downloadUXP-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.html4
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.