-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2010-07-07 Hayato Ito <[email protected]>
Reviewed by Darin Adler. Rolling out 'page-break-inside:avoid' part of the r54929. Rebased the related layout tests, which are now expected to fail, as well. https://bugs.webkit.org/show_bug.cgi?id=41532 * fast/multicol/break-properties-expected.txt: * printing/page-break-inside-avoid-expected.txt: 2010-07-07 Hayato Ito <[email protected]> Reviewed by Darin Adler. Rolling out 'page-break-inside:avoid' part of the r54929. Rebased the related layout tests, which are now expected to fail, as well. https://bugs.webkit.org/show_bug.cgi?id=41532 * rendering/RenderBlock.cpp: (WebCore::RenderBlock::paintChildren): Canonical link: https://commits.webkit.org/53547@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@62632 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
1 parent
4219ae1
commit d827957
Showing
5 changed files
with
26 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,15 @@ | ||
2010-07-07 Hayato Ito <[email protected]> | ||
|
||
Reviewed by Darin Adler. | ||
|
||
Rolling out 'page-break-inside:avoid' part of the r54929. | ||
Rebased the related layout tests, which are now expected to fail, as well. | ||
|
||
https://bugs.webkit.org/show_bug.cgi?id=41532 | ||
|
||
* fast/multicol/break-properties-expected.txt: | ||
* printing/page-break-inside-avoid-expected.txt: | ||
|
||
2010-07-06 Pavel Feldman <[email protected]> | ||
|
||
Reviewed by Joseph Pecoraro. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
PASS: 'break-before' is at (218, 8) | ||
PASS: 'after-break' is at (428, 8) | ||
PASS: 'no-break' is at (533, 8) | ||
FAIL: 'no-break' is at (428, 68) instead of (533 ,8) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,15 @@ | ||
2010-07-07 Hayato Ito <[email protected]> | ||
|
||
Reviewed by Darin Adler. | ||
|
||
Rolling out 'page-break-inside:avoid' part of the r54929. | ||
Rebased the related layout tests, which are now expected to fail, as well. | ||
|
||
https://bugs.webkit.org/show_bug.cgi?id=41532 | ||
|
||
* rendering/RenderBlock.cpp: | ||
(WebCore::RenderBlock::paintChildren): | ||
|
||
2010-07-07 Mark Rowe <[email protected]> | ||
|
||
Fix failures in a handful of Java-related tests. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters