mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1146103 followup - Add comment mentions upgrading warning and add crashtest for the assertion.
This commit is contained in:
parent
c33ccaefb0
commit
50431936c7
6
layout/generic/crashtests/1146103.html
Normal file
6
layout/generic/crashtests/1146103.html
Normal file
@ -0,0 +1,6 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<body>
|
||||
<div style="display: ruby-text; margin: -47891343%"></div>
|
||||
</body>
|
||||
</html>
|
@ -579,5 +579,6 @@ asserts(3-7) load 1137723-2.html # bug 1019192, bug 1138133
|
||||
asserts(0-3) load 1134667.html
|
||||
asserts(0-3) load 1134667.html
|
||||
asserts(0-3) load 1134667.html
|
||||
load 1146103.html
|
||||
load 1146107.html
|
||||
load 1146114.html
|
||||
|
@ -150,6 +150,7 @@ nsRubyTextContainerFrame::Reflow(nsPresContext* aPresContext,
|
||||
LogicalSize size(lineWM, mISize, 0);
|
||||
if (!mFrames.IsEmpty()) {
|
||||
if (MOZ_UNLIKELY(minBCoord > maxBCoord)) {
|
||||
// XXX When bug 765861 gets fixed, this warning should be upgraded.
|
||||
NS_WARNING("bad block coord");
|
||||
minBCoord = maxBCoord = 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user