mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
Bug 1146103 followup - Add comment mentions upgrading warning and add crashtest for the assertion.
--HG-- extra : source : 0323205d9d9a6fa58bedb6f8f922fd200b9b392d
This commit is contained in:
parent
7ee8cc4465
commit
b54fc57dba
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