Changeset 102830 in webkit


Ignore:
Timestamp:
Dec 14, 2011 2:57:20 PM (12 years ago)
Author:
commit-queue@webkit.org
Message:

Create reftest for outline-sides-in-region
https://bugs.webkit.org/show_bug.cgi?id=74428

Patch by Ethan Malasky <emalasky@adobe.com> on 2011-12-14
Reviewed by Darin Adler.

  • fast/regions/outline-sides-in-region-expected.html: Added.
  • fast/regions/outline-sides-in-region.html:
  • platform/chromium/test_expectations.txt:
  • platform/efl/fast/regions/outline-sides-in-region-expected.png: Removed.
  • platform/efl/fast/regions/outline-sides-in-region-expected.txt: Removed.
  • platform/mac/fast/regions/outline-sides-in-region-expected.png: Removed.
  • platform/mac/fast/regions/outline-sides-in-region-expected.txt: Removed.
Location:
trunk/LayoutTests
Files:
4 deleted
3 edited
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r102829 r102830  
     12011-12-14  Ethan Malasky  <emalasky@adobe.com>
     2
     3        Create reftest for outline-sides-in-region
     4        https://bugs.webkit.org/show_bug.cgi?id=74428
     5
     6        Reviewed by Darin Adler.
     7
     8        * fast/regions/outline-sides-in-region-expected.html: Added.
     9        * fast/regions/outline-sides-in-region.html:
     10        * platform/chromium/test_expectations.txt:
     11        * platform/efl/fast/regions/outline-sides-in-region-expected.png: Removed.
     12        * platform/efl/fast/regions/outline-sides-in-region-expected.txt: Removed.
     13        * platform/mac/fast/regions/outline-sides-in-region-expected.png: Removed.
     14        * platform/mac/fast/regions/outline-sides-in-region-expected.txt: Removed.
     15
    1162011-12-14  Brady Eidson  <beidson@apple.com>
    217
  • trunk/LayoutTests/fast/regions/outline-sides-in-region-expected.html

    r102829 r102830  
    66        }
    77       
    8         #source{
    9                 -webkit-flow-into: body;
    10         }
    11        
    12         #region{
    13                 -webkit-flow-from: body;
    14         }
    158        div{
    169                width:200px;
     
    1912</style>
    2013<body>
    21         <div id="source">
    22                 <h1>&nbsp;</h1>
     14        <div>
     15                <div>
     16                        <h1>&nbsp;</h1>
     17                </div>
    2318        </div>
    24        
    25         <div id="region"></div>
    2619        <div>
    2720                <h1>&nbsp;</h1>
  • trunk/LayoutTests/fast/regions/outline-sides-in-region.html

    r97701 r102830  
    44        h1{
    55                outline: 5px solid yellow;
     6        }
     7       
     8        #source > h1 {
     9                margin-top: 0;
    610        }
    711       
  • trunk/LayoutTests/platform/chromium/test_expectations.txt

    r102799 r102830  
    33223322BUGWK74137 : fast/regions/flows-dependency-same-flow.html = PASS FAIL MISSING
    33233323BUGWK74137 : fast/regions/multiple-directionality-changes-in-variable-width-regions.html = PASS FAIL MISSING
    3324 BUGWK74137 : fast/regions/outline-sides-in-region.html = PASS FAIL MISSING
    33253324BUGWK74137 : fast/regions/overflow-in-uniform-regions-dynamic.html = PASS FAIL MISSING
    33263325BUGWK74137 : fast/regions/overflow-in-uniform-regions.html = PASS FAIL MISSING
Note: See TracChangeset for help on using the changeset viewer.