Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(265)

Side by Side Diff: third_party/WebKit/LayoutTests/imported/csswg-test/lint.whitelist

Issue 2517553002: Enable css-text-decor-3 tests and update csswg-tests (Closed)
Patch Set: Follow conventions for unskipping Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # File containing whitelist for lint errors 1 # File containing whitelist for lint errors
2 # Format is: 2 # Format is:
3 # ERROR TYPE:file/name/pattern[:line number] 3 # ERROR TYPE:file/name/pattern[:line number]
4 # e.g. 4 # e.g.
5 # TRAILING WHITESPACE:example/file.html:128 5 # TRAILING WHITESPACE:example/file.html:128
6 # to allow trailing whitespace on example/file.html line 128 6 # to allow trailing whitespace on example/file.html line 128
7 7
8 ## File types that should never be checked 8 ## File types that should never be checked
9 *:*.pdf 9 *:*.pdf
10 *:*.jpg 10 *:*.jpg
(...skipping 27 matching lines...) Expand all
38 *:resources/* 38 *:resources/*
39 39
40 40
41 ## Helper scripts ## 41 ## Helper scripts ##
42 W3C-TEST.ORG:tools/* 42 W3C-TEST.ORG:tools/*
43 PRINT STATEMENT:tools/* 43 PRINT STATEMENT:tools/*
44 W3C-TEST.ORG:*/tools/* 44 W3C-TEST.ORG:*/tools/*
45 PRINT STATEMENT:*/tools/* 45 PRINT STATEMENT:*/tools/*
46 46
47 47
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
48 ## Give up on work-in-progress for now 56 ## Give up on work-in-progress for now
49 *: work-in-progress/* 57 *: work-in-progress/*
50 58
51 59
52 ## Things we don't have enabled yet 60 ## Things we don't have enabled yet
53 OPEN-NO-MODE: * 61 OPEN-NO-MODE: *
54 PARSE-FAILED: * 62 PARSE-FAILED: *
55 PRINT STATEMENT: * 63 PRINT STATEMENT: *
56 W3C-TEST.ORG: * 64 W3C-TEST.ORG: *
57 65
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 TRAILING WHITESPACE: server.js 194 TRAILING WHITESPACE: server.js
187 TRAILING WHITESPACE: vendor-imports/mozilla/mozilla-central-reftests/css21/pagin ation/moz-css21-float-page-break-inside-avoid-7.html 195 TRAILING WHITESPACE: vendor-imports/mozilla/mozilla-central-reftests/css21/pagin ation/moz-css21-float-page-break-inside-avoid-7.html
188 TRAILING WHITESPACE: vendor-imports/mozilla/mozilla-central-reftests/css21/pagin ation/moz-css21-float-page-break-inside-avoid-7-ref.html 196 TRAILING WHITESPACE: vendor-imports/mozilla/mozilla-central-reftests/css21/pagin ation/moz-css21-float-page-break-inside-avoid-7-ref.html
189 TRAILING WHITESPACE: vendor-imports/mozilla/mozilla-central-reftests/css21/pagin ation/moz-css21-float-page-break-inside-avoid-8.html 197 TRAILING WHITESPACE: vendor-imports/mozilla/mozilla-central-reftests/css21/pagin ation/moz-css21-float-page-break-inside-avoid-8.html
190 TRAILING WHITESPACE: vendor-imports/mozilla/mozilla-central-reftests/css21/pagin ation/moz-css21-float-page-break-inside-avoid-8-ref.html 198 TRAILING WHITESPACE: vendor-imports/mozilla/mozilla-central-reftests/css21/pagin ation/moz-css21-float-page-break-inside-avoid-8-ref.html
191 TRAILING WHITESPACE: vendor-imports/mozilla/mozilla-central-reftests/css21/pagin ation/moz-css21-float-page-break-inside-avoid-9.html 199 TRAILING WHITESPACE: vendor-imports/mozilla/mozilla-central-reftests/css21/pagin ation/moz-css21-float-page-break-inside-avoid-9.html
192 TRAILING WHITESPACE: vendor-imports/mozilla/mozilla-central-reftests/css21/pagin ation/moz-css21-float-page-break-inside-avoid-9-ref.html 200 TRAILING WHITESPACE: vendor-imports/mozilla/mozilla-central-reftests/css21/pagin ation/moz-css21-float-page-break-inside-avoid-9-ref.html
193 TRAILING WHITESPACE: vendor-imports/mozilla/mozilla-central-reftests/flexbox/fle xbox-mbp-horiz-001-rtl-reverse.xhtml 201 TRAILING WHITESPACE: vendor-imports/mozilla/mozilla-central-reftests/flexbox/fle xbox-mbp-horiz-001-rtl-reverse.xhtml
194 TRAILING WHITESPACE: vendor-imports/mozilla/mozilla-central-reftests/multicol3/m oz-multicol3-column-balancing-break-inside-avoid-1.html 202 TRAILING WHITESPACE: vendor-imports/mozilla/mozilla-central-reftests/multicol3/m oz-multicol3-column-balancing-break-inside-avoid-1.html
195 TRAILING WHITESPACE: vendor-imports/mozilla/mozilla-central-reftests/multicol3/m oz-multicol3-column-balancing-break-inside-avoid-1-ref.html 203 TRAILING WHITESPACE: vendor-imports/mozilla/mozilla-central-reftests/multicol3/m oz-multicol3-column-balancing-break-inside-avoid-1-ref.html
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698