Guest User

Untitled

a guest
Apr 26th, 2018
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.02 KB | None | 0 0
  1. diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
  2. index 41fd404..4f04d83 100644
  3. --- a/LayoutTests/ChangeLog
  4. +++ b/LayoutTests/ChangeLog
  5. @@ -1,3 +1,15 @@
  6. +2009-12-30 Andras Becsi <abecsi@inf.u-szeged.hu>
  7. +
  8. + Reviewed by NOBODY (OOPS!).
  9. +
  10. + [Qt] Add expected files for the following new passing tests.
  11. +
  12. + * platform/qt/editing/selection/select-text-overflow-ellipsis-expected.txt: Added.
  13. + * platform/qt/fast/block/float/in-margin-expected.txt: Copied from LayoutTests/platform/mac/fast/block/float/in-margin-expected.txt.
  14. + * platform/qt/fast/text/fake-italic-expected.txt: Added.
  15. + * platform/qt/svg/custom/empty-mask-expected.txt: Added.
  16. + * platform/qt/svg/filters/filter-source-position-expected.txt: Added.
  17. +
  18. 2009-12-30 Dirk Schulze <krit@webkit.org>
  19.  
  20. Unreviewed test result fix.
  21. diff --git a/LayoutTests/platform/qt/editing/selection/select-text-overflow-ellipsis-expected.txt b/LayoutTests/platform/qt/editing/selection/select-text-overflow-ellipsis-expected.txt
  22. new file mode 100644
  23. index 0000000..56bdfa0
  24. --- /dev/null
  25. +++ b/LayoutTests/platform/qt/editing/selection/select-text-overflow-ellipsis-expected.txt
  26. @@ -0,0 +1,20 @@
  27. +layer at (0,0) size 800x600
  28. + RenderView at (0,0) size 800x600
  29. +layer at (0,0) size 800x600
  30. + RenderBlock {HTML} at (0,0) size 800x600
  31. + RenderBody {BODY} at (8,8) size 784x584
  32. + RenderBlock {H3} at (0,0) size 784x48
  33. + RenderText {#text} at (0,0) size 76x24
  34. + text run at (0,0) width 76: "Test for "
  35. + RenderInline {A} at (0,0) size 167x24 [color=#0000EE]
  36. + RenderText {#text} at (76,0) size 167x24
  37. + text run at (76,0) width 167: "WebKit bug 29968"
  38. + RenderText {#text} at (243,0) size 775x48
  39. + text run at (243,0) width 532: ": Selecting text with text-overflow ellipsis should not show"
  40. + text run at (0,24) width 97: "cut off text"
  41. +layer at (8,74) size 95x20 scrollWidth 132
  42. + RenderBlock {DIV} at (0,66) size 95x20
  43. + RenderText {#text} at (0,0) size 132x20
  44. + text run at (0,0) width 132: "Lorem ipsum dolor"
  45. +selection start: position 0 of child 0 {#text} of child 3 {DIV} of child 1 {BODY} of child 0 {HTML} of document
  46. +selection end: position 11 of child 0 {#text} of child 3 {DIV} of child 1 {BODY} of child 0 {HTML} of document
  47. diff --git a/LayoutTests/platform/qt/fast/block/float/in-margin-expected.txt b/LayoutTests/platform/qt/fast/block/float/in-margin-expected.txt
  48. new file mode 100644
  49. index 0000000..54d9c61
  50. --- /dev/null
  51. +++ b/LayoutTests/platform/qt/fast/block/float/in-margin-expected.txt
  52. @@ -0,0 +1,10 @@
  53. +layer at (0,0) size 800x600
  54. + RenderView at (0,0) size 800x600
  55. +layer at (0,0) size 800x600
  56. + RenderBlock {HTML} at (0,0) size 800x600
  57. + RenderBody {BODY} at (8,8) size 784x584
  58. + RenderBlock {DIV} at (0,0) size 400x110
  59. + RenderBlock (floating) {DIV} at (0,0) size 100x100
  60. + RenderBlock {DIV} at (300,0) size 100x110 [bgcolor=#FF0000]
  61. +layer at (308,8) size 110x110
  62. + RenderBlock {DIV} at (0,0) size 110x110 [bgcolor=#008000]
  63. diff --git a/LayoutTests/platform/qt/fast/text/fake-italic-expected.txt b/LayoutTests/platform/qt/fast/text/fake-italic-expected.txt
  64. new file mode 100644
  65. index 0000000..8dcfc06
  66. --- /dev/null
  67. +++ b/LayoutTests/platform/qt/fast/text/fake-italic-expected.txt
  68. @@ -0,0 +1,13 @@
  69. +layer at (0,0) size 800x600
  70. + RenderView at (0,0) size 800x600
  71. +layer at (0,0) size 800x600
  72. + RenderBlock {HTML} at (0,0) size 800x600
  73. + RenderBody {BODY} at (8,8) size 784x576
  74. + RenderBlock {P} at (0,0) size 784x60
  75. + RenderText {#text} at (0,0) size 757x60
  76. + text run at (0,0) width 757: "This layout test is designed to test that our fake italic mode is working correctly. The Ahem font, used below,"
  77. + text run at (0,20) width 754: "does not include an italic variant. Thus, when we ask for italic Ahem, we should skew the glyphs ourselves,"
  78. + text run at (0,40) width 332: "resulting in a series of italic black boxes below."
  79. + RenderBlock {P} at (0,76) size 784x16
  80. + RenderText {#text} at (0,0) size 128x16
  81. + text run at (0,0) width 128: "A A A A"
  82. diff --git a/LayoutTests/platform/qt/svg/custom/empty-mask-expected.txt b/LayoutTests/platform/qt/svg/custom/empty-mask-expected.txt
  83. new file mode 100644
  84. index 0000000..08cb8d9
  85. --- /dev/null
  86. +++ b/LayoutTests/platform/qt/svg/custom/empty-mask-expected.txt
  87. @@ -0,0 +1,13 @@
  88. +KCanvasResource {id="mask" [type=MASKER]}
  89. +layer at (0,0) size 800x600
  90. + RenderView at (0,0) size 800x600
  91. +layer at (0,0) size 800x600
  92. + RenderSVGRoot {svg} at (20,20) size 100x100
  93. + RenderSVGHiddenContainer {defs} at (0,0) size 0x0
  94. + RenderSVGContainer {mask} at (-0.50,-0.50) size 0.10x0.10
  95. + RenderPath {rect} at (-0.50,-0.50) size 0.10x0.10 [fill={[type=SOLID] [color=#FFFFFF]}] [data="M -0.5 -0.5L -0.4 -0.5L -0.4 -0.4L -0.5 -0.4L -0.5 -0.5"]
  96. + RenderPath {rect} at (20,20) size 100x100 [fill={[type=SOLID] [color=#008000]}] [data="M 20 20L 120 20L 120 120L 20 120L 20 20"]
  97. + RenderSVGText {text} at (60,60) size 25x20 contains 1 chunk(s)
  98. + RenderSVGTSpan {tspan} at (0,0) size 25x20
  99. + RenderSVGInlineText {#text} at (0,-16) size 25x20
  100. + chunk 1 text run 1 at (60.00,60.00) startOffset 0 endOffset 4 width 25.00: "test"
  101. diff --git a/LayoutTests/platform/qt/svg/filters/filter-source-position-expected.txt b/LayoutTests/platform/qt/svg/filters/filter-source-position-expected.txt
  102. new file mode 100644
  103. index 0000000..29c0aaa
  104. --- /dev/null
  105. +++ b/LayoutTests/platform/qt/svg/filters/filter-source-position-expected.txt
  106. @@ -0,0 +1,22 @@
  107. +KCanvasResource {id="filter1" [type=FILTER] [bounding box=at (0,0) size 0x0] [bounding box mode=0]}
  108. +KCanvasResource {id="filter2" [type=FILTER] [bounding box=at (0,0) size 0x0] [bounding box mode=0]}
  109. +KCanvasResource {id="filter3" [type=FILTER] [bounding box=at (0,0) size 0x0] [bounding box mode=0]}
  110. +KCanvasResource {id="filter4" [type=FILTER] [bounding box=at (0,0) size 0x0] [bounding box mode=0]}
  111. +layer at (0,0) size 800x600
  112. + RenderView at (0,0) size 800x600
  113. +layer at (0,0) size 800x600
  114. + RenderSVGRoot {svg} at (42,42) size 196x196
  115. + RenderSVGHiddenContainer {defs} at (0,0) size 0x0
  116. + RenderSVGImage {image} at (20,20) size 110x110
  117. + RenderSVGContainer {use} at (42,42) size 88x88 [filter=filter1]
  118. + RenderSVGContainer {g} at (20,20) size 110x110
  119. + RenderSVGImage {image} at (20,20) size 110x110
  120. + RenderSVGContainer {use} at (128,42) size 110x88 [filter=filter2]
  121. + RenderSVGContainer {g} at (150,20) size 110x110 [transform={m=((1.00,0.00)(0.00,1.00)) t=(130.00,0.00)}]
  122. + RenderSVGImage {image} at (150,20) size 110x110
  123. + RenderSVGContainer {use} at (42,128) size 88x110 [filter=filter3]
  124. + RenderSVGContainer {g} at (20,150) size 110x110 [transform={m=((1.00,0.00)(0.00,1.00)) t=(0.00,130.00)}]
  125. + RenderSVGImage {image} at (20,150) size 110x110
  126. + RenderSVGContainer {use} at (128,128) size 110x110 [filter=filter4]
  127. + RenderSVGContainer {g} at (150,150) size 110x110 [transform={m=((1.00,0.00)(0.00,1.00)) t=(130.00,130.00)}]
  128. + RenderSVGImage {image} at (150,150) size 110x110
Add Comment
Please, Sign In to add comment