Changeset 56855 in webkit


Ignore:
Timestamp:
Mar 31, 2010 11:46:54 AM (14 years ago)
Author:
Csaba Osztrogonác
Message:

Rubber-stamped by Kenneth Rohde Christiansen.

iframe flattening doesn't flatten
https://bugs.webkit.org/show_bug.cgi?id=36798

Platform specific expected files added, and updated after r56852.

  • platform/mac/fast/frames/flattening/frameset-flattening-subframe-resize-expected.txt:
  • platform/mac/fast/frames/flattening/iframe-flattening-fixed-height-expected.txt: Added.
  • platform/mac/fast/frames/flattening/iframe-flattening-fixed-width-and-height-expected.txt: Added.
  • platform/mac/fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling-expected.txt: Added.
  • platform/mac/fast/frames/flattening/iframe-flattening-fixed-width-expected.txt: Added.
  • platform/mac/fast/frames/flattening/iframe-flattening-simple-expected.txt:
  • platform/qt/fast/frames/flattening/frameset-flattening-subframe-resize-expected.txt:
  • platform/qt/fast/frames/flattening/iframe-flattening-fixed-height-expected.txt: Added.
  • platform/qt/fast/frames/flattening/iframe-flattening-fixed-width-and-height-expected.txt: Added.
  • platform/qt/fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling-expected.txt: Added.
  • platform/qt/fast/frames/flattening/iframe-flattening-fixed-width-expected.txt: Added.
Location:
trunk/LayoutTests
Files:
8 added
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r56852 r56855  
     12010-03-31  Csaba Osztrogonác  <ossy@webkit.org>
     2
     3        Rubber-stamped by Kenneth Rohde Christiansen.
     4
     5        iframe flattening doesn't flatten
     6        https://bugs.webkit.org/show_bug.cgi?id=36798
     7
     8        Platform specific expected files added, and updated after r56852.
     9
     10        * platform/mac/fast/frames/flattening/frameset-flattening-subframe-resize-expected.txt:
     11        * platform/mac/fast/frames/flattening/iframe-flattening-fixed-height-expected.txt: Added.
     12        * platform/mac/fast/frames/flattening/iframe-flattening-fixed-width-and-height-expected.txt: Added.
     13        * platform/mac/fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling-expected.txt: Added.
     14        * platform/mac/fast/frames/flattening/iframe-flattening-fixed-width-expected.txt: Added.
     15        * platform/mac/fast/frames/flattening/iframe-flattening-simple-expected.txt:
     16        * platform/qt/fast/frames/flattening/frameset-flattening-subframe-resize-expected.txt:
     17        * platform/qt/fast/frames/flattening/iframe-flattening-fixed-height-expected.txt: Added.
     18        * platform/qt/fast/frames/flattening/iframe-flattening-fixed-width-and-height-expected.txt: Added.
     19        * platform/qt/fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling-expected.txt: Added.
     20        * platform/qt/fast/frames/flattening/iframe-flattening-fixed-width-expected.txt: Added.
     21
    1222010-02-30  Kenneth Rohde Christiansen  <kenneth@webkit.org>
    223
  • trunk/LayoutTests/platform/mac/fast/frames/flattening/frameset-flattening-subframe-resize-expected.txt

    r56720 r56855  
    66      RenderFrame {FRAME} at (0,0) size 300x650
    77        layer at (0,0) size 300x650
    8           RenderView at (0,0) size 285x635
    9         layer at (0,0) size 285x635
    10           RenderBlock {HTML} at (0,0) size 285x635
    11             RenderBody {BODY} at (8,8) size 269x611 [bgcolor=#008000]
    12               RenderBlock {P} at (0,0) size 269x36
     8          RenderView at (0,0) size 300x650
     9        layer at (0,0) size 300x650
     10          RenderBlock {HTML} at (0,0) size 300x650
     11            RenderBody {BODY} at (8,8) size 284x626 [bgcolor=#008000]
     12              RenderBlock {P} at (0,0) size 284x36
    1313                RenderText {#text} at (0,0) size 265x36
    1414                  text run at (0,0) width 265: "Test for frameset flattening. The flattening"
    1515                  text run at (0,18) width 176: "only works inside the DRT."
    16               RenderBlock {P} at (0,52) size 269x36
    17                 RenderText {#text} at (0,0) size 263x36
    18                   text run at (0,0) width 263: "This frame should be 300px wide and not"
    19                   text run at (0,18) width 191: "be scrollable (have scrollbars)."
     16              RenderBlock {P} at (0,52) size 284x36
     17                RenderText {#text} at (0,0) size 282x36
     18                  text run at (0,0) width 282: "This frame should be 300px wide and not be"
     19                  text run at (0,18) width 172: "scrollable (have scrollbars)."
    2020        layer at (0,350) size 300x300
    2121          RenderBlock (positioned) {DIV} at (0,350) size 300x300 [bgcolor=#0000FF]
  • trunk/LayoutTests/platform/mac/fast/frames/flattening/iframe-flattening-simple-expected.txt

    r56722 r56855  
    1414        RenderPartObject {IFRAME} at (0,0) size 400x404 [border: (2px inset #000000)]
    1515          layer at (0,0) size 400x400
    16             RenderView at (0,0) size 396x400
    17           layer at (0,0) size 396x400
    18             RenderBlock {HTML} at (0,0) size 396x400
    19               RenderBody {BODY} at (8,8) size 380x384 [bgcolor=#FF0000]
     16            RenderView at (0,0) size 381x385
     17          layer at (0,0) size 381x385
     18            RenderBlock {HTML} at (0,0) size 381x385
     19              RenderBody {BODY} at (8,8) size 365x369 [bgcolor=#FF0000]
    2020          layer at (0,0) size 400x400
    2121            RenderBlock (positioned) {DIV} at (0,0) size 400x400
  • trunk/LayoutTests/platform/qt/fast/frames/flattening/frameset-flattening-subframe-resize-expected.txt

    r56718 r56855  
    66      RenderFrame {FRAME} at (0,0) size 300x650
    77        layer at (0,0) size 300x650
    8           RenderView at (0,0) size 284x634
    9         layer at (0,0) size 284x634
    10           RenderBlock {HTML} at (0,0) size 284x634
    11             RenderBody {BODY} at (8,8) size 268x610 [bgcolor=#008000]
    12               RenderBlock {P} at (0,0) size 268x40
     8          RenderView at (0,0) size 300x650
     9        layer at (0,0) size 300x650
     10          RenderBlock {HTML} at (0,0) size 300x650
     11            RenderBody {BODY} at (8,8) size 284x626 [bgcolor=#008000]
     12              RenderBlock {P} at (0,0) size 284x40
    1313                RenderText {#text} at (0,0) size 260x40
    1414                  text run at (0,0) width 223: "Test for frameset flattening. The"
    1515                  text run at (0,20) width 260: "flattening only works inside the DRT."
    16               RenderBlock {P} at (0,56) size 268x40
     16              RenderBlock {P} at (0,56) size 284x40
    1717                RenderText {#text} at (0,0) size 266x40
    1818                  text run at (0,0) width 266: "This frame should be 300px wide and"
Note: See TracChangeset for help on using the changeset viewer.