Skip to content

Commit 676709a

Browse files
committed
small test update
1 parent a2545a9 commit 676709a

File tree

2 files changed

+728
-358
lines changed

2 files changed

+728
-358
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ public void alibabaHugeIndex() throws Exception {
534534
+ "screen and (max-width: 480px);"
535535
+ "screen and (max-width: 767px);"
536536
+ "screen and (max-width: 768px);";
537-
realWorld("realworld/alibaba-huge-index.css", 3201, 6863, media, 12, 6);
537+
realWorld("realworld/alibaba-huge-index.css", 3278, 6958, media, 12, 6);
538538
}
539539

540540
private void realWorld(final String resourceName, final int rules, final int properties,

0 commit comments

Comments
 (0)