Skip to content

Commit c2269f3

Browse files
introfogiText-CI
authored andcommitted
Update cmp files after implementing continuous container logic for MulticolRenderer
DEVSIX-7626 Autoported commit. Original commit hash: [ecfe35aab]
1 parent 993298c commit c2269f3

File tree

562 files changed

+7
-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.

562 files changed

+7
-13
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ You should have received a copy of the GNU Affero General Public License
2424
using iText.Html2pdf.Css.W3c;
2525

2626
namespace iText.Html2pdf.Css.W3c.Css_multicol {
27+
[NUnit.Framework.Ignore("DEVSIX-7556 Support multicol+float elements on basic level")]
2728
public class MulticolGapFraction002Test : W3CCssTest {
2829
protected internal override String GetHtmlFileName() {
2930
return "multicol-gap-fraction-002.html";

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,8 @@ 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.Html2pdf.Logs;
26-
using iText.Test;
27-
using iText.Test.Attributes;
2825

2926
namespace iText.Html2pdf.Css.W3c.Css_multicol {
30-
[LogMessage(Html2PdfLogMessageConstant.ELEMENT_DOES_NOT_FIT_CURRENT_AREA, LogLevel = LogLevelConstants.WARN
31-
)]
32-
[LogMessage(iText.IO.Logs.IoLogMessageConstant.OCCUPIED_AREA_HAS_NOT_BEEN_INITIALIZED, LogLevel = LogLevelConstants
33-
.ERROR, Count = 9)]
3427
public class MulticolOverflow000Test : W3CCssTest {
3528
protected internal override String GetHtmlFileName() {
3629
return "multicol-overflow-000.xht";

itext.tests/itext.html2pdf.tests/resources/itext/html2pdf/css/multicol/BreakTest/breakInsideAutoTest.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head> </head>
44
<body>
55
<div>
6-
<p style="height: 820px; width: 400px; background-color: green">
6+
<p style="height: 880px; width: 400px; background-color: green">
77
Test paragraph
88
</p>
99
<p

itext.tests/itext.html2pdf.tests/resources/itext/html2pdf/css/multicol/BreakTest/breakInsideAvoidPageTest.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head> </head>
44
<body>
55
<div>
6-
<p style="height: 820px; width: 400px; background-color: green">
6+
<p style="height: 880px; width: 400px; background-color: green">
77
Test paragraph
88
</p>
99
<p

itext.tests/itext.html2pdf.tests/resources/itext/html2pdf/css/multicol/BreakTest/breakInsideAvoidTest.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head> </head>
44
<body>
55
<div>
6-
<p style="height: 820px; width: 400px; background-color: green">
6+
<p style="height: 880px; width: 400px; background-color: green">
77
Test paragraph
88
</p>
99
<p

0 commit comments

Comments
 (0)