| Index: javatests/org/chromium/distiller/webdocument/DomConverterTest.java
|
| diff --git a/javatests/org/chromium/distiller/webdocument/DomConverterTest.java b/javatests/org/chromium/distiller/webdocument/DomConverterTest.java
|
| index 42b71db0d1cbbb1e8cbc4bc9f828ff1dec55e2ca..e58257362fbf311b8ca48d8269045173915ea0e3 100644
|
| --- a/javatests/org/chromium/distiller/webdocument/DomConverterTest.java
|
| +++ b/javatests/org/chromium/distiller/webdocument/DomConverterTest.java
|
| @@ -130,6 +130,11 @@ public class DomConverterTest extends DomDistillerJsTestCase {
|
| runTest(html, html, true);
|
| }
|
|
|
| + public void testWikipediaFoldedSections() throws Throwable {
|
| + String html = "<div aria-expanded=\"false\" style=\"display: none\">folded section</div>";
|
| + runTest(html, html, true);
|
| + }
|
| +
|
| public void testDataTable() throws Throwable {
|
| String html = "<table align=\"left\" role=\"grid\">" + // role=grid make this a data table.
|
| "<tbody align=\"left\">" +
|
|
|