Skip to content

Commit 5c92de6

Browse files
gsneddersMs2ger
authored andcommitted
Fix lints
1 parent 59378d4 commit 5c92de6

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

css21/visufx/overflow-009.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
}
3535
#overlay {
3636
overflow: auto;
37-
position: fixed;
37+
position: fixed;
3838
top: 0;
3939
right: 0;
4040
bottom: 0;

lint.whitelist

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,14 @@ W3C-TEST.ORG:*/tools/*
4545
PRINT STATEMENT:*/tools/*
4646

4747

48+
## Third party data files
49+
TRAILING WHITESPACE: css-writing-modes-3/tools/generators/ucd/Blocks.txt
50+
51+
52+
## Test generation files
53+
CONSOLE: css-writing-modes-3/tools/generators/unicode-data.js
54+
55+
4856
## Give up on work-in-progress for now
4957
*: work-in-progress/*
5058

0 commit comments

Comments
 (0)