Files
tubestation/toolkit/components/reader/test/readerModeNonArticle.html
Timothy Guan-tin Chien 41bd380984 Bug 1344431 - Tell parent the non-reader-able reader page is not readable, r=Gijs
Although regression window testing pin this to bug 1260276, I believe
this is a regression from bug 1126967. Bug 1260276 just make it more
visible because we stop automatically redirect users to the original
page.

This patch fix the bug by checking if the current page is in readerable
state (i.e. not error state), and send the message accordingly.

MozReview-Commit-ID: B5UJcPvVlAc
2017-03-06 16:31:47 +08:00

15 lines
251 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Non article title</title>
<meta name="description" content="This is the non-article description." />
</head>
<body>
<header>Site header</header>
<div>
<h1>Non article title</h1>
<p>Woot!</p>
</div>
</body>
</html>