|
Lines 1-3
Source/WebCore/ChangeLog_sec1
|
|
|
1 |
2012-06-05 Joe Thomas <joethomas@motorola.com> |
| 2 |
|
| 3 |
ASSERTION FAILED: ASSERT(!isPercentageIntrinsicSize) in RenderReplaced::computeIntrinsicRatioInformationForRenderBox |
| 4 |
https://bugs.webkit.org/show_bug.cgi?id=88197 |
| 5 |
|
| 6 |
Reviewed by NOBODY (OOPS!). |
| 7 |
|
| 8 |
ASSERT(!isPercentageIntrinsicSize) is not correct as RenderSVGRoot::computeIntrinsicRatioInformation sets isPercentageIntrinsicSize |
| 9 |
to true while it handles width/height of Percentage types. |
| 10 |
|
| 11 |
Test: svg/in-html/svg-assert-failure-percentage.html |
| 12 |
|
| 13 |
* rendering/RenderReplaced.cpp: |
| 14 |
(WebCore::RenderReplaced::computeIntrinsicRatioInformationForRenderBox): |
| 15 |
|
| 1 |
2012-06-05 Greg Billock <gbillock@google.com> |
16 |
2012-06-05 Greg Billock <gbillock@google.com> |
| 2 |
|
17 |
|
| 3 |
New constructor for WebIntent to be used for delivery |
18 |
New constructor for WebIntent to be used for delivery |