Skip to content

Commit 7f01003

Browse files
committed
one more test
1 parent 651c272 commit 7f01003

File tree

3 files changed

+3965
-0
lines changed

3 files changed

+3965
-0
lines changed

src/test/java/org/htmlunit/cssparser/parser/CSS3ParserRealWorldTest.java

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -411,6 +411,33 @@ public void bulma_1_0_2() throws Exception {
411411
realWorld("realworld/bulma_1_0_2.min.css", 3011, 7180, media, 13, 13);
412412
}
413413

414+
/**
415+
* @throws Exception if any error occurs
416+
*/
417+
@Test
418+
public void picnic() throws Exception {
419+
final String media = "(max-width: 60em);"
420+
+ "all and (max-width: 60em);"
421+
+ "all and (min-width: 1000px);"
422+
+ "all and (min-width: 1100px);"
423+
+ "all and (min-width: 1200px);"
424+
+ "all and (min-width: 1300px);"
425+
+ "all and (min-width: 1400px);"
426+
+ "all and (min-width: 1500px);"
427+
+ "all and (min-width: 1600px);"
428+
+ "all and (min-width: 1700px);"
429+
+ "all and (min-width: 1800px);"
430+
+ "all and (min-width: 1900px);"
431+
+ "all and (min-width: 2000px);"
432+
+ "all and (min-width: 500px);"
433+
+ "all and (min-width: 600px);"
434+
+ "all and (min-width: 700px);"
435+
+ "all and (min-width: 800px);"
436+
+ "all and (min-width: 900px);";
437+
realWorld("realworld/picnic.css", 292, 524, media, 0, 0);
438+
realWorld("realworld/picnic.min.css", 291, 524, media, 0, 0);
439+
}
440+
414441
/**
415442
* @throws Exception if any error occurs
416443
*/

0 commit comments

Comments
 (0)