Index: third_party/WebKit/LayoutTests/platform/linux/tables/mozilla_expected_failures/bugs/bug25707-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/platform/linux/tables/mozilla_expected_failures/bugs/bug25707-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/tables/mozilla_expected_failures/bugs/bug25707-expected.txt |
index d6074fdecfc272fc88d11bcaf884b9c8e0b895cd..2ef2272584270b2ba34ff1445e8a7d55b9aeaf58 100644 |
--- a/third_party/WebKit/LayoutTests/platform/linux/tables/mozilla_expected_failures/bugs/bug25707-expected.txt |
+++ b/third_party/WebKit/LayoutTests/platform/linux/tables/mozilla_expected_failures/bugs/bug25707-expected.txt |
@@ -8,8 +8,8 @@ layer at (0,0) size 800x600 |
text run at (0,0) width 772: "The table below should be sized so that each word of text wraps to its own line, and if the font size is not too large, then the table" |
text run at (0,20) width 198: "will not be wider than the screen." |
LayoutBlockFlow {P} at (0,56) size 784x80 |
- LayoutText {#text} at (0,0) size 782x79 |
- text run at (0,0) width 782: "Previously, the table would be incredibly wide, wide enough so that the entire paragraph of text was on one line. That was because" |
+ LayoutText {#text} at (0,0) size 783x79 |
+ text run at (0,0) width 783: "Previously, the table would be incredibly wide, wide enough so that the entire paragraph of text was on one line. That was because" |
text run at (0,20) width 757: "the \"maxElementSize\" of the cell was including margins calculated from the desired size of the text (in this case, 19x the desired" |
text run at (0,40) width 779: "width of the paragraph). The fix was to calculate the margin for the \"maxElementSize\" of the cell using the \"maxElementSize\" of the" |
text run at (0,60) width 439: "contained block itself, which in this case is the maximum width of a word." |