Index: third_party/WebKit/LayoutTests/platform/mac/fast/table/giantRowspan2-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/platform/mac/fast/table/giantRowspan2-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/fast/table/giantRowspan2-expected.txt |
index 681e28c834e291255a2c975a67d29a6d91f59a6b..b2e8149116189bc0a9c2f5f86ffacf5e36cb9504 100644 |
--- a/third_party/WebKit/LayoutTests/platform/mac/fast/table/giantRowspan2-expected.txt |
+++ b/third_party/WebKit/LayoutTests/platform/mac/fast/table/giantRowspan2-expected.txt |
@@ -7,11 +7,11 @@ layer at (0,0) size 800x600 |
LayoutTableSection {TBODY} at (0,0) size 784x76 |
LayoutTableRow {TR} at (0,2) size 784x0 |
LayoutTableCell {TD} at (2,1) size 780x74 [r=0 c=0 rs=8190 cs=1] |
- LayoutText {#text} at (1,1) size 772x72 |
- text run at (1,1) width 688: "This test succeeds if it does not crash. We implemented a heuristic a while back to prevent giant rowspans. " |
- text run at (688,1) width 85: "The heuristic" |
- text run at (1,19) width 707: "did not, however, fix this case. This rowpsan was small enough so that we thought it was okay to allocate, but " |
- text run at (707,19) width 33: "large" |
- text run at (1,37) width 748: "enough so that it actually wasn't okay, and we crashed. Firefox seems to hold 8k as the maximum size for rowspans. " |
- text run at (748,37) width 18: "So" |
+ LayoutText {#text} at (1,1) size 771x72 |
+ text run at (1,1) width 687: "This test succeeds if it does not crash. We implemented a heuristic a while back to prevent giant rowspans. " |
+ text run at (687,1) width 85: "The heuristic" |
+ text run at (1,19) width 706: "did not, however, fix this case. This rowpsan was small enough so that we thought it was okay to allocate, but " |
+ text run at (706,19) width 33: "large" |
+ text run at (1,37) width 747: "enough so that it actually wasn't okay, and we crashed. Firefox seems to hold 8k as the maximum size for rowspans. " |
+ text run at (747,37) width 18: "So" |
text run at (1,55) width 497: "this change matches Firefox and clamps all rowspans to 8k right in the DOM." |