Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(57)

Unified Diff: third_party/WebKit/LayoutTests/platform/android/tables/mozilla_expected_failures/bugs/bug25707-expected.txt

Issue 1913623002: Manual rebaselines for r388291 #3 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/platform/android/tables/mozilla_expected_failures/bugs/bug25707-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/android/tables/mozilla_expected_failures/bugs/bug25707-expected.txt b/third_party/WebKit/LayoutTests/platform/android/tables/mozilla_expected_failures/bugs/bug25707-expected.txt
deleted file mode 100644
index d6074fdecfc272fc88d11bcaf884b9c8e0b895cd..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/platform/android/tables/mozilla_expected_failures/bugs/bug25707-expected.txt
+++ /dev/null
@@ -1,29 +0,0 @@
-layer at (0,0) size 800x600
- LayoutView at (0,0) size 800x600
-layer at (0,0) size 800x600
- LayoutBlockFlow {HTML} at (0,0) size 800x600
- LayoutBlockFlow {BODY} at (8,8) size 784x584
- LayoutBlockFlow {P} at (0,0) size 784x40
- LayoutText {#text} at (0,0) size 772x39
- 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"
- 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."
- LayoutTable {TABLE} at (0,152) size 222x170 [border: (1px outset #808080)]
- LayoutTableSection {TBODY} at (1,1) size 220x168
- LayoutTableRow {TR} at (0,2) size 220x164
- LayoutTableCell {TD} at (2,2) size 216x164 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
- LayoutBlockFlow {P} at (203.39,2) size 10.61x160
- LayoutText {#text} at (0,0) size 32x159
- text run at (0,0) width 25: "This"
- text run at (0,20) width 9: "is"
- text run at (0,40) width 32: "some"
- text run at (0,60) width 26: "text."
- text run at (0,80) width 25: "This"
- text run at (0,100) width 9: "is"
- text run at (0,120) width 32: "some"
- text run at (0,140) width 26: "text."

Powered by Google App Engine
This is Rietveld 408576698