diff options
2 files changed, 79 insertions, 0 deletions
diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/box-sizing/percentage-height-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/box-sizing/percentage-height-expected.txt new file mode 100644 index 0000000..a3b4ae1 --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/box-sizing/percentage-height-expected.txt @@ -0,0 +1,68 @@ +layer at (0,0) size 800x600 + RenderView at (0,0) size 800x600 +layer at (0,0) size 800x0 + RenderBlock {HTML} at (0,0) size 800x0 + RenderBody {BODY} at (0,0) size 800x0 +layer at (0,0) size 800x600 + RenderBlock (positioned) {DIV} at (0,0) size 800x600 +layer at (0,0) size 800x100 + RenderBlock (positioned) zI: 1 {DIV} at (0,0) size 800x100 [bgcolor=#99CC66] + RenderBlock {DIV} at (10,10) size 780x15 + RenderText {#text} at (0,0) size 35x14 + text run at (0,0) width 35: "Header" +layer at (10,110) size 780x430 + RenderBlock (relative positioned) zI: 1 {DIV} at (10,110) size 780x430 +layer at (10,110) size 200x430 + RenderBlock (positioned) {DIV} at (0,0) size 200x430 +layer at (10,110) size 780x430 + RenderBlock (positioned) {DIV} at (0,0) size 780x430 +layer at (10,110) size 200x430 clip at (11,111) size 198x428 + RenderBlock (relative positioned) zI: 1 {DIV} at (0,0) size 200x430 [bgcolor=#FFFFFF] [border: (1px solid #999999)] + RenderBlock {DIV} at (1,1) size 198x165 + RenderText {#text} at (0,0) size 194x164 + text run at (0,0) width 187: "Luckily, the bit of the broadcast is now" + text run at (0,15) width 191: "missing from BBCs website and folks in" + text run at (0,30) width 185: "Cornwall swear they saw Bigfoot and" + text run at (0,45) width 194: "Jersey Devil run off with miles and miles" + text run at (0,60) width 189: "of audio tape containing tapes of Steve" + text run at (0,75) width 183: "Jobs talking about the new Video iPod" + text run at (0,90) width 185: "while drunk on soju, the confession of" + text run at (0,105) width 176: "the true JFK assassin, and a tripping" + text run at (0,120) width 191: "Chief Justice Roberts talking about how" + text run at (0,135) width 172: "\x{201C}Green isn\x{2019}t just a color, man, it\x{2019}s an" + text run at (0,150) width 27: "idea.\x{201D}" +layer at (220,110) size 570x430 clip at (221,111) size 568x428 + RenderBlock (relative positioned) zI: 1 {DIV} at (210,0) size 570x430 [bgcolor=#FFFFFF] [border: (1px solid #999999)] +layer at (221,111) size 568x24 + RenderButton {BUTTON} at (1,1) size 568x24 + RenderBlock (anonymous) at (0,0) size 568x24 +layer at (221,111) size 568x24 + RenderBlock (relative positioned) {DIV} at (0,0) size 568x24 + RenderText {#text} at (5,5) size 28x14 + text run at (5,5) width 28: "Item 1" +layer at (221,135) size 568x24 + RenderButton {BUTTON} at (1,25) size 568x24 [color=#FFFFFF] [bgcolor=#316AC5] + RenderBlock (anonymous) at (0,0) size 568x24 +layer at (221,135) size 568x24 + RenderBlock (relative positioned) {DIV} at (0,0) size 568x24 + RenderText {#text} at (5,5) size 28x14 + text run at (5,5) width 28: "Item 2" +layer at (221,159) size 568x24 + RenderButton {BUTTON} at (1,49) size 568x24 + RenderBlock (anonymous) at (0,0) size 568x24 +layer at (221,159) size 568x24 + RenderBlock (relative positioned) {DIV} at (0,0) size 568x24 + RenderText {#text} at (5,5) size 28x14 + text run at (5,5) width 28: "Item 3" +layer at (221,183) size 568x24 + RenderButton {BUTTON} at (1,73) size 568x24 + RenderBlock (anonymous) at (0,0) size 568x24 +layer at (221,183) size 568x24 + RenderBlock (relative positioned) {DIV} at (0,0) size 568x24 + RenderText {#text} at (5,5) size 28x14 + text run at (5,5) width 28: "Item 4" +layer at (0,550) size 800x50 + RenderBlock (positioned) zI: 1 {DIV} at (0,550) size 800x50 [bgcolor=#99CC66] + RenderBlock {DIV} at (10,10) size 780x15 + RenderText {#text} at (0,0) size 31x14 + text run at (0,0) width 31: "Footer" diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/repaint/button-spurious-layout-hint-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/repaint/button-spurious-layout-hint-expected.txt new file mode 100644 index 0000000..34887f4 --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/repaint/button-spurious-layout-hint-expected.txt @@ -0,0 +1,11 @@ +layer at (0,0) size 800x600 + RenderView 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 + RenderButton {BUTTON} at (0,0) size 100x100 [bgcolor=#FFB6C1] + RenderBlock (anonymous) at (6,42) size 88x16 + RenderText {#text} at (42,0) size 4x16 + text run at (42,0) width 4: " " + RenderText {#text} at (0,0) size 0x0 + RenderText {#text} at (0,0) size 0x0 |