Skip to content

Commit e8ca1e7

Browse files
committed
add one more realworl test
1 parent 9e666f1 commit e8ca1e7

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,19 @@ public void blueprint() throws Exception {
203203
realWorld("realworld/blueprint/ie.css", 22, 30, "", 1, 0);
204204
}
205205

206+
/**
207+
* @throws Exception if any error occurs
208+
*/
209+
@Test
210+
public void bootstrap_2_3_2_responsive_2_3_2_min() throws Exception {
211+
final String media = "(max-width: 480px);(max-width: 767px);"
212+
+ "(max-width: 979px);"
213+
+ "(min-width: 1200px);"
214+
+ "(min-width: 768px) and (max-width: 979px);"
215+
+ "(min-width: 980px);print;projection;screen;";
216+
realWorld("realworld/bootstrap_2_3_2_responsive_2_3_2_min.css", 1005, 2506, media, 213, 0);
217+
}
218+
206219
/**
207220
* @throws Exception if any error occurs
208221
*/

src/test/resources/realworld/bootstrap_2_3_2_responsive_2_3_2_min.css

Lines changed: 17 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)