Changeset 175480 in webkit
- Timestamp:
- Nov 3, 2014, 11:38:57 AM (10 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/LayoutTests/ChangeLog ¶
r175470 r175480 1 2014-11-03 Lorenzo Tilve <ltilve@igalia.com> 2 3 [GTK] Unreviewed gardening. Rebaseline after r175259. 4 https://bugs.webkit.org/show_bug.cgi?id=138317 5 6 Rebaseline pending test expectations affected by r175259. 7 8 * platform/gtk/css1/box_properties/border_bottom-expected.txt: 9 * platform/gtk/css1/box_properties/border_top-expected.txt: 10 * platform/gtk/css1/formatting_model/inline_elements-expected.txt: 11 * platform/gtk/css1/pseudo/pseudo_elements_in_selectors-expected.txt: 12 * platform/gtk/fast/table/border-collapsing/004-vertical-expected.txt: 13 * platform/gtk/svg/custom/bug45331-expected.txt: 14 * platform/gtk/svg/custom/path-bad-data-expected.txt: 15 1 16 2014-11-03 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com> 2 17 -
TabularUnified trunk/LayoutTests/platform/gtk/css1/box_properties/border_bottom-expected.txt ¶
r148795 r175480 10 10 RenderText {#text} at (0,0) size 344x60 11 11 text run at (0,0) width 328: ".one {border-bottom: purple double 10px;}" 12 text run at (328,0) width 0: " "13 12 text run at (0,15) width 320: ".two {border-bottom: purple thin solid;}" 14 text run at (320,15) width 0: " "15 13 text run at (0,30) width 344: ".three {border-bottom: black medium solid;}" 16 text run at (344,30) width 0: " "17 14 text run at (0,45) width 288: "TD {border-bottom: green 2px solid;}" 18 text run at (288,45) width 0: " "19 15 RenderBlock {HR} at (0,106) size 769x2 [border: (1px inset #000000)] 20 16 RenderBlock {P} at (0,124) size 769x34 -
TabularUnified trunk/LayoutTests/platform/gtk/css1/box_properties/border_top-expected.txt ¶
r148795 r175480 10 10 RenderText {#text} at (0,0) size 320x60 11 11 text run at (0,0) width 304: ".one {border-top: purple double 10px;}" 12 text run at (304,0) width 0: " "13 12 text run at (0,15) width 296: ".two {border-top: purple thin solid;}" 14 text run at (296,15) width 0: " "15 13 text run at (0,30) width 320: ".three {border-top: black medium solid;}" 16 text run at (320,30) width 0: " "17 14 text run at (0,45) width 264: "TD {border-top: green 2px solid;}" 18 text run at (264,45) width 0: " "19 15 RenderBlock {HR} at (0,106) size 769x2 [border: (1px inset #000000)] 20 16 RenderBlock {P} at (0,124) size 769x34 -
TabularUnified trunk/LayoutTests/platform/gtk/css1/formatting_model/inline_elements-expected.txt ¶
r170916 r175480 10 10 RenderText {#text} at (0,0) size 560x105 11 11 text run at (0,0) width 208: "P.one {line-height: 200%;}" 12 text run at (208,0) width 0: " "13 12 text run at (0,15) width 552: "SPAN.two {border-style: solid; border-width: 10px; border-color: red;" 14 text run at (552,15) width 0: " "15 13 text run at (0,30) width 304: " padding: 2pt; margin: 30pt;}" 16 text run at (304,30) width 0: " "17 14 text run at (0,45) width 360: "P.three {font-size: 10pt; line-height: 12pt;}" 18 text run at (360,45) width 0: " "19 15 text run at (0,60) width 560: "SPAN.four {border-style: solid; border-width: 12px; border-color: red;" 20 text run at (560,60) width 0: " "21 16 text run at (0,75) width 192: " padding: 2pt;}" 22 text run at (192,75) width 0: " "23 17 text run at (0,90) width 0: " " 24 18 RenderBlock {HR} at (0,151) size 769x2 [border: (1px inset #000000)] -
TabularUnified trunk/LayoutTests/platform/gtk/css1/pseudo/pseudo_elements_in_selectors-expected.txt ¶
r148795 r175480 10 10 RenderText {#text} at (0,0) size 264x60 11 11 text run at (0,0) width 264: "P:first-line {font-weight: bold;}" 12 text run at (264,0) width 0: " "13 12 text run at (0,15) width 256: "P.two:first-line {color: green;}" 14 text run at (256,15) width 0: " "15 13 text run at (0,30) width 256: "P:first-line.three {color: red;}" 16 text run at (256,30) width 0: " "17 14 text run at (0,45) width 0: " " 18 15 RenderBlock {HR} at (0,106) size 784x2 [border: (1px inset #000000)] -
TabularUnified trunk/LayoutTests/platform/gtk/fast/table/border-collapsing/004-vertical-expected.txt ¶
r159850 r175480 19 19 RenderText {#text} at (0,0) size 688x180 20 20 text run at (0,0) width 408: "TABLE { margin: 1em; border: medium solid blue; }" 21 text run at (408,0) width 0: " "22 21 text run at (0,15) width 376: "TD { border: thin solid green; padding: 5px; }" 23 text run at (376,15) width 0: " "24 22 text run at (0,30) width 392: "TH { border: medium solid purple; padding: 5px; }" 25 text run at (392,30) width 0: " "26 23 text run at (0,45) width 360: "TABLE.one, TABLE.two { border-spacing: 1em; }" 27 text run at (360,45) width 0: " "28 24 text run at (0,60) width 320: "TABLE.one { border-collapse: collapse; }" 29 text run at (320,60) width 0: " "30 25 text run at (0,75) width 320: "TABLE.two { border-collapse: separate; }" 31 text run at (320,75) width 0: " "32 26 text run at (0,90) width 536: "TABLE.three { border-collapse: separate; border-spacing: 0 0.5em; }" 33 text run at (536,90) width 0: " "34 27 text run at (0,105) width 528: "TABLE.four { border-collapse: separate; border-spacing: 0.5em 0; }" 35 text run at (528,105) width 0: " "36 28 text run at (0,120) width 328: "TABLE.five { border-collapse: separate; }" 37 text run at (328,120) width 0: " "38 29 text run at (0,135) width 464: "TABLE.five, TABLE.five TD, TABLE.five TH { border: none; }" 39 text run at (464,135) width 0: " "40 30 text run at (0,150) width 688: "TABLE.five TR, TABLE.five COL, TABLE.five COLGROUP, TABLE.five TBODY, TABLE.five THEAD" 41 text run at (688,150) width 0: " "42 31 text run at (0,165) width 264: " { border: medium solid red; }" 43 text run at (264,165) width 0: " "44 32 RenderBlock {DIV} at (0,283) size 1428x585 45 33 RenderTable {TABLE} at (16,16) size 227x552 [border: (1px solid #0000FF)] -
TabularUnified trunk/LayoutTests/platform/gtk/svg/custom/bug45331-expected.txt ¶
r168369 r175480 11 11 RenderText {#text} at (0,0) size 483x14 12 12 text run at (0,0) width 483: "error on line 3 at column 1: Extra content at the end of the document" 13 text run at (483,0) width 0: " "14 13 RenderBlock {h3} at (18,93) size 701x22 15 14 RenderText {#text} at (0,0) size 429x21 -
TabularUnified trunk/LayoutTests/platform/gtk/svg/custom/path-bad-data-expected.txt ¶
r168369 r175480 11 11 RenderText {#text} at (0,0) size 462x14 12 12 text run at (0,0) width 462: "error on line 9 at column 66: invalid character in attribute value" 13 text run at (462,0) width 0: " "14 13 RenderBlock {h3} at (18,93) size 701x22 15 14 RenderText {#text} at (0,0) size 429x21
Note:
See TracChangeset
for help on using the changeset viewer.