Changeset 155114 in webkit


Ignore:
Timestamp:
Sep 5, 2013 7:23:14 AM (11 years ago)
Author:
commit-queue@webkit.org
Message:

[CSS Regions] Convert existing pixel tests in ref tests
https://bugs.webkit.org/show_bug.cgi?id=120760

Patch by Mihai Maerean <Mihai Maerean> on 2013-09-05
Reviewed by Antti Koivisto.

I have also removed text-align:justify from the tests because its not relevant to the tested functionality and
it makes creating the expected results very difficult because of the way fragmented text is rendered when
it's aligned justified.

  • fast/regions/overflow-in-uniform-regions-dynamic-expected.html: Added.
  • fast/regions/overflow-in-uniform-regions-dynamic.html:
  • fast/regions/overflow-in-variable-width-regions-expected.html: Added.
  • fast/regions/overflow-in-variable-width-regions.html:
  • fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.html: Added.
  • fast/regions/overflow-moving-below-floats-in-variable-width-regions.html:
  • fast/regions/overflow-not-moving-below-floats-in-variable-width-regions-expected.html: Added.
  • fast/regions/overflow-not-moving-below-floats-in-variable-width-regions.html:
  • fast/regions/overflow-rtl-in-variable-width-regions-expected.html: Added.
  • fast/regions/overflow-rtl-in-variable-width-regions.html:
  • fast/regions/overflow-size-change-in-variable-width-regions-expected.html: Added.
  • fast/regions/overflow-size-change-in-variable-width-regions.html:
  • platform/efl/fast/regions/overflow-in-uniform-regions-dynamic-expected.png: Removed.
  • platform/efl/fast/regions/overflow-in-uniform-regions-dynamic-expected.txt: Removed.
  • platform/efl/fast/regions/overflow-in-variable-width-regions-expected.png: Removed.
  • platform/efl/fast/regions/overflow-in-variable-width-regions-expected.txt: Removed.
  • platform/efl/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.png: Removed.
  • platform/efl/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.txt: Removed.
  • platform/efl/fast/regions/overflow-rtl-in-variable-width-regions-expected.png: Removed.
  • platform/efl/fast/regions/overflow-rtl-in-variable-width-regions-expected.txt: Removed.
  • platform/efl/fast/regions/overflow-size-change-in-variable-width-regions-expected.png: Removed.
  • platform/efl/fast/regions/overflow-size-change-in-variable-width-regions-expected.txt: Removed.
  • platform/gtk/fast/regions/overflow-in-uniform-regions-dynamic-expected.png: Removed.
  • platform/gtk/fast/regions/overflow-in-uniform-regions-dynamic-expected.txt: Removed.
  • platform/gtk/fast/regions/overflow-in-variable-width-regions-expected.png: Removed.
  • platform/gtk/fast/regions/overflow-in-variable-width-regions-expected.txt: Removed.
  • platform/gtk/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.png: Removed.
  • platform/gtk/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.txt: Removed.
  • platform/gtk/fast/regions/overflow-rtl-in-variable-width-regions-expected.png: Removed.
  • platform/gtk/fast/regions/overflow-rtl-in-variable-width-regions-expected.txt: Removed.
  • platform/gtk/fast/regions/overflow-size-change-in-variable-width-regions-expected.png: Removed.
  • platform/gtk/fast/regions/overflow-size-change-in-variable-width-regions-expected.txt: Removed.
  • platform/mac/fast/regions/overflow-in-uniform-regions-dynamic-expected.png: Removed.
  • platform/mac/fast/regions/overflow-in-uniform-regions-dynamic-expected.txt: Removed.
  • platform/mac/fast/regions/overflow-in-variable-width-regions-expected.png: Removed.
  • platform/mac/fast/regions/overflow-in-variable-width-regions-expected.txt: Removed.
  • platform/mac/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.png: Removed.
  • platform/mac/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.txt: Removed.
  • platform/mac/fast/regions/overflow-rtl-in-variable-width-regions-expected.png: Removed.
  • platform/mac/fast/regions/overflow-rtl-in-variable-width-regions-expected.txt: Removed.
  • platform/mac/fast/regions/overflow-size-change-in-variable-width-regions-expected.png: Removed.
  • platform/mac/fast/regions/overflow-size-change-in-variable-width-regions-expected.txt: Removed.
  • platform/qt-wk2/fast/regions/overflow-in-uniform-regions-dynamic-expected.png: Removed.
  • platform/qt-wk2/fast/regions/overflow-in-variable-width-regions-expected.png: Removed.
  • platform/qt-wk2/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.png: Removed.
  • platform/qt-wk2/fast/regions/overflow-rtl-in-variable-width-regions-expected.png: Removed.
  • platform/qt-wk2/fast/regions/overflow-size-change-in-variable-width-regions-expected.png: Removed.
  • platform/qt/fast/regions/overflow-in-uniform-regions-dynamic-expected.png: Removed.
  • platform/qt/fast/regions/overflow-in-uniform-regions-dynamic-expected.txt: Removed.
  • platform/qt/fast/regions/overflow-in-variable-width-regions-expected.png: Removed.
  • platform/qt/fast/regions/overflow-in-variable-width-regions-expected.txt: Removed.
  • platform/qt/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.png: Removed.
  • platform/qt/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.txt: Removed.
  • platform/qt/fast/regions/overflow-rtl-in-variable-width-regions-expected.png: Removed.
  • platform/qt/fast/regions/overflow-rtl-in-variable-width-regions-expected.txt: Removed.
  • platform/qt/fast/regions/overflow-size-change-in-variable-width-regions-expected.png: Removed.
  • platform/qt/fast/regions/overflow-size-change-in-variable-width-regions-expected.txt: Removed.
