fune/toolkit/components/printing/tests/simplifyNonArticleSample.html
Matheus Longaray 53dc7c4c01 Bug 1440638 - Render error message for the Simplify Page document. r=mconley
This patch renders error message for the Simplify Page document when
Reader Mode fails to parse original document. This patch also adds a test
to reliably produce a readable document that returns a parsing error when
run through the readability library.

MozReview-Commit-ID: 686mBkU9eVM

--HG--
extra : rebase_source : 154e840c89e0c8ff380dc9551c8fde93711d510d
2018-03-07 10:35:56 -03:00

9 lines
No EOL
168 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Non article title</title>
<meta name="description" content="This is the non-article description." />
</head>
<body>
</body>
</html>