forked from mirrors/gecko-dev
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
9 lines
No EOL
168 B
HTML
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> |