Location:
trunk/LayoutTests
Files:
6 added
45 deleted
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r155111 r155114  
     12013-09-05  Mihai Maerean  <mmaerean@adobe.com>
     2
     3        [CSS Regions] Convert existing pixel tests in ref tests
     4        https://bugs.webkit.org/show_bug.cgi?id=120760
     5
     6        Reviewed by Antti Koivisto.
     7
     8        I have also removed text-align:justify from the tests because its not relevant to the tested functionality and
     9        it makes creating the expected results very difficult because of the way fragmented text is rendered when
     10        it's aligned justified.
     11
     12        * fast/regions/overflow-in-uniform-regions-dynamic-expected.html: Added.
     13        * fast/regions/overflow-in-uniform-regions-dynamic.html:
     14        * fast/regions/overflow-in-variable-width-regions-expected.html: Added.
     15        * fast/regions/overflow-in-variable-width-regions.html:
     16        * fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.html: Added.
     17        * fast/regions/overflow-moving-below-floats-in-variable-width-regions.html:
     18        * fast/regions/overflow-not-moving-below-floats-in-variable-width-regions-expected.html: Added.
     19        * fast/regions/overflow-not-moving-below-floats-in-variable-width-regions.html:
     20        * fast/regions/overflow-rtl-in-variable-width-regions-expected.html: Added.
     21        * fast/regions/overflow-rtl-in-variable-width-regions.html:
     22        * fast/regions/overflow-size-change-in-variable-width-regions-expected.html: Added.
     23        * fast/regions/overflow-size-change-in-variable-width-regions.html:
     24        * platform/efl/fast/regions/overflow-in-uniform-regions-dynamic-expected.png: Removed.
     25        * platform/efl/fast/regions/overflow-in-uniform-regions-dynamic-expected.txt: Removed.
     26        * platform/efl/fast/regions/overflow-in-variable-width-regions-expected.png: Removed.
     27        * platform/efl/fast/regions/overflow-in-variable-width-regions-expected.txt: Removed.
     28        * platform/efl/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.png: Removed.
     29        * platform/efl/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.txt: Removed.
     30        * platform/efl/fast/regions/overflow-rtl-in-variable-width-regions-expected.png: Removed.
     31        * platform/efl/fast/regions/overflow-rtl-in-variable-width-regions-expected.txt: Removed.
     32        * platform/efl/fast/regions/overflow-size-change-in-variable-width-regions-expected.png: Removed.
     33        * platform/efl/fast/regions/overflow-size-change-in-variable-width-regions-expected.txt: Removed.
     34        * platform/gtk/fast/regions/overflow-in-uniform-regions-dynamic-expected.png: Removed.
     35        * platform/gtk/fast/regions/overflow-in-uniform-regions-dynamic-expected.txt: Removed.
     36        * platform/gtk/fast/regions/overflow-in-variable-width-regions-expected.png: Removed.
     37        * platform/gtk/fast/regions/overflow-in-variable-width-regions-expected.txt: Removed.
     38        * platform/gtk/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.png: Removed.
     39        * platform/gtk/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.txt: Removed.
     40        * platform/gtk/fast/regions/overflow-rtl-in-variable-width-regions-expected.png: Removed.
     41        * platform/gtk/fast/regions/overflow-rtl-in-variable-width-regions-expected.txt: Removed.
     42        * platform/gtk/fast/regions/overflow-size-change-in-variable-width-regions-expected.png: Removed.
     43        * platform/gtk/fast/regions/overflow-size-change-in-variable-width-regions-expected.txt: Removed.
     44        * platform/mac/fast/regions/overflow-in-uniform-regions-dynamic-expected.png: Removed.
     45        * platform/mac/fast/regions/overflow-in-uniform-regions-dynamic-expected.txt: Removed.
     46        * platform/mac/fast/regions/overflow-in-variable-width-regions-expected.png: Removed.
     47        * platform/mac/fast/regions/overflow-in-variable-width-regions-expected.txt: Removed.
     48        * platform/mac/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.png: Removed.
     49        * platform/mac/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.txt: Removed.
     50        * platform/mac/fast/regions/overflow-rtl-in-variable-width-regions-expected.png: Removed.
     51        * platform/mac/fast/regions/overflow-rtl-in-variable-width-regions-expected.txt: Removed.
     52        * platform/mac/fast/regions/overflow-size-change-in-variable-width-regions-expected.png: Removed.
     53        * platform/mac/fast/regions/overflow-size-change-in-variable-width-regions-expected.txt: Removed.
     54        * platform/qt-wk2/fast/regions/overflow-in-uniform-regions-dynamic-expected.png: Removed.
     55        * platform/qt-wk2/fast/regions/overflow-in-variable-width-regions-expected.png: Removed.
     56        * platform/qt-wk2/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.png: Removed.
     57        * platform/qt-wk2/fast/regions/overflow-rtl-in-variable-width-regions-expected.png: Removed.
     58        * platform/qt-wk2/fast/regions/overflow-size-change-in-variable-width-regions-expected.png: Removed.
     59        * platform/qt/fast/regions/overflow-in-uniform-regions-dynamic-expected.png: Removed.
     60        * platform/qt/fast/regions/overflow-in-uniform-regions-dynamic-expected.txt: Removed.
     61        * platform/qt/fast/regions/overflow-in-variable-width-regions-expected.png: Removed.
     62        * platform/qt/fast/regions/overflow-in-variable-width-regions-expected.txt: Removed.
     63        * platform/qt/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.png: Removed.
     64        * platform/qt/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.txt: Removed.
     65        * platform/qt/fast/regions/overflow-rtl-in-variable-width-regions-expected.png: Removed.
     66        * platform/qt/fast/regions/overflow-rtl-in-variable-width-regions-expected.txt: Removed.
     67        * platform/qt/fast/regions/overflow-size-change-in-variable-width-regions-expected.png: Removed.
     68        * platform/qt/fast/regions/overflow-size-change-in-variable-width-regions-expected.txt: Removed.
     69
    1702013-09-05  Brendan Long  <b.long@cablelabs.com>
    271
  • trunk/LayoutTests/fast/regions/overflow-in-uniform-regions-dynamic.html

    r97701 r155114  
    44    #content {
    55        -webkit-flow-into: flow1;
    6         text-align: justify;
    76        padding: 5px;
    87    }
  • trunk/LayoutTests/fast/regions/overflow-in-variable-width-regions.html

    r97701 r155114  
    44    #content {
    55        -webkit-flow-into: flow1;
    6         text-align: justify;
    76        padding: 5px;
    87    }
  • trunk/LayoutTests/fast/regions/overflow-moving-below-floats-in-variable-width-regions.html

    r97701 r155114  
    44    #content {
    55        -webkit-flow-into: flow1;
    6         text-align: justify;
    76        padding: 5px;
    87    }
  • trunk/LayoutTests/fast/regions/overflow-not-moving-below-floats-in-variable-width-regions.html

    r97701 r155114  
    44    #content {
    55        -webkit-flow-into: flow1;
    6         text-align: justify;
    76        padding: 5px;
    87    }
  • trunk/LayoutTests/fast/regions/overflow-rtl-in-variable-width-regions.html

    r97701 r155114  
    55    #content {
    66        -webkit-flow-into: flow1;
    7         text-align: justify;
    87        padding: 5px;
    98    }
  • trunk/LayoutTests/fast/regions/overflow-size-change-in-variable-width-regions.html

    r97701 r155114  
    44    #content {
    55        -webkit-flow-into: flow1;
    6         text-align: justify;
    76        padding: 5px;
    87    }
Note: See TracChangeset for help on using the changeset viewer.