Skip to content

Commit

Permalink
[WinCairo] Unreviewed test gardening
Browse files Browse the repository at this point in the history
* LayoutTests/platform/wincairo/fast/text/letter-spacing-negative-opacity-expected.txt:
* LayoutTests/platform/wincairo/fast/text/text-letter-spacing-expected.txt:

Canonical link: https://commits.webkit.org/274082@main
  • Loading branch information
fujii committed Feb 5, 2024
1 parent 0e04da7 commit 0a9ebe9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layer at (0,0) size 800x600
layer at (0,0) size 800x600
RenderBlock {HTML} at (0,0) size 800x600
RenderBody {BODY} at (8,8) size 784x584
layer at (8,8) size 263x163
RenderBlock (positioned) {DIV} at (8,8) size 263x163 [border: (1px solid #FF0000)]
RenderText {#text} at (1,4) size 261x155
text run at (1,4) width 261: "Testing the bug"
layer at (8,8) size 273x163
RenderBlock (positioned) {DIV} at (8,8) size 273x163 [border: (1px solid #FF0000)]
RenderText {#text} at (1,4) size 271x155
text run at (1,4) width 271: "Testing the bug"
Original file line number Diff line number Diff line change
Expand Up @@ -49,22 +49,22 @@ layer at (0,0) size 785x1728
text run at (0,0) width 528: "The next line tests a small negative line spacing, and should be crammed backwards"
RenderBlock {P} at (0,484) size 769x18 [bgcolor=#EEEEEE]
RenderInline {SPAN} at (0,0) size 0x17
RenderText {#text} at (160,0) size -16x17
text run at (160,0) width -16: "Hello, world"
RenderText {#text} at (160,0) size 0x17
text run at (160,0) width 0: "Hello, world"
RenderBlock {P} at (0,518) size 769x18 [bgcolor=#FFFFFF]
RenderText {#text} at (0,0) size 508x17
text run at (0,0) width 508: "The next line tests a large negative line spacing, and should be just display an 'H'"
RenderBlock {P} at (0,552) size 769x18 [bgcolor=#EEEEEE]
RenderInline {SPAN} at (0,0) size 0x17
RenderText {#text} at (160,0) size -38320x17
text run at (160,0) width -38320: "Hello, world"
RenderText {#text} at (160,0) size 0x17
text run at (160,0) width 0: "Hello, world"
RenderBlock {P} at (0,586) size 769x18 [bgcolor=#FFFFFF]
RenderText {#text} at (0,0) size 510x17
text run at (0,0) width 510: "The next line tests a very large negative line spacing, and should just have an 'H'."
RenderBlock {P} at (0,620) size 769x18 [bgcolor=#EEEEEE]
RenderInline {SPAN} at (0,0) size 0x17
RenderText {#text} at (160,0) size -1919920x17
text run at (160,0) width -1919920: "Hello, world"
RenderText {#text} at (160,0) size 0x17
text run at (160,0) width 0: "Hello, world"
RenderBlock {P} at (0,654) size 769x36 [bgcolor=#FFFFFF]
RenderText {#text} at (0,0) size 766x35
text run at (0,0) width 712: "The next few lines test the interaction with opacity. The first line should be normally spaced out, slightly opaque, "
Expand Down Expand Up @@ -120,16 +120,16 @@ layer at (0,0) size 785x1728
text run at (346,0) width 127: "it wasn't right-to-left"
RenderBlock {P} at (0,1388) size 769x18 [bgcolor=#EEEEEE]
RenderInline {SPAN} at (0,0) size 0x17
RenderText {#text} at (160,0) size -16x17
text run at (160,0) width -16 RTL: "Hello, world"
RenderText {#text} at (160,0) size 0x17
text run at (160,0) width 0 RTL: "Hello, world"
RenderBlock {P} at (0,1422) size 769x18 [bgcolor=#FFFFFF]
RenderText {#text} at (0,0) size 461x17
text run at (0,0) width 331: "The next line tests a large negative line spacing, and "
text run at (331,0) width 130: "should just print a 'd'"
RenderBlock {P} at (0,1456) size 769x18 [bgcolor=#EEEEEE]
RenderInline {SPAN} at (0,0) size 0x17
RenderText {#text} at (160,0) size -38320x17
text run at (160,0) width -38320 RTL: "Hello, world"
RenderText {#text} at (160,0) size 0x17
text run at (160,0) width 0 RTL: "Hello, world"
RenderBlock {P} at (0,1490) size 769x36 [bgcolor=#FFFFFF]
RenderText {#text} at (0,0) size 731x35
text run at (0,0) width 146: "Now, opacity as well - "
Expand Down

0 comments on commit 0a9ebe9

Please sign in to comment.