Skip to content

Commit 993298c

Browse files
committed
Update test files column-rule shorthand
DEVSIX-7564
1 parent 52ed4e8 commit 993298c

File tree

84 files changed

+8
-13
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+8
-13
lines changed

itext.tests/itext.html2pdf.tests/itext/html2pdf/css/w3c/css_multicol/MulticolRuleShorthand001Test.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,11 @@ You should have received a copy of the GNU Affero General Public License
2222
*/
2323
using System;
2424
using iText.Html2pdf.Css.W3c;
25+
using iText.Test.Attributes;
2526

2627
namespace iText.Html2pdf.Css.W3c.Css_multicol {
28+
[LogMessage(iText.StyledXmlParser.Logs.StyledXmlParserLogMessageConstant.INVALID_CSS_PROPERTY_DECLARATION,
29+
Count = 12)]
2730
public class MulticolRuleShorthand001Test : W3CCssTest {
2831
protected internal override String GetHtmlFileName() {
2932
return "multicol-rule-shorthand-001.xht";

itext.tests/itext.html2pdf.tests/itext/html2pdf/css/w3c/css_multicol/MulticolRuleShorthand2Test.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,11 @@ You should have received a copy of the GNU Affero General Public License
2222
*/
2323
using System;
2424
using iText.Html2pdf.Css.W3c;
25+
using iText.Test.Attributes;
2526

2627
namespace iText.Html2pdf.Css.W3c.Css_multicol {
28+
[LogMessage(iText.StyledXmlParser.Logs.StyledXmlParserLogMessageConstant.INVALID_CSS_PROPERTY_DECLARATION,
29+
Count = 1)]
2730
public class MulticolRuleShorthand2Test : W3CCssTest {
2831
protected internal override String GetHtmlFileName() {
2932
return "multicol-rule-shorthand-2.xht";

0 commit comments

Comments
 (0)