Changeset 123144 in webkit


Ignore:
Timestamp:
Jul 19, 2012 1:20:31 PM (12 years ago)
Author:
commit-queue@webkit.org
Message:

[Qt] Added/updated missing fast/text results after rebaseline
https://bugs.webkit.org/show_bug.cgi?id=91570

Patch by Bruno de Oliveira Abinader <Bruno de Oliveira Abinader> on 2012-07-19
Reviewed by Noam Rosenthal.

The following tests were failing after r122971:

fast/text/international/unicode-bidi-plaintext-in-textarea.html = TEXT
fast/text/textIteratorNilRenderer.html = TEXT
fast/text/whitespace/030.html = TEXT

This patch includes/updates the missing expectations.

  • platform/qt-5.0-wk2/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.png: Added.
  • platform/qt-5.0-wk2/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.txt: Added.
  • platform/qt-5.0-wk2/fast/text/textIteratorNilRenderer-expected.png: Added.
  • platform/qt-5.0-wk2/fast/text/textIteratorNilRenderer-expected.txt: Added.
  • platform/qt-5.0/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.png: Added.
  • platform/qt/fast/text/whitespace/030-expected.png:
  • platform/qt/fast/text/whitespace/030-expected.txt:
Location:
trunk/LayoutTests
Files:
6 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r123142 r123144  
     12012-07-19  Bruno de Oliveira Abinader  <bruno.abinader@basyskom.com>
     2
     3        [Qt] Added/updated missing fast/text results after rebaseline
     4        https://bugs.webkit.org/show_bug.cgi?id=91570
     5
     6        Reviewed by Noam Rosenthal.
     7
     8        The following tests were failing after r122971:
     9          fast/text/international/unicode-bidi-plaintext-in-textarea.html = TEXT
     10          fast/text/textIteratorNilRenderer.html = TEXT
     11          fast/text/whitespace/030.html = TEXT
     12
     13        This patch includes/updates the missing expectations.
     14
     15        * platform/qt-5.0-wk2/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.png: Added.
     16        * platform/qt-5.0-wk2/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.txt: Added.
     17        * platform/qt-5.0-wk2/fast/text/textIteratorNilRenderer-expected.png: Added.
     18        * platform/qt-5.0-wk2/fast/text/textIteratorNilRenderer-expected.txt: Added.
     19        * platform/qt-5.0/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.png: Added.
     20        * platform/qt/fast/text/whitespace/030-expected.png:
     21        * platform/qt/fast/text/whitespace/030-expected.txt:
     22
    1232012-07-19  Zan Dobersek  <zandobersek@gmail.com>
    224
  • trunk/LayoutTests/platform/qt/fast/text/whitespace/030-expected.txt

    r98018 r123144  
    1 layer at (0,0) size 850x584
    2   RenderView at (0,0) size 800x584
    3 layer at (0,0) size 800x101
    4   RenderBlock {HTML} at (0,0) size 800x101
    5     RenderBody {BODY} at (8,13) size 784x80
    6       RenderBlock {PRE} at (0,0) size 784x21 [border: (2px solid #008000)]
    7         RenderText {#text} at (2,2) size 97x17
    8           text run at (2,2) width 97: "I am on one line."
    9           text run at (99,2) width 0: " "
    10       RenderBlock {DIV} at (0,34) size 784x46 [border: (2px solid #008000)]
    11         RenderText {#text} at (2,2) size 840x42
     1layer at (0,0) size 800x600
     2  RenderView at (0,0) size 800x600
     3layer at (0,0) size 800x95
     4  RenderBlock {HTML} at (0,0) size 800x95
     5    RenderBody {BODY} at (8,13) size 784x74
     6      RenderBlock {PRE} at (0,0) size 784x19 [border: (2px solid #008000)]
     7        RenderText {#text} at (2,2) size 136x15
     8          text run at (2,2) width 136: "I am on one line."
     9          text run at (138,2) width 0: " "
     10      RenderBlock {DIV} at (0,32) size 784x42 [border: (2px solid #008000)]
     11        RenderText {#text} at (2,2) size 715x38
    1212          text run at (2,2) width 0: " "
    13           text run at (2,23) width 840: "This div is two lines.  The newline right after the tag opened is significant and is honored by Firefox and Opera (and us)."
    14           text run at (842,23) width 0: " "
     13          text run at (2,21) width 715: "This div is two lines.  The newline right after the tag opened is significant and is honored by Firefox and Opera (and us)."
     14          text run at (717,21) width 0: " "
Note: See TracChangeset for help on using the changeset viewer.