diff options
90 files changed, 759 insertions, 648 deletions
@@ -1,7 +1,7 @@ vars = { "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk", - "webkit_revision": "41768", + "webkit_revision": "41807", } @@ -19,7 +19,7 @@ deps = { "http://googletest.googlecode.com/svn/trunk@167", "src/third_party/WebKit": - "/trunk/deps/third_party/WebKit@11976", + "/trunk/deps/third_party/WebKit@12011", "src/third_party/icu38": "/trunk/deps/third_party/icu38@11496", diff --git a/WEBKIT_MERGE_REVISION b/WEBKIT_MERGE_REVISION index cc62aa6..4752fe3 100644 --- a/WEBKIT_MERGE_REVISION +++ b/WEBKIT_MERGE_REVISION @@ -1 +1 @@ -http://svn.webkit.org/repository/webkit/trunk@41768
\ No newline at end of file +http://svn.webkit.org/repository/webkit/trunk@41807
\ No newline at end of file diff --git a/webkit/data/layout_tests/chrome/fast/forms/textarea-metrics-expected.txt b/webkit/data/layout_tests/chrome/fast/forms/textarea-metrics-expected.txt index ca520f2..1d315bd 100644 --- a/webkit/data/layout_tests/chrome/fast/forms/textarea-metrics-expected.txt +++ b/webkit/data/layout_tests/chrome/fast/forms/textarea-metrics-expected.txt @@ -22,24 +22,24 @@ PASS document.getElementById('textarea-no-scroll').offsetWidth is 96 PASS document.getElementById('textarea-no-scroll').offsetHeight is 96 PASS document.getElementById('textarea-no-scroll').scrollWidth is 94 PASS document.getElementById('textarea-no-scroll').scrollHeight is 20 -FAIL document.getElementById('textarea-with-scroll').clientWidth should be 77. Was 79. +FAIL document.getElementById('textarea-with-scroll').clientWidth should be 77. Was 94. PASS document.getElementById('textarea-with-scroll').clientHeight is 94 PASS document.getElementById('textarea-with-scroll').offsetWidth is 96 PASS document.getElementById('textarea-with-scroll').offsetHeight is 96 -FAIL document.getElementById('textarea-with-scroll').scrollWidth should be 77. Was 79. -PASS document.getElementById('textarea-with-scroll').scrollHeight is 132 +FAIL document.getElementById('textarea-with-scroll').scrollWidth should be 77. Was 94. +FAIL document.getElementById('textarea-with-scroll').scrollHeight should be 132. Was 84. PASS document.getElementById('textarea-no-scroll-with-padding').clientWidth is 106 PASS document.getElementById('textarea-no-scroll-with-padding').clientHeight is 106 PASS document.getElementById('textarea-no-scroll-with-padding').offsetWidth is 108 PASS document.getElementById('textarea-no-scroll-with-padding').offsetHeight is 108 PASS document.getElementById('textarea-no-scroll-with-padding').scrollWidth is 106 PASS document.getElementById('textarea-no-scroll-with-padding').scrollHeight is 32 -FAIL document.getElementById('textarea-with-scroll-with-padding').clientWidth should be 89. Was 91. +FAIL document.getElementById('textarea-with-scroll-with-padding').clientWidth should be 89. Was 106. PASS document.getElementById('textarea-with-scroll-with-padding').clientHeight is 106 PASS document.getElementById('textarea-with-scroll-with-padding').offsetWidth is 108 PASS document.getElementById('textarea-with-scroll-with-padding').offsetHeight is 108 -FAIL document.getElementById('textarea-with-scroll-with-padding').scrollWidth should be 89. Was 91. -PASS document.getElementById('textarea-with-scroll-with-padding').scrollHeight is 144 +FAIL document.getElementById('textarea-with-scroll-with-padding').scrollWidth should be 89. Was 106. +FAIL document.getElementById('textarea-with-scroll-with-padding').scrollHeight should be 144. Was 96. PASS document.getElementById('textarea-no-scroll-fixed-height').clientWidth is 94 PASS document.getElementById('textarea-no-scroll-fixed-height').clientHeight is 54 PASS document.getElementById('textarea-no-scroll-fixed-height').offsetWidth is 96 @@ -70,10 +70,10 @@ PASS document.getElementById('textarea-no-scroll-disabled').offsetWidth is 96 PASS document.getElementById('textarea-no-scroll-disabled').offsetHeight is 96 PASS document.getElementById('textarea-no-scroll-disabled').scrollWidth is 94 PASS document.getElementById('textarea-no-scroll-disabled').scrollHeight is 20 -FAIL document.getElementById('textarea-with-scroll-disabled').clientWidth should be 77. Was 79. +FAIL document.getElementById('textarea-with-scroll-disabled').clientWidth should be 77. Was 94. PASS document.getElementById('textarea-with-scroll-disabled').clientHeight is 94 PASS document.getElementById('textarea-with-scroll-disabled').offsetWidth is 96 PASS document.getElementById('textarea-with-scroll-disabled').offsetHeight is 96 -FAIL document.getElementById('textarea-with-scroll-disabled').scrollWidth should be 77. Was 79. -PASS document.getElementById('textarea-with-scroll-disabled').scrollHeight is 132 +FAIL document.getElementById('textarea-with-scroll-disabled').scrollWidth should be 77. Was 94. +FAIL document.getElementById('textarea-with-scroll-disabled').scrollHeight should be 132. Was 84. diff --git a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/dom/navigator-detached-no-crash-expected.txt b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/dom/navigator-detached-no-crash-expected.txt new file mode 100644 index 0000000..0151c9c --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/dom/navigator-detached-no-crash-expected.txt @@ -0,0 +1,33 @@ +This tests that the navigator object of a deleted frame is disconnected properly. Accessing fields or methods shouldn't crash the browser.
+ Check Navigator
+navigator.appCodeName is OK
+navigator.appName is OK
+navigator.appVersion is OK
+navigator.cookieEnabled is OK
+navigator.javaEnabled() is OK
+navigator.language is OK
+navigator.mimeTypes is OK
+navigator.onLine is OK
+navigator.platform is OK
+navigator.plugins is OK
+navigator.product is OK
+navigator.productSub is OK
+navigator.userAgent is OK
+navigator.vendor is OK
+navigator.vendorSub is OK
+navigator.appCodeName is OK
+navigator.appName is OK
+navigator.appVersion is OK
+navigator.cookieEnabled is OK
+navigator.javaEnabled() is OK
+navigator.language is OK
+navigator.mimeTypes is OK
+navigator.onLine is OK
+navigator.platform is OK
+navigator.plugins is OK
+navigator.product is OK
+navigator.productSub is OK
+navigator.userAgent is OK
+navigator.vendor is OK
+navigator.vendorSub is OK
+
diff --git a/webkit/data/layout_tests/platform/chromium-mac/chrome/fast/forms/textarea-metrics-expected.txt b/webkit/data/layout_tests/platform/chromium-mac/chrome/fast/forms/textarea-metrics-expected.txt new file mode 100644 index 0000000..9026efb --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-mac/chrome/fast/forms/textarea-metrics-expected.txt @@ -0,0 +1,79 @@ +
+This test checks that textareas have the right metrics.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS document.getElementById('empty-textarea').clientWidth is 94
+PASS document.getElementById('empty-textarea').clientHeight is 94
+PASS document.getElementById('empty-textarea').offsetWidth is 96
+PASS document.getElementById('empty-textarea').offsetHeight is 96
+PASS document.getElementById('empty-textarea').scrollWidth is 94
+PASS document.getElementById('empty-textarea').scrollHeight is 20
+PASS document.getElementById('empty-textarea-disabled').clientWidth is 94
+PASS document.getElementById('empty-textarea-disabled').clientHeight is 94
+PASS document.getElementById('empty-textarea-disabled').offsetWidth is 96
+PASS document.getElementById('empty-textarea-disabled').offsetHeight is 96
+PASS document.getElementById('empty-textarea-disabled').scrollWidth is 94
+PASS document.getElementById('empty-textarea-disabled').scrollHeight is 20
+PASS document.getElementById('textarea-no-scroll').clientWidth is 94
+PASS document.getElementById('textarea-no-scroll').clientHeight is 94
+PASS document.getElementById('textarea-no-scroll').offsetWidth is 96
+PASS document.getElementById('textarea-no-scroll').offsetHeight is 96
+PASS document.getElementById('textarea-no-scroll').scrollWidth is 94
+PASS document.getElementById('textarea-no-scroll').scrollHeight is 20
+FAIL document.getElementById('textarea-with-scroll').clientWidth should be 77. Was 94.
+PASS document.getElementById('textarea-with-scroll').clientHeight is 94
+PASS document.getElementById('textarea-with-scroll').offsetWidth is 96
+PASS document.getElementById('textarea-with-scroll').offsetHeight is 96
+FAIL document.getElementById('textarea-with-scroll').scrollWidth should be 77. Was 94.
+FAIL document.getElementById('textarea-with-scroll').scrollHeight should be 132. Was 84.
+PASS document.getElementById('textarea-no-scroll-with-padding').clientWidth is 106
+PASS document.getElementById('textarea-no-scroll-with-padding').clientHeight is 106
+PASS document.getElementById('textarea-no-scroll-with-padding').offsetWidth is 108
+PASS document.getElementById('textarea-no-scroll-with-padding').offsetHeight is 108
+PASS document.getElementById('textarea-no-scroll-with-padding').scrollWidth is 106
+PASS document.getElementById('textarea-no-scroll-with-padding').scrollHeight is 32
+FAIL document.getElementById('textarea-with-scroll-with-padding').clientWidth should be 89. Was 106.
+PASS document.getElementById('textarea-with-scroll-with-padding').clientHeight is 106
+PASS document.getElementById('textarea-with-scroll-with-padding').offsetWidth is 108
+PASS document.getElementById('textarea-with-scroll-with-padding').offsetHeight is 108
+FAIL document.getElementById('textarea-with-scroll-with-padding').scrollWidth should be 89. Was 106.
+FAIL document.getElementById('textarea-with-scroll-with-padding').scrollHeight should be 144. Was 96.
+PASS document.getElementById('textarea-no-scroll-fixed-height').clientWidth is 94
+PASS document.getElementById('textarea-no-scroll-fixed-height').clientHeight is 54
+PASS document.getElementById('textarea-no-scroll-fixed-height').offsetWidth is 96
+PASS document.getElementById('textarea-no-scroll-fixed-height').offsetHeight is 56
+PASS document.getElementById('textarea-no-scroll-fixed-height').scrollWidth is 94
+PASS document.getElementById('textarea-no-scroll-fixed-height').scrollHeight is 20
+FAIL document.getElementById('textarea-with-scroll-fixed-height').clientWidth should be 77. Was 79.
+PASS document.getElementById('textarea-with-scroll-fixed-height').clientHeight is 54
+PASS document.getElementById('textarea-with-scroll-fixed-height').offsetWidth is 96
+PASS document.getElementById('textarea-with-scroll-fixed-height').offsetHeight is 56
+FAIL document.getElementById('textarea-with-scroll-fixed-height').scrollWidth should be 77. Was 79.
+PASS document.getElementById('textarea-with-scroll-fixed-height').scrollHeight is 132
+PASS document.getElementById('textarea-no-scroll-fixed-height-many-rows').clientWidth is 94
+PASS document.getElementById('textarea-no-scroll-fixed-height-many-rows').clientHeight is 54
+PASS document.getElementById('textarea-no-scroll-fixed-height-many-rows').offsetWidth is 96
+PASS document.getElementById('textarea-no-scroll-fixed-height-many-rows').offsetHeight is 56
+PASS document.getElementById('textarea-no-scroll-fixed-height-many-rows').scrollWidth is 94
+PASS document.getElementById('textarea-no-scroll-fixed-height-many-rows').scrollHeight is 20
+FAIL document.getElementById('textarea-with-scroll-fixed-height-many-rows').clientWidth should be 77. Was 79.
+PASS document.getElementById('textarea-with-scroll-fixed-height-many-rows').clientHeight is 54
+PASS document.getElementById('textarea-with-scroll-fixed-height-many-rows').offsetWidth is 96
+PASS document.getElementById('textarea-with-scroll-fixed-height-many-rows').offsetHeight is 56
+FAIL document.getElementById('textarea-with-scroll-fixed-height-many-rows').scrollWidth should be 77. Was 79.
+PASS document.getElementById('textarea-with-scroll-fixed-height-many-rows').scrollHeight is 132
+PASS document.getElementById('textarea-no-scroll-disabled').clientWidth is 94
+PASS document.getElementById('textarea-no-scroll-disabled').clientHeight is 94
+PASS document.getElementById('textarea-no-scroll-disabled').offsetWidth is 96
+PASS document.getElementById('textarea-no-scroll-disabled').offsetHeight is 96
+PASS document.getElementById('textarea-no-scroll-disabled').scrollWidth is 94
+PASS document.getElementById('textarea-no-scroll-disabled').scrollHeight is 20
+FAIL document.getElementById('textarea-with-scroll-disabled').clientWidth should be 77. Was 94.
+PASS document.getElementById('textarea-with-scroll-disabled').clientHeight is 94
+PASS document.getElementById('textarea-with-scroll-disabled').offsetWidth is 96
+PASS document.getElementById('textarea-with-scroll-disabled').offsetHeight is 96
+FAIL document.getElementById('textarea-with-scroll-disabled').scrollWidth should be 77. Was 94.
+FAIL document.getElementById('textarea-with-scroll-disabled').scrollHeight should be 132. Was 84.
+
diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/editing/inserting/4960120-1-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/editing/inserting/4960120-1-expected.txt index fbb7faa..ada6623 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/editing/inserting/4960120-1-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/editing/inserting/4960120-1-expected.txt @@ -11,7 +11,7 @@ layer at (0,0) size 800x600 RenderText {#text} at (0,0) size 0x0 layer at (8,45) size 179x36 clip at (9,46) size 177x34 RenderTextControl {TEXTAREA} at (0,1) size 179x36 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 158x32 + RenderBlock {DIV} at (3,3) size 175x32 RenderText {#text} at (0,0) size 0x16 text run at (0,0) width 0: " " RenderText {#text} at (0,16) size 0x16 diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/editing/inserting/6633727-expected.checksum b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/editing/inserting/6633727-expected.checksum new file mode 100644 index 0000000..d8c88ea --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/editing/inserting/6633727-expected.checksum @@ -0,0 +1 @@ +10ec695e28731c6b88056459bf702be8
\ No newline at end of file diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/editing/inserting/6633727-expected.png b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/editing/inserting/6633727-expected.png Binary files differnew file mode 100644 index 0000000..ba4f4bf --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/editing/inserting/6633727-expected.png diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/editing/inserting/6633727-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/editing/inserting/6633727-expected.txt new file mode 100644 index 0000000..4a907b6 --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/editing/inserting/6633727-expected.txt @@ -0,0 +1,28 @@ +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
+ RenderBlock (anonymous) at (0,0) size 784x60
+ RenderText {#text} at (0,0) size 758x39
+ text run at (0,0) width 758: "This tests the fix for <rdar://problem/6633727> Hitting return at the end of a line with an anchor jumps me to the bottom of the"
+ text run at (0,20) width 51: "message"
+ RenderBR {BR} at (51,35) size 0x0
+ RenderText {#text} at (0,40) size 503x19
+ text run at (0,40) width 503: "If the test has passed, the numbers should be in order, and only \"1\" should be a link."
+ RenderBR {BR} at (503,55) size 0x0
+ RenderBlock {DIV} at (0,60) size 784x60
+ RenderBlock (anonymous) at (0,0) size 784x20
+ RenderInline {A} at (0,0) size 8x19 [color=#0000EE]
+ RenderText {#text} at (0,0) size 8x19
+ text run at (0,0) width 8: "1"
+ RenderBlock {DIV} at (0,20) size 784x40
+ RenderBlock (anonymous) at (0,0) size 784x20
+ RenderInline {A} at (0,0) size 0x0 [color=#0000EE]
+ RenderText {#text} at (0,0) size 8x19
+ text run at (0,0) width 8: "2"
+ RenderBR {BR} at (8,15) size 0x0
+ RenderBlock {DIV} at (0,20) size 784x20
+ RenderText {#text} at (0,0) size 8x19
+ text run at (0,0) width 8: "3"
+caret: position 1 of child 1 {#text} of child 2 {DIV} of child 5 {DIV} of child 1 {BODY} of child 0 {HTML} of document
diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/editing/inserting/insert-div-021-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/editing/inserting/insert-div-021-expected.txt index e41f22a..f12e438 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/editing/inserting/insert-div-021-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/editing/inserting/insert-div-021-expected.txt @@ -40,6 +40,7 @@ layer at (0,0) size 800x600 RenderBlock {DIV} at (0,176) size 784x56 [border: (2px solid #0000FF)] RenderBR {BR} at (14,14) size 0x27 RenderBlock {DIV} at (0,232) size 784x56 [border: (2px solid #0000FF)] + RenderInline {SPAN} at (0,0) size 0x0 RenderText {#text} at (14,14) size 31x27 text run at (14,14) width 31: "bar" -caret: position 0 of child 0 {#text} of child 7 {DIV} of child 1 {BODY} of child 0 {HTML} of document +caret: position 0 of child 1 {#text} of child 7 {DIV} of child 1 {BODY} of child 0 {HTML} of document diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/editing/pasteboard/nested-blocks-with-text-area-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/editing/pasteboard/nested-blocks-with-text-area-expected.txt index 2dd44dc..59d7967 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/editing/pasteboard/nested-blocks-with-text-area-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/editing/pasteboard/nested-blocks-with-text-area-expected.txt @@ -31,7 +31,7 @@ layer at (0,0) size 800x600 RenderBlock (anonymous) at (0,83) size 784x0 layer at (305,49) size 179x36 clip at (306,50) size 177x34 RenderTextControl {TEXTAREA} at (297,1) size 179x36 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 158x16 + RenderBlock {DIV} at (3,3) size 175x16 RenderText {#text} at (0,0) size 8x16 text run at (0,0) width 8: " " caret: position 1 of child 0 {#text} of child 3 {SPAN} of child 1 {DIV} of child 4 {DIV} of child 1 {BODY} of child 0 {HTML} of document diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/editing/pasteboard/pasting-tabs-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/editing/pasteboard/pasting-tabs-expected.txt index 6ea97af..cb0837c 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/editing/pasteboard/pasting-tabs-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/editing/pasteboard/pasting-tabs-expected.txt @@ -30,7 +30,7 @@ layer at (0,0) size 800x600 text run at (64,0) width 39: "<-Tab" layer at (8,65) size 179x36 clip at (9,66) size 177x34 RenderTextControl {TEXTAREA} at (0,1) size 179x36 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 158x16 + RenderBlock {DIV} at (3,3) size 175x16 RenderText {#text} at (0,0) size 104x16 text run at (0,0) width 104: "Tab->\x{9}<-Tab" caret: position 5 of child 2 {#text} of child 4 {DIV} of child 1 {BODY} of child 0 {HTML} of document diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/block/float/overlapping-floats-with-overflow-hidden-expected.checksum b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/block/float/overlapping-floats-with-overflow-hidden-expected.checksum new file mode 100644 index 0000000..9b20c76 --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/block/float/overlapping-floats-with-overflow-hidden-expected.checksum @@ -0,0 +1 @@ +0c4cbcabafce259f810536e567b3b6ae
\ No newline at end of file diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/block/float/overlapping-floats-with-overflow-hidden-expected.png b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/block/float/overlapping-floats-with-overflow-hidden-expected.png Binary files differnew file mode 100644 index 0000000..d05b008 --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/block/float/overlapping-floats-with-overflow-hidden-expected.png diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/block/float/overlapping-floats-with-overflow-hidden-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/block/float/overlapping-floats-with-overflow-hidden-expected.txt new file mode 100644 index 0000000..35dafbf --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/block/float/overlapping-floats-with-overflow-hidden-expected.txt @@ -0,0 +1,12 @@ +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
+ RenderBlock (anonymous) at (0,0) size 784x20
+ RenderText {#text} at (0,0) size 226x19
+ text run at (0,0) width 226: "There should be no red visible below."
+ RenderBlock {DIV} at (0,20) size 520x0
+ RenderBlock (floating) {DIV} at (0,0) size 520x356 [bgcolor=#FF0000]
+layer at (8,28) size 520x356
+ RenderBlock (floating) {DIV} at (0,0) size 520x356 [bgcolor=#008000]
diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/block/margin-collapse/103-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/block/margin-collapse/103-expected.txt index c476893..ce30cb7 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/block/margin-collapse/103-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/block/margin-collapse/103-expected.txt @@ -167,16 +167,16 @@ layer at (439,324) size 180x16 RenderBlock {DIV} at (2,3) size 180x16 layer at (112,775) size 506x106 clip at (113,776) size 504x104 RenderTextControl {TEXTAREA} at (0,503) size 506x106 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 485x16 + RenderBlock {DIV} at (3,3) size 500x16 layer at (112,1062) size 506x106 clip at (113,1063) size 504x104 RenderTextControl {TEXTAREA} at (0,790) size 506x106 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 485x16 + RenderBlock {DIV} at (3,3) size 500x16 layer at (112,1193) size 506x106 clip at (113,1194) size 504x104 RenderTextControl {TEXTAREA} at (0,921) size 506x106 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 485x16 + RenderBlock {DIV} at (3,3) size 500x16 layer at (112,1324) size 506x106 clip at (113,1325) size 504x104 RenderTextControl {TEXTAREA} at (0,1052) size 506x106 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 485x16 + RenderBlock {DIV} at (3,3) size 500x16 layer at (112,1502) size 506x106 clip at (113,1503) size 504x104 RenderTextControl {TEXTAREA} at (0,1230) size 506x106 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 485x16 + RenderBlock {DIV} at (3,3) size 500x16 diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/css/resize-corner-tracking-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/css/resize-corner-tracking-expected.txt index ade4c10..b3ed403 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/css/resize-corner-tracking-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/css/resize-corner-tracking-expected.txt @@ -27,7 +27,7 @@ layer at (8,72) size 173x125 clip at (10,74) size 169x121 RenderBlock {DIV} at (0,64) size 173x125 [border: (2px solid #0000FF)] layer at (8,198) size 169x121 clip at (10,200) size 165x117 RenderTextControl {TEXTAREA} at (0,1) size 169x121 [bgcolor=#FFFFFF] [border: (2px solid #0000FF)] - RenderBlock {DIV} at (4,4) size 146x16 + RenderBlock {DIV} at (4,4) size 163x16 layer at (8,326) size 198x57 clip at (9,327) size 196x55 RenderTextControl {TEXTAREA} at (0,129) size 198x57 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 177x16 + RenderBlock {DIV} at (3,3) size 194x16 diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt index 443773b..9ab5b21 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt @@ -29,9 +29,9 @@ layer at (0,0) size 800x600 RenderText {#text} at (0,0) size 0x0 layer at (8,9) size 179x36 clip at (9,10) size 177x34 RenderTextControl {TEXTAREA} at (0,1) size 179x36 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 158x16 + RenderBlock {DIV} at (3,3) size 175x16 layer at (191,9) size 179x36 clip at (192,10) size 177x34 RenderTextControl {TEXTAREA} at (183,1) size 179x36 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 158x16 + RenderBlock {DIV} at (3,3) size 175x16 RenderText {#text} at (0,0) size 96x16 text run at (0,0) width 96: "Default Text" diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/dom/navigator-detached-no-crash-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/dom/navigator-detached-no-crash-expected.txt new file mode 100644 index 0000000..0151c9c --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/dom/navigator-detached-no-crash-expected.txt @@ -0,0 +1,33 @@ +This tests that the navigator object of a deleted frame is disconnected properly. Accessing fields or methods shouldn't crash the browser.
+ Check Navigator
+navigator.appCodeName is OK
+navigator.appName is OK
+navigator.appVersion is OK
+navigator.cookieEnabled is OK
+navigator.javaEnabled() is OK
+navigator.language is OK
+navigator.mimeTypes is OK
+navigator.onLine is OK
+navigator.platform is OK
+navigator.plugins is OK
+navigator.product is OK
+navigator.productSub is OK
+navigator.userAgent is OK
+navigator.vendor is OK
+navigator.vendorSub is OK
+navigator.appCodeName is OK
+navigator.appName is OK
+navigator.appVersion is OK
+navigator.cookieEnabled is OK
+navigator.javaEnabled() is OK
+navigator.language is OK
+navigator.mimeTypes is OK
+navigator.onLine is OK
+navigator.platform is OK
+navigator.plugins is OK
+navigator.product is OK
+navigator.productSub is OK
+navigator.userAgent is OK
+navigator.vendor is OK
+navigator.vendorSub is OK
+
diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/dynamic/008-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/dynamic/008-expected.txt index 61cb92d..031b9d9 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/dynamic/008-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/dynamic/008-expected.txt @@ -9,6 +9,6 @@ layer at (0,0) size 785x822 RenderText {#text} at (0,0) size 0x0 layer at (8,9) size 339x804 clip at (9,10) size 337x802 RenderTextControl {TEXTAREA} at (0,1) size 339x804 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 318x16 + RenderBlock {DIV} at (3,3) size 335x16 RenderText {#text} at (0,0) size 88x16 text run at (0,0) width 88: "Sample text" diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/form-element-geometry-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/form-element-geometry-expected.txt index abf04e9..0819d87 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/form-element-geometry-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/form-element-geometry-expected.txt @@ -250,7 +250,7 @@ layer at (15,255) size 91x16 text run at (1,0) width 49: "text field" layer at (408,253) size 179x36 clip at (409,254) size 177x34 RenderTextControl {TEXTAREA} at (2,3) size 179x36 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 158x16 + RenderBlock {DIV} at (3,3) size 175x16 RenderText {#text} at (0,0) size 64x16 text run at (0,0) width 64: "textarea" layer at (36,488) size 91x16 @@ -259,6 +259,6 @@ layer at (36,488) size 91x16 text run at (1,0) width 49: "text field" layer at (379,464) size 179x36 clip at (380,465) size 177x34 RenderTextControl {TEXTAREA} at (371,1) size 179x36 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 158x16 + RenderBlock {DIV} at (3,3) size 175x16 RenderText {#text} at (0,0) size 64x16 text run at (0,0) width 64: "textarea" diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/negativeLineHeight-expected.checksum b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/negativeLineHeight-expected.checksum index ca88cf5..667a716 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/negativeLineHeight-expected.checksum +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/negativeLineHeight-expected.checksum @@ -1 +1 @@ -398dbd0faed14cf64a7d30523a0e61bc
\ No newline at end of file +a0f20f868436351ba6659dd6d8ac8bd0
\ No newline at end of file diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/negativeLineHeight-expected.png b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/negativeLineHeight-expected.png Binary files differindex 647fbcf..f9a38bb 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/negativeLineHeight-expected.png +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/negativeLineHeight-expected.png diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/negativeLineHeight-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/negativeLineHeight-expected.txt index fac09f8..292f0cf 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/negativeLineHeight-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/negativeLineHeight-expected.txt @@ -17,8 +17,8 @@ layer at (0,0) size 800x600 RenderBR {BR} at (0,227) size 0x19 layer at (8,65) size 400x200 clip at (9,66) size 398x198 RenderTextControl {TEXTAREA} at (0,21) size 400x200 [bgcolor=#FFFFFF] [border: (1px dotted #C0C0C0)] - RenderBlock {DIV} at (3,3) size 379x32 - RenderText {#text} at (0,0) size 299x32 - text run at (0,0) width 294: "Demo text here that wraps a bit and should" - text run at (294,0) width 5: " " - text run at (0,16) width 272: "demonstrate the goodness of line-height" + RenderBlock {DIV} at (3,3) size 396x32 + RenderText {#text} at (0,0) size 390x32 + text run at (0,0) width 385: "Demo text here that wraps a bit and should demonstrate" + text run at (385,0) width 5: " " + text run at (0,16) width 181: "the goodness of line-height" diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/textAreaLineHeight-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/textAreaLineHeight-expected.txt index 37efc4b..d351db9 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/textAreaLineHeight-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/textAreaLineHeight-expected.txt @@ -54,10 +54,10 @@ layer at (0,0) size 785x1249 RenderBlock {P} at (0,1241) size 769x0 layer at (8,65) size 406x206 clip at (9,66) size 404x204 RenderTextControl {TEXTAREA} at (0,21) size 406x206 [bgcolor=#FFFFFF] [border: (1px dotted #C0C0C0)] - RenderBlock {DIV} at (3,3) size 385x104 - RenderText {#text} at (0,18) size 385x68 + RenderBlock {DIV} at (3,3) size 400x104 + RenderText {#text} at (0,18) size 390x68 text run at (0,18) width 385: "Demo text here that wraps a bit and should demonstrate" - text run at (385,18) width 0: " " + text run at (385,18) width 5: " " text run at (0,70) width 181: "the goodness of line-height" layer at (8,851) size 181x38 clip at (9,852) size 164x36 scrollHeight 84 RenderTextControl {TEXTAREA} at (0,61) size 181x38 [bgcolor=#FFFFFF] [border: (1px solid #000000)] @@ -74,7 +74,7 @@ layer at (8,851) size 181x38 clip at (9,852) size 164x36 scrollHeight 84 text run at (0,64) width 88: "line-height" layer at (8,936) size 181x38 clip at (9,937) size 179x36 RenderTextControl {TEXTAREA} at (0,146) size 181x38 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 160x16 + RenderBlock {DIV} at (3,3) size 175x16 layer at (8,1021) size 406x206 clip at (9,1022) size 404x204 RenderTextControl {TEXTAREA} at (0,231) size 406x206 [bgcolor=#FFFFFF] [border: (1px dotted #C0C0C0)] - RenderBlock {DIV} at (3,3) size 385x52 + RenderBlock {DIV} at (3,3) size 400x52 diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/textarea-align-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/textarea-align-expected.txt index f40f1c7..abeec51 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/textarea-align-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/textarea-align-expected.txt @@ -21,26 +21,26 @@ layer at (0,0) size 800x600 RenderBlock {DIV} at (0,203) size 784x38 layer at (8,45) size 419x36 clip at (9,46) size 417x34 RenderTextControl {TEXTAREA} at (0,1) size 419x36 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 398x16 + RenderBlock {DIV} at (3,3) size 415x16 RenderText {#text} at (0,0) size 304x16 text run at (0,0) width 304: "This is should be aligned to the left." layer at (8,88) size 419x36 clip at (9,89) size 417x34 RenderTextControl {TEXTAREA} at (0,44) size 419x36 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 398x16 + RenderBlock {DIV} at (3,3) size 415x16 RenderText {#text} at (0,0) size 304x16 text run at (0,0) width 304: "This is should be aligned to the left." layer at (8,131) size 419x36 clip at (9,132) size 417x34 RenderTextControl {TEXTAREA} at (0,87) size 419x36 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 398x16 + RenderBlock {DIV} at (3,3) size 415x16 RenderText {#text} at (0,0) size 304x16 text run at (0,0) width 304: "This is should be aligned to the left." layer at (8,174) size 419x36 clip at (9,175) size 417x34 RenderTextControl {TEXTAREA} at (0,130) size 419x36 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 398x16 + RenderBlock {DIV} at (3,3) size 415x16 RenderText {#text} at (0,0) size 304x16 text run at (0,0) width 304: "This is should be aligned to the left." layer at (8,212) size 419x36 clip at (9,213) size 417x34 RenderTextControl {TEXTAREA} at (0,1) size 419x36 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 398x16 + RenderBlock {DIV} at (3,3) size 415x16 RenderText {#text} at (0,0) size 304x16 text run at (0,0) width 304: "This is should be aligned to the left." diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/textarea-appearance-wrap-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/textarea-appearance-wrap-expected.txt deleted file mode 100644 index 906fe39..0000000 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/textarea-appearance-wrap-expected.txt +++ /dev/null @@ -1,30 +0,0 @@ -This tests that textarea wrap attributes work correctly when submitting a form. - - - - - - -wrap=hard : Failure -ta_WrapHard=1234 5678 9 != ta_WrapHard=1234567 89 - - -wrap=soft : Success - - -wrap=off : Success - - -wrap=hard rtl text : Failure -ta_WrapHardRTL=אבגא בגאב גאבג != ta_WrapHardRTL=אבגאבגאב גאבג - - -wrap=hard mixed rtl and ltr text : Failure -ta_WrapHardBidi=abcא בגאב גabc != ta_WrapHardBidi=abcאבגאב גabc - - -wrap=hard visibility:hidden: Failure -ta_WrapHardHidden=1234 5678 9 != ta_WrapHardHidden=1234567 89 - - - diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/textarea-hard-linewrap-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/textarea-hard-linewrap-expected.txt deleted file mode 100644 index 359b41d..0000000 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/textarea-hard-linewrap-expected.txt +++ /dev/null @@ -1,7 +0,0 @@ -This tests that a textarea's default value is submitted with hard line wraps (carriage returns where line wraps appear in the textarea). - -Due to a bug, the textarea is actually a bit wider than we specify via the cols attribute, so, the number and position of the carriage returns in the submitted data is not what you'd expect. The expected results for this testcase should be updated when bug 7505 is fixed. - - -Failure. The form data that should have been submitted: textarea=1234567%0D%0A89 -This is what was actually submitted: textarea=1234%0D%0A5678%0D%0A9 diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/textarea-scroll-height-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/textarea-scroll-height-expected.txt index 434115e..ba3d063 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/textarea-scroll-height-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/textarea-scroll-height-expected.txt @@ -9,7 +9,7 @@ layer at (0,0) size 800x600 text run at (204,187) width 52: "183 386" layer at (8,9) size 200x200 clip at (9,10) size 183x198 scrollHeight 386 RenderTextControl {TEXTAREA} at (0,1) size 200x200 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 179x384 + RenderBlock {DIV} at (3,3) size 181x384 RenderText {#text} at (0,0) size 128x368 text run at (0,0) width 128: "Lots of content." text run at (128,0) width 0: " " diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/textarea-scrollbar-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/textarea-scrollbar-expected.txt index d24ffc3..2043e04 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/textarea-scrollbar-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/textarea-scrollbar-expected.txt @@ -11,7 +11,7 @@ layer at (0,0) size 800x600 RenderText {#text} at (0,0) size 0x0 layer at (8,29) size 179x100 clip at (9,30) size 162x98 scrollHeight 146 RenderTextControl {TEXTAREA} at (0,21) size 179x100 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 158x144 + RenderBlock {DIV} at (3,3) size 160x144 RenderText {#text} at (0,0) size 8x64 text run at (0,0) width 8: "1" text run at (8,0) width 0: " " diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/textarea-scrolled-type-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/textarea-scrolled-type-expected.txt index e2d5bda..1f5993d 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/textarea-scrolled-type-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/textarea-scrolled-type-expected.txt @@ -13,7 +13,7 @@ layer at (0,0) size 800x600 RenderBlock {DIV} at (0,143) size 784x0 layer at (8,29) size 179x116 clip at (9,30) size 162x114 scrollY 224 scrollHeight 338 RenderTextControl {TEXTAREA} at (0,21) size 179x116 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 158x336 + RenderBlock {DIV} at (3,3) size 160x336 RenderText {#text} at (0,0) size 56x320 text run at (0,0) width 8: "1" text run at (8,0) width 0: " " diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/textarea-setinnerhtml-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/textarea-setinnerhtml-expected.txt index 46da88c..9a61286 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/textarea-setinnerhtml-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/textarea-setinnerhtml-expected.txt @@ -6,6 +6,6 @@ layer at (0,0) size 800x600 RenderText {#text} at (0,0) size 0x0 layer at (8,9) size 179x36 clip at (9,10) size 177x34 RenderTextControl {TEXTAREA} at (0,1) size 179x36 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 158x16 + RenderBlock {DIV} at (3,3) size 175x16 RenderText {#text} at (0,0) size 88x16 text run at (0,0) width 88: "Test Passed" diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/textarea-width-expected.checksum b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/textarea-width-expected.checksum index f27f1a5..5732a4a 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/textarea-width-expected.checksum +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/textarea-width-expected.checksum @@ -1 +1 @@ -b2c38ccef0b69de4db41ea30c412e99d
\ No newline at end of file +d322bbec9d2da9d69f3dcd21a4f73cfc
\ No newline at end of file diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/textarea-width-expected.png b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/textarea-width-expected.png Binary files differindex 2a8af58..cdf69a0 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/textarea-width-expected.png +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/textarea-width-expected.png diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/textarea-width-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/textarea-width-expected.txt index b586f77..1b42551 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/textarea-width-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/textarea-width-expected.txt @@ -16,9 +16,9 @@ layer at (0,0) size 800x600 RenderText {#text} at (0,0) size 0x0 layer at (8,89) size 459x244 clip at (9,90) size 457x242 RenderTextControl {TEXTAREA} at (0,21) size 459x244 [color=#333333] [bgcolor=#FFFFFF] [border: (1px solid #333333)] - RenderBlock {DIV} at (3,3) size 438x36 - RenderText {#text} at (0,0) size 432x24 - text run at (0,0) width 432: "1234567890abcdefghijABCDEFGHIJ1234567890abcdefghijABCDEFGHIJ12345X" - text run at (0,12) width 347: "7890abcdefghijABCDEFGXIJ1234567890abcdefghijABCDEFGHIJ" - text run at (347,12) width 0: " " + RenderBlock {DIV} at (3,3) size 455x36 + RenderText {#text} at (0,0) size 453x24 + text run at (0,0) width 453: "1234567890abcdefghijABCDEFGHIJ1234567890abcdefghijABCDEFGHIJ12345X789" + text run at (0,12) width 326: "0abcdefghijABCDEFGXIJ1234567890abcdefghijABCDEFGHIJ" + text run at (326,12) width 0: " " RenderBR {BR} at (0,24) size 0x12 diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/overflow/overflow-x-y-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/overflow/overflow-x-y-expected.txt index d92f01e..bcb5f8f 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/overflow/overflow-x-y-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/overflow/overflow-x-y-expected.txt @@ -74,11 +74,11 @@ layer at (8,128) size 300x100 clip at (8,128) size 300x85 scrollWidth 1118 text run at (765,0) width 353: "X scroll X scroll X scroll X scroll X scroll X scroll X scroll" layer at (8,244) size 179x36 clip at (9,245) size 162x34 RenderTextControl {TEXTAREA} at (0,16) size 179x36 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 158x16 + RenderBlock {DIV} at (3,3) size 160x16 RenderText {#text} at (0,0) size 136x16 text run at (0,0) width 136: "Textarea y-scroll" layer at (191,229) size 179x51 clip at (192,230) size 177x34 RenderTextControl {TEXTAREA} at (183,1) size 179x51 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 158x16 + RenderBlock {DIV} at (3,3) size 175x16 RenderText {#text} at (0,0) size 136x16 text run at (0,0) width 136: "Textarea x-scroll" diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/parser/comment-in-textarea-expected.checksum b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/parser/comment-in-textarea-expected.checksum index e4796d5..dd16f36 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/parser/comment-in-textarea-expected.checksum +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/parser/comment-in-textarea-expected.checksum @@ -1 +1 @@ -669636ecf0259888d95aa5c82dfc079c
\ No newline at end of file +93a9c09d6daf24f292310c7a4ca53f4f
\ No newline at end of file diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/parser/comment-in-textarea-expected.png b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/parser/comment-in-textarea-expected.png Binary files differindex c8accf4..51611b4 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/parser/comment-in-textarea-expected.png +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/parser/comment-in-textarea-expected.png diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/parser/comment-in-textarea-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/parser/comment-in-textarea-expected.txt index 6c85d7b..5ad80c1 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/parser/comment-in-textarea-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/parser/comment-in-textarea-expected.txt @@ -6,15 +6,14 @@ layer at (0,0) size 800x600 RenderText {#text} at (0,0) size 0x0 RenderText {#text} at (0,0) size 0x0 RenderText {#text} at (0,0) size 0x0 -layer at (8,9) size 179x36 clip at (9,10) size 162x34 scrollHeight 82 +layer at (8,9) size 179x36 clip at (9,10) size 162x34 scrollHeight 66 RenderTextControl {TEXTAREA} at (0,1) size 179x36 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 158x80 - RenderText {#text} at (0,0) size 158x64 - text run at (0,0) width 152: "<!-- </textarea> --" - text run at (0,16) width 8: ">" - text run at (8,16) width 0: " " - text run at (0,32) width 152: "This should be part" - text run at (152,32) width 6: " " - text run at (0,48) width 120: "of the textarea" - text run at (120,48) width 0: " " - RenderBR {BR} at (0,64) size 0x16 + RenderBlock {DIV} at (3,3) size 160x64 + RenderText {#text} at (0,0) size 160x48 + text run at (0,0) width 160: "<!-- </textarea> -->" + text run at (160,0) width 0: " " + text run at (0,16) width 152: "This should be part" + text run at (152,16) width 8: " " + text run at (0,32) width 120: "of the textarea" + text run at (120,32) width 0: " " + RenderBR {BR} at (0,48) size 0x16 diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/parser/entity-comment-in-textarea-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/parser/entity-comment-in-textarea-expected.txt index f820778..6970874 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/parser/entity-comment-in-textarea-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/parser/entity-comment-in-textarea-expected.txt @@ -10,7 +10,7 @@ layer at (0,0) size 800x600 RenderText {#text} at (0,0) size 0x0 layer at (8,9) size 179x36 clip at (9,10) size 177x34 RenderTextControl {TEXTAREA} at (0,1) size 179x36 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 158x16 + RenderBlock {DIV} at (3,3) size 175x16 RenderText {#text} at (0,0) size 40x16 text run at (0,0) width 32: "<!--" text run at (32,0) width 8: " " diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/parser/open-comment-in-textarea-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/parser/open-comment-in-textarea-expected.txt index 7151976..0628c8b 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/parser/open-comment-in-textarea-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/parser/open-comment-in-textarea-expected.txt @@ -9,12 +9,12 @@ layer at (0,0) size 800x600 RenderText {#text} at (0,0) size 0x0 layer at (8,9) size 179x36 clip at (9,10) size 162x34 scrollHeight 66 RenderTextControl {TEXTAREA} at (0,1) size 179x36 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 158x64 - RenderText {#text} at (0,0) size 158x48 + RenderBlock {DIV} at (3,3) size 160x64 + RenderText {#text} at (0,0) size 160x48 text run at (0,0) width 32: "<!--" text run at (32,0) width 0: " " text run at (0,16) width 152: "This should be part" - text run at (152,16) width 6: " " + text run at (152,16) width 8: " " text run at (0,32) width 128: "of the textarea." text run at (128,32) width 0: " " RenderBR {BR} at (0,48) size 0x16 diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/replaced/width100percent-textarea-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/replaced/width100percent-textarea-expected.txt index d718d6f..bc87dd9 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/replaced/width100percent-textarea-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/replaced/width100percent-textarea-expected.txt @@ -29,7 +29,7 @@ layer at (0,0) size 800x600 text run at (1,1) width 4: " " layer at (10,31) size 179x36 clip at (11,32) size 177x34 RenderTextControl {TEXTAREA} at (1,2) size 179x36 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 158x16 + RenderBlock {DIV} at (3,3) size 175x16 RenderText {#text} at (0,0) size 24x16 text run at (0,0) width 24: "one" layer at (192,31) size 4x36 clip at (0,0) size 0x0 scrollWidth 10 scrollHeight 50 @@ -50,7 +50,7 @@ layer at (199,31) size 4x36 clip at (0,0) size 0x0 scrollWidth 10 scrollHeight 8 text run at (0,64) width 8: "e" layer at (10,113) size 259x36 clip at (11,114) size 257x34 RenderTextControl {TEXTAREA} at (1,2) size 259x36 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 238x16 + RenderBlock {DIV} at (3,3) size 255x16 RenderText {#text} at (0,0) size 104x16 text run at (0,0) width 104: "one two three" layer at (272,113) size 4x36 clip at (0,0) size 0x0 scrollWidth 10 scrollHeight 50 diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/table/003-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/table/003-expected.txt index b0846c4..7f46da7 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/table/003-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/table/003-expected.txt @@ -78,4 +78,4 @@ layer at (57,14) size 730x16 RenderBlock {DIV} at (2,3) size 730x16 layer at (14,246) size 179x26 clip at (15,247) size 177x24 RenderTextControl {TEXTAREA} at (2,3) size 179x26 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 158x16 + RenderBlock {DIV} at (3,3) size 175x16 diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/text/international/rtl-white-space-pre-wrap-expected.checksum b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/text/international/rtl-white-space-pre-wrap-expected.checksum index e80d2bfa..81029c9 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/text/international/rtl-white-space-pre-wrap-expected.checksum +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/text/international/rtl-white-space-pre-wrap-expected.checksum @@ -1 +1 @@ -2e6b501519f4cf7422ce63c9159dea16
\ No newline at end of file +c9dc73987b3c2a717294601a92bf2859
\ No newline at end of file diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/text/international/rtl-white-space-pre-wrap-expected.png b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/text/international/rtl-white-space-pre-wrap-expected.png Binary files differindex 6776fd5..d8afd02 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/text/international/rtl-white-space-pre-wrap-expected.png +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/text/international/rtl-white-space-pre-wrap-expected.png diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/text/international/rtl-white-space-pre-wrap-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/text/international/rtl-white-space-pre-wrap-expected.txt index 72f90c9..86366f9 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/text/international/rtl-white-space-pre-wrap-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/text/international/rtl-white-space-pre-wrap-expected.txt @@ -33,8 +33,6 @@ layer at (0,0) size 800x600 text run at (1,0) width 190 RTL: "\x{5D0}\x{5DB}\x{5DC}\x{5EA} \x{5E4}\x{5DC}\x{5E4}\x{5DC}? \x{5E9}\x{5EA}\x{5D4} \x{5DE}\x{5D9}\x{5E5}!" layer at (8,159) size 199x60 clip at (9,160) size 197x58 RenderTextControl {TEXTAREA} at (0,21) size 199x60 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (20,3) size 178x56 - RenderText {#text} at (26,0) size 152x55 - text run at (26,0) width 6 RTL: " " - text run at (32,0) width 146 RTL: "\x{5D0}\x{5DB}\x{5DC}\x{5EA} \x{5E4}\x{5DC}\x{5E4}\x{5DC}? \x{5E9}\x{5EA}\x{5D4}" - text run at (140,28) width 38 RTL: "\x{5DE}\x{5D9}\x{5E5}!" + RenderBlock {DIV} at (3,3) size 195x28 + RenderText {#text} at (5,0) size 190x27 + text run at (5,0) width 190 RTL: "\x{5D0}\x{5DB}\x{5DC}\x{5EA} \x{5E4}\x{5DC}\x{5E4}\x{5DC}? \x{5E9}\x{5EA}\x{5D4} \x{5DE}\x{5D9}\x{5E5}!" diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/anchor-basic-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/anchor-basic-expected.txt index 56e4976..afc5913 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/anchor-basic-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/anchor-basic-expected.txt @@ -98,10 +98,10 @@ layer at (336,360) size 151x16 RenderBlock {DIV} at (2,3) size 151x16 layer at (8,551) size 259x164 clip at (9,552) size 257x162 RenderTextControl {TEXTAREA} at (0,287) size 259x164 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 238x48 - RenderText {#text} at (0,0) size 238x32 + RenderBlock {DIV} at (3,3) size 255x48 + RenderText {#text} at (0,0) size 240x32 text run at (0,0) width 232: "More initial text before user" - text run at (232,0) width 6: " " + text run at (232,0) width 8: " " text run at (0,16) width 48: "input." text run at (48,16) width 0: " " RenderBR {BR} at (0,32) size 0x16 diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/anchor-frames-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/anchor-frames-expected.txt index 7960cf6..0fe789c 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/anchor-frames-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/anchor-frames-expected.txt @@ -104,10 +104,10 @@ layer at (0,0) size 800x600 RenderBlock {DIV} at (2,3) size 151x16 layer at (8,551) size 259x164 clip at (9,552) size 257x162 RenderTextControl {TEXTAREA} at (0,287) size 259x164 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 238x48 - RenderText {#text} at (0,0) size 238x32 + RenderBlock {DIV} at (3,3) size 255x48 + RenderText {#text} at (0,0) size 240x32 text run at (0,0) width 232: "More initial text before user" - text run at (232,0) width 6: " " + text run at (232,0) width 8: " " text run at (0,16) width 48: "input." text run at (48,16) width 0: " " RenderBR {BR} at (0,32) size 0x16 diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/anchor-goback-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/anchor-goback-expected.txt index f64c82f..ee5e8d0 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/anchor-goback-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/anchor-goback-expected.txt @@ -98,12 +98,12 @@ layer at (336,360) size 151x16 RenderBlock {DIV} at (2,3) size 151x16 layer at (8,551) size 259x164 clip at (9,552) size 257x162 RenderTextControl {TEXTAREA} at (0,287) size 259x164 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 238x48 - RenderText {#text} at (0,0) size 238x48 + RenderBlock {DIV} at (3,3) size 255x48 + RenderText {#text} at (0,0) size 240x48 text run at (0,0) width 232: "More new form text from user," - text run at (232,0) width 6: " " + text run at (232,0) width 8: " " text run at (0,16) width 232: "which should be restored when" - text run at (232,16) width 6: " " + text run at (232,16) width 8: " " text run at (0,32) width 184: "we return to this page." scrolled to 0,50 diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/anchor-subframeload-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/anchor-subframeload-expected.txt index 89658a1..88c4adc 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/anchor-subframeload-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/anchor-subframeload-expected.txt @@ -104,10 +104,10 @@ layer at (0,0) size 800x600 RenderBlock {DIV} at (2,3) size 151x16 layer at (8,551) size 259x164 clip at (9,552) size 257x162 RenderTextControl {TEXTAREA} at (0,287) size 259x164 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 238x48 - RenderText {#text} at (0,0) size 238x32 + RenderBlock {DIV} at (3,3) size 255x48 + RenderText {#text} at (0,0) size 240x32 text run at (0,0) width 232: "More initial text before user" - text run at (232,0) width 6: " " + text run at (232,0) width 8: " " text run at (0,16) width 48: "input." text run at (48,16) width 0: " " RenderBR {BR} at (0,32) size 0x16 diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/javascriptlink-basic-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/javascriptlink-basic-expected.txt index 699c3eb..6378a0c 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/javascriptlink-basic-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/javascriptlink-basic-expected.txt @@ -98,10 +98,10 @@ layer at (336,360) size 151x16 RenderBlock {DIV} at (2,3) size 151x16 layer at (8,551) size 259x164 clip at (9,552) size 257x162 RenderTextControl {TEXTAREA} at (0,287) size 259x164 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 238x48 - RenderText {#text} at (0,0) size 238x32 + RenderBlock {DIV} at (3,3) size 255x48 + RenderText {#text} at (0,0) size 240x32 text run at (0,0) width 232: "More initial text before user" - text run at (232,0) width 6: " " + text run at (232,0) width 8: " " text run at (0,16) width 48: "input." text run at (48,16) width 0: " " RenderBR {BR} at (0,32) size 0x16 diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/javascriptlink-frames-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/javascriptlink-frames-expected.txt index 77d9162..ca717437 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/javascriptlink-frames-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/javascriptlink-frames-expected.txt @@ -104,10 +104,10 @@ layer at (0,0) size 800x600 RenderBlock {DIV} at (2,3) size 151x16 layer at (8,551) size 259x164 clip at (9,552) size 257x162 RenderTextControl {TEXTAREA} at (0,287) size 259x164 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 238x48 - RenderText {#text} at (0,0) size 238x32 + RenderBlock {DIV} at (3,3) size 255x48 + RenderText {#text} at (0,0) size 240x32 text run at (0,0) width 232: "More initial text before user" - text run at (232,0) width 6: " " + text run at (232,0) width 8: " " text run at (0,16) width 48: "input." text run at (48,16) width 0: " " RenderBR {BR} at (0,32) size 0x16 diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/javascriptlink-goback-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/javascriptlink-goback-expected.txt index 9da36b7..04f8c98 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/javascriptlink-goback-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/javascriptlink-goback-expected.txt @@ -98,12 +98,12 @@ layer at (336,360) size 151x16 RenderBlock {DIV} at (2,3) size 151x16 layer at (8,551) size 259x164 clip at (9,552) size 257x162 RenderTextControl {TEXTAREA} at (0,287) size 259x164 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 238x48 - RenderText {#text} at (0,0) size 238x48 + RenderBlock {DIV} at (3,3) size 255x48 + RenderText {#text} at (0,0) size 240x48 text run at (0,0) width 232: "More new form text from user," - text run at (232,0) width 6: " " + text run at (232,0) width 8: " " text run at (0,16) width 232: "which should be restored when" - text run at (232,16) width 6: " " + text run at (232,16) width 8: " " text run at (0,32) width 184: "we return to this page." scrolled to 0,50 diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/javascriptlink-subframeload-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/javascriptlink-subframeload-expected.txt index 7ea6f00..fe584f3 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/javascriptlink-subframeload-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/javascriptlink-subframeload-expected.txt @@ -104,10 +104,10 @@ layer at (0,0) size 800x600 RenderBlock {DIV} at (2,3) size 151x16 layer at (8,551) size 259x164 clip at (9,552) size 257x162 RenderTextControl {TEXTAREA} at (0,287) size 259x164 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 238x48 - RenderText {#text} at (0,0) size 238x32 + RenderBlock {DIV} at (3,3) size 255x48 + RenderText {#text} at (0,0) size 240x32 text run at (0,0) width 232: "More initial text before user" - text run at (232,0) width 6: " " + text run at (232,0) width 8: " " text run at (0,16) width 48: "input." text run at (48,16) width 0: " " RenderBR {BR} at (0,32) size 0x16 diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/metaredirect-basic-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/metaredirect-basic-expected.txt index d5da3f0..9f5e337 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/metaredirect-basic-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/metaredirect-basic-expected.txt @@ -98,10 +98,10 @@ layer at (336,360) size 151x16 RenderBlock {DIV} at (2,3) size 151x16 layer at (8,551) size 259x164 clip at (9,552) size 257x162 RenderTextControl {TEXTAREA} at (0,287) size 259x164 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 238x48 - RenderText {#text} at (0,0) size 238x32 + RenderBlock {DIV} at (3,3) size 255x48 + RenderText {#text} at (0,0) size 240x32 text run at (0,0) width 232: "More initial text before user" - text run at (232,0) width 6: " " + text run at (232,0) width 8: " " text run at (0,16) width 48: "input." text run at (48,16) width 0: " " RenderBR {BR} at (0,32) size 0x16 diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/metaredirect-frames-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/metaredirect-frames-expected.txt index ffcdbdb..52b400e 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/metaredirect-frames-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/metaredirect-frames-expected.txt @@ -104,10 +104,10 @@ layer at (0,0) size 800x600 RenderBlock {DIV} at (2,3) size 151x16 layer at (8,551) size 259x164 clip at (9,552) size 257x162 RenderTextControl {TEXTAREA} at (0,287) size 259x164 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 238x48 - RenderText {#text} at (0,0) size 238x32 + RenderBlock {DIV} at (3,3) size 255x48 + RenderText {#text} at (0,0) size 240x32 text run at (0,0) width 232: "More initial text before user" - text run at (232,0) width 6: " " + text run at (232,0) width 8: " " text run at (0,16) width 48: "input." text run at (48,16) width 0: " " RenderBR {BR} at (0,32) size 0x16 diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/metaredirect-goback-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/metaredirect-goback-expected.txt index 1afb25f..28e65d9 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/metaredirect-goback-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/metaredirect-goback-expected.txt @@ -98,12 +98,12 @@ layer at (336,360) size 151x16 RenderBlock {DIV} at (2,3) size 151x16 layer at (8,551) size 259x164 clip at (9,552) size 257x162 RenderTextControl {TEXTAREA} at (0,287) size 259x164 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 238x48 - RenderText {#text} at (0,0) size 238x48 + RenderBlock {DIV} at (3,3) size 255x48 + RenderText {#text} at (0,0) size 240x48 text run at (0,0) width 232: "More new form text from user," - text run at (232,0) width 6: " " + text run at (232,0) width 8: " " text run at (0,16) width 232: "which should be restored when" - text run at (232,16) width 6: " " + text run at (232,16) width 8: " " text run at (0,32) width 184: "we return to this page." scrolled to 0,50 diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/metaredirect-subframeload-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/metaredirect-subframeload-expected.txt index 7ded77e..0ca3dc3 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/metaredirect-subframeload-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/metaredirect-subframeload-expected.txt @@ -104,10 +104,10 @@ layer at (0,0) size 800x600 RenderBlock {DIV} at (2,3) size 151x16 layer at (8,551) size 259x164 clip at (9,552) size 257x162 RenderTextControl {TEXTAREA} at (0,287) size 259x164 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 238x48 - RenderText {#text} at (0,0) size 238x32 + RenderBlock {DIV} at (3,3) size 255x48 + RenderText {#text} at (0,0) size 240x32 text run at (0,0) width 232: "More initial text before user" - text run at (232,0) width 6: " " + text run at (232,0) width 8: " " text run at (0,16) width 48: "input." text run at (48,16) width 0: " " RenderBR {BR} at (0,32) size 0x16 diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/post-goback2-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/post-goback2-expected.txt index 645aa8d..0ac5038 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/post-goback2-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/post-goback2-expected.txt @@ -98,12 +98,12 @@ layer at (336,360) size 151x16 RenderBlock {DIV} at (2,3) size 151x16 layer at (8,551) size 259x164 clip at (9,552) size 257x162 RenderTextControl {TEXTAREA} at (0,287) size 259x164 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 238x48 - RenderText {#text} at (0,0) size 238x48 + RenderBlock {DIV} at (3,3) size 255x48 + RenderText {#text} at (0,0) size 240x48 text run at (0,0) width 232: "More new form text from user," - text run at (232,0) width 6: " " + text run at (232,0) width 8: " " text run at (0,16) width 232: "which should be restored when" - text run at (232,16) width 6: " " + text run at (232,16) width 8: " " text run at (0,32) width 184: "we return to this page." scrolled to 0,50 diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/postredirect-goback2-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/postredirect-goback2-expected.txt index 7959879..671463f 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/postredirect-goback2-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/postredirect-goback2-expected.txt @@ -98,12 +98,12 @@ layer at (336,360) size 151x16 RenderBlock {DIV} at (2,3) size 151x16 layer at (8,551) size 259x164 clip at (9,552) size 257x162 RenderTextControl {TEXTAREA} at (0,287) size 259x164 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 238x48 - RenderText {#text} at (0,0) size 238x48 + RenderBlock {DIV} at (3,3) size 255x48 + RenderText {#text} at (0,0) size 240x48 text run at (0,0) width 232: "More new form text from user," - text run at (232,0) width 6: " " + text run at (232,0) width 8: " " text run at (0,16) width 232: "which should be restored when" - text run at (232,16) width 6: " " + text run at (232,16) width 8: " " text run at (0,32) width 184: "we return to this page." scrolled to 0,50 diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/redirect302-basic-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/redirect302-basic-expected.txt index 75e0e40..917c54a 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/redirect302-basic-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/redirect302-basic-expected.txt @@ -98,10 +98,10 @@ layer at (336,360) size 151x16 RenderBlock {DIV} at (2,3) size 151x16 layer at (8,551) size 259x164 clip at (9,552) size 257x162 RenderTextControl {TEXTAREA} at (0,287) size 259x164 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 238x48 - RenderText {#text} at (0,0) size 238x32 + RenderBlock {DIV} at (3,3) size 255x48 + RenderText {#text} at (0,0) size 240x32 text run at (0,0) width 232: "More initial text before user" - text run at (232,0) width 6: " " + text run at (232,0) width 8: " " text run at (0,16) width 48: "input." text run at (48,16) width 0: " " RenderBR {BR} at (0,32) size 0x16 diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/redirect302-frames-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/redirect302-frames-expected.txt index 4369a6f..10db803 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/redirect302-frames-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/redirect302-frames-expected.txt @@ -104,10 +104,10 @@ layer at (0,0) size 800x600 RenderBlock {DIV} at (2,3) size 151x16 layer at (8,551) size 259x164 clip at (9,552) size 257x162 RenderTextControl {TEXTAREA} at (0,287) size 259x164 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 238x48 - RenderText {#text} at (0,0) size 238x32 + RenderBlock {DIV} at (3,3) size 255x48 + RenderText {#text} at (0,0) size 240x32 text run at (0,0) width 232: "More initial text before user" - text run at (232,0) width 6: " " + text run at (232,0) width 8: " " text run at (0,16) width 48: "input." text run at (48,16) width 0: " " RenderBR {BR} at (0,32) size 0x16 diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/redirect302-goback-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/redirect302-goback-expected.txt index 397aec4..fd0f77e 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/redirect302-goback-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/redirect302-goback-expected.txt @@ -98,12 +98,12 @@ layer at (336,360) size 151x16 RenderBlock {DIV} at (2,3) size 151x16 layer at (8,551) size 259x164 clip at (9,552) size 257x162 RenderTextControl {TEXTAREA} at (0,287) size 259x164 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 238x48 - RenderText {#text} at (0,0) size 238x48 + RenderBlock {DIV} at (3,3) size 255x48 + RenderText {#text} at (0,0) size 240x48 text run at (0,0) width 232: "More new form text from user," - text run at (232,0) width 6: " " + text run at (232,0) width 8: " " text run at (0,16) width 232: "which should be restored when" - text run at (232,16) width 6: " " + text run at (232,16) width 8: " " text run at (0,32) width 184: "we return to this page." scrolled to 0,50 diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/redirect302-subframeload-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/redirect302-subframeload-expected.txt index ea466af..279b6d4 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/redirect302-subframeload-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/redirect302-subframeload-expected.txt @@ -104,10 +104,10 @@ layer at (0,0) size 800x600 RenderBlock {DIV} at (2,3) size 151x16 layer at (8,551) size 259x164 clip at (9,552) size 257x162 RenderTextControl {TEXTAREA} at (0,287) size 259x164 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 238x48 - RenderText {#text} at (0,0) size 238x32 + RenderBlock {DIV} at (3,3) size 255x48 + RenderText {#text} at (0,0) size 240x32 text run at (0,0) width 232: "More initial text before user" - text run at (232,0) width 6: " " + text run at (232,0) width 8: " " text run at (0,16) width 48: "input." text run at (48,16) width 0: " " RenderBR {BR} at (0,32) size 0x16 diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/relativeanchor-basic-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/relativeanchor-basic-expected.txt index cffaf24..57678ce 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/relativeanchor-basic-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/relativeanchor-basic-expected.txt @@ -98,10 +98,10 @@ layer at (336,360) size 151x16 RenderBlock {DIV} at (2,3) size 151x16 layer at (8,551) size 259x164 clip at (9,552) size 257x162 RenderTextControl {TEXTAREA} at (0,287) size 259x164 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 238x48 - RenderText {#text} at (0,0) size 238x32 + RenderBlock {DIV} at (3,3) size 255x48 + RenderText {#text} at (0,0) size 240x32 text run at (0,0) width 232: "More initial text before user" - text run at (232,0) width 6: " " + text run at (232,0) width 8: " " text run at (0,16) width 48: "input." text run at (48,16) width 0: " " RenderBR {BR} at (0,32) size 0x16 diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/relativeanchor-frames-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/relativeanchor-frames-expected.txt index 5656e85..83c1c90 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/relativeanchor-frames-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/relativeanchor-frames-expected.txt @@ -104,10 +104,10 @@ layer at (0,0) size 800x600 RenderBlock {DIV} at (2,3) size 151x16 layer at (8,551) size 259x164 clip at (9,552) size 257x162 RenderTextControl {TEXTAREA} at (0,287) size 259x164 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 238x48 - RenderText {#text} at (0,0) size 238x32 + RenderBlock {DIV} at (3,3) size 255x48 + RenderText {#text} at (0,0) size 240x32 text run at (0,0) width 232: "More initial text before user" - text run at (232,0) width 6: " " + text run at (232,0) width 8: " " text run at (0,16) width 48: "input." text run at (48,16) width 0: " " RenderBR {BR} at (0,32) size 0x16 diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/relativeanchor-goback-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/relativeanchor-goback-expected.txt index e870988..6bdf397 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/relativeanchor-goback-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/relativeanchor-goback-expected.txt @@ -98,10 +98,10 @@ layer at (336,360) size 151x16 RenderBlock {DIV} at (2,3) size 151x16 layer at (8,551) size 259x164 clip at (9,552) size 257x162 RenderTextControl {TEXTAREA} at (0,287) size 259x164 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 238x48 - RenderText {#text} at (0,0) size 238x32 + RenderBlock {DIV} at (3,3) size 255x48 + RenderText {#text} at (0,0) size 240x32 text run at (0,0) width 232: "More initial text before user" - text run at (232,0) width 6: " " + text run at (232,0) width 8: " " text run at (0,16) width 48: "input." text run at (48,16) width 0: " " RenderBR {BR} at (0,32) size 0x16 diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/slowmetaredirect-basic-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/slowmetaredirect-basic-expected.txt index d459b5e..a24462a 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/slowmetaredirect-basic-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/slowmetaredirect-basic-expected.txt @@ -98,10 +98,10 @@ layer at (336,360) size 151x16 RenderBlock {DIV} at (2,3) size 151x16 layer at (8,551) size 259x164 clip at (9,552) size 257x162 RenderTextControl {TEXTAREA} at (0,287) size 259x164 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 238x48 - RenderText {#text} at (0,0) size 238x32 + RenderBlock {DIV} at (3,3) size 255x48 + RenderText {#text} at (0,0) size 240x32 text run at (0,0) width 232: "More initial text before user" - text run at (232,0) width 6: " " + text run at (232,0) width 8: " " text run at (0,16) width 48: "input." text run at (48,16) width 0: " " RenderBR {BR} at (0,32) size 0x16 diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/slowtimerredirect-basic-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/slowtimerredirect-basic-expected.txt index 4b4702f..102377c 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/slowtimerredirect-basic-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/slowtimerredirect-basic-expected.txt @@ -98,10 +98,10 @@ layer at (336,360) size 151x16 RenderBlock {DIV} at (2,3) size 151x16 layer at (8,551) size 259x164 clip at (9,552) size 257x162 RenderTextControl {TEXTAREA} at (0,287) size 259x164 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 238x48 - RenderText {#text} at (0,0) size 238x32 + RenderBlock {DIV} at (3,3) size 255x48 + RenderText {#text} at (0,0) size 240x32 text run at (0,0) width 232: "More initial text before user" - text run at (232,0) width 6: " " + text run at (232,0) width 8: " " text run at (0,16) width 48: "input." text run at (48,16) width 0: " " RenderBR {BR} at (0,32) size 0x16 diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/success200-basic-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/success200-basic-expected.txt index 630e135..91f4936 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/success200-basic-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/success200-basic-expected.txt @@ -98,10 +98,10 @@ layer at (336,360) size 151x16 RenderBlock {DIV} at (2,3) size 151x16 layer at (8,551) size 259x164 clip at (9,552) size 257x162 RenderTextControl {TEXTAREA} at (0,287) size 259x164 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 238x48 - RenderText {#text} at (0,0) size 238x32 + RenderBlock {DIV} at (3,3) size 255x48 + RenderText {#text} at (0,0) size 240x32 text run at (0,0) width 232: "More initial text before user" - text run at (232,0) width 6: " " + text run at (232,0) width 8: " " text run at (0,16) width 48: "input." text run at (48,16) width 0: " " RenderBR {BR} at (0,32) size 0x16 diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/success200-frames-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/success200-frames-expected.txt index 9b9ce80..7b63b91 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/success200-frames-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/success200-frames-expected.txt @@ -104,10 +104,10 @@ layer at (0,0) size 800x600 RenderBlock {DIV} at (2,3) size 151x16 layer at (8,551) size 259x164 clip at (9,552) size 257x162 RenderTextControl {TEXTAREA} at (0,287) size 259x164 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 238x48 - RenderText {#text} at (0,0) size 238x32 + RenderBlock {DIV} at (3,3) size 255x48 + RenderText {#text} at (0,0) size 240x32 text run at (0,0) width 232: "More initial text before user" - text run at (232,0) width 6: " " + text run at (232,0) width 8: " " text run at (0,16) width 48: "input." text run at (48,16) width 0: " " RenderBR {BR} at (0,32) size 0x16 diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/success200-frames-loadsame-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/success200-frames-loadsame-expected.txt index e4abb69..ab6b0b1 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/success200-frames-loadsame-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/success200-frames-loadsame-expected.txt @@ -104,10 +104,10 @@ layer at (0,0) size 800x600 RenderBlock {DIV} at (2,3) size 151x16 layer at (8,551) size 259x164 clip at (9,552) size 257x162 RenderTextControl {TEXTAREA} at (0,287) size 259x164 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 238x48 - RenderText {#text} at (0,0) size 238x32 + RenderBlock {DIV} at (3,3) size 255x48 + RenderText {#text} at (0,0) size 240x32 text run at (0,0) width 232: "More initial text before user" - text run at (232,0) width 6: " " + text run at (232,0) width 8: " " text run at (0,16) width 48: "input." text run at (48,16) width 0: " " RenderBR {BR} at (0,32) size 0x16 diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/success200-goback-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/success200-goback-expected.txt index 75be8aa..a73e716 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/success200-goback-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/success200-goback-expected.txt @@ -98,12 +98,12 @@ layer at (336,360) size 151x16 RenderBlock {DIV} at (2,3) size 151x16 layer at (8,551) size 259x164 clip at (9,552) size 257x162 RenderTextControl {TEXTAREA} at (0,287) size 259x164 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 238x48 - RenderText {#text} at (0,0) size 238x48 + RenderBlock {DIV} at (3,3) size 255x48 + RenderText {#text} at (0,0) size 240x48 text run at (0,0) width 232: "More new form text from user," - text run at (232,0) width 6: " " + text run at (232,0) width 8: " " text run at (0,16) width 232: "which should be restored when" - text run at (232,16) width 6: " " + text run at (232,16) width 8: " " text run at (0,32) width 184: "we return to this page." scrolled to 0,50 diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/success200-loadsame-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/success200-loadsame-expected.txt index 40d22c2..1f54b43 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/success200-loadsame-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/success200-loadsame-expected.txt @@ -98,10 +98,10 @@ layer at (336,360) size 151x16 RenderBlock {DIV} at (2,3) size 151x16 layer at (8,551) size 259x164 clip at (9,552) size 257x162 RenderTextControl {TEXTAREA} at (0,287) size 259x164 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 238x48 - RenderText {#text} at (0,0) size 238x32 + RenderBlock {DIV} at (3,3) size 255x48 + RenderText {#text} at (0,0) size 240x32 text run at (0,0) width 232: "More initial text before user" - text run at (232,0) width 6: " " + text run at (232,0) width 8: " " text run at (0,16) width 48: "input." text run at (48,16) width 0: " " RenderBR {BR} at (0,32) size 0x16 diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/success200-reload-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/success200-reload-expected.txt index da38d4b..7e350b7 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/success200-reload-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/success200-reload-expected.txt @@ -98,10 +98,10 @@ layer at (336,360) size 151x16 RenderBlock {DIV} at (2,3) size 151x16 layer at (8,551) size 259x164 clip at (9,552) size 257x162 RenderTextControl {TEXTAREA} at (0,287) size 259x164 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 238x48 - RenderText {#text} at (0,0) size 238x32 + RenderBlock {DIV} at (3,3) size 255x48 + RenderText {#text} at (0,0) size 240x32 text run at (0,0) width 232: "More initial text before user" - text run at (232,0) width 6: " " + text run at (232,0) width 8: " " text run at (0,16) width 48: "input." text run at (48,16) width 0: " " RenderBR {BR} at (0,32) size 0x16 diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/success200-subframeload-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/success200-subframeload-expected.txt index d68235f..01d8afd 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/success200-subframeload-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/success200-subframeload-expected.txt @@ -104,10 +104,10 @@ layer at (0,0) size 800x600 RenderBlock {DIV} at (2,3) size 151x16 layer at (8,551) size 259x164 clip at (9,552) size 257x162 RenderTextControl {TEXTAREA} at (0,287) size 259x164 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 238x48 - RenderText {#text} at (0,0) size 238x32 + RenderBlock {DIV} at (3,3) size 255x48 + RenderText {#text} at (0,0) size 240x32 text run at (0,0) width 232: "More initial text before user" - text run at (232,0) width 6: " " + text run at (232,0) width 8: " " text run at (0,16) width 48: "input." text run at (48,16) width 0: " " RenderBR {BR} at (0,32) size 0x16 diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/timerredirect-basic-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/timerredirect-basic-expected.txt index 1a9df52..ee6ffb5 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/timerredirect-basic-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/timerredirect-basic-expected.txt @@ -98,10 +98,10 @@ layer at (336,360) size 151x16 RenderBlock {DIV} at (2,3) size 151x16 layer at (8,551) size 259x164 clip at (9,552) size 257x162 RenderTextControl {TEXTAREA} at (0,287) size 259x164 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 238x48 - RenderText {#text} at (0,0) size 238x32 + RenderBlock {DIV} at (3,3) size 255x48 + RenderText {#text} at (0,0) size 240x32 text run at (0,0) width 232: "More initial text before user" - text run at (232,0) width 6: " " + text run at (232,0) width 8: " " text run at (0,16) width 48: "input." text run at (48,16) width 0: " " RenderBR {BR} at (0,32) size 0x16 diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/timerredirect-frames-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/timerredirect-frames-expected.txt index 3730ba9..bf0d7a8 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/timerredirect-frames-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/timerredirect-frames-expected.txt @@ -104,10 +104,10 @@ layer at (0,0) size 800x600 RenderBlock {DIV} at (2,3) size 151x16 layer at (8,551) size 259x164 clip at (9,552) size 257x162 RenderTextControl {TEXTAREA} at (0,287) size 259x164 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 238x48 - RenderText {#text} at (0,0) size 238x32 + RenderBlock {DIV} at (3,3) size 255x48 + RenderText {#text} at (0,0) size 240x32 text run at (0,0) width 232: "More initial text before user" - text run at (232,0) width 6: " " + text run at (232,0) width 8: " " text run at (0,16) width 48: "input." text run at (48,16) width 0: " " RenderBR {BR} at (0,32) size 0x16 diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/timerredirect-goback-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/timerredirect-goback-expected.txt index dbafc53..a4661dd 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/timerredirect-goback-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/timerredirect-goback-expected.txt @@ -98,12 +98,12 @@ layer at (336,360) size 151x16 RenderBlock {DIV} at (2,3) size 151x16 layer at (8,551) size 259x164 clip at (9,552) size 257x162 RenderTextControl {TEXTAREA} at (0,287) size 259x164 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 238x48 - RenderText {#text} at (0,0) size 238x48 + RenderBlock {DIV} at (3,3) size 255x48 + RenderText {#text} at (0,0) size 240x48 text run at (0,0) width 232: "More new form text from user," - text run at (232,0) width 6: " " + text run at (232,0) width 8: " " text run at (0,16) width 232: "which should be restored when" - text run at (232,16) width 6: " " + text run at (232,16) width 8: " " text run at (0,32) width 184: "we return to this page." scrolled to 0,50 diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/timerredirect-subframeload-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/timerredirect-subframeload-expected.txt index a9cc1cf..dfacc3d 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/timerredirect-subframeload-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/navigation/timerredirect-subframeload-expected.txt @@ -104,10 +104,10 @@ layer at (0,0) size 800x600 RenderBlock {DIV} at (2,3) size 151x16 layer at (8,551) size 259x164 clip at (9,552) size 257x162 RenderTextControl {TEXTAREA} at (0,287) size 259x164 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 238x48 - RenderText {#text} at (0,0) size 238x32 + RenderBlock {DIV} at (3,3) size 255x48 + RenderText {#text} at (0,0) size 240x32 text run at (0,0) width 232: "More initial text before user" - text run at (232,0) width 6: " " + text run at (232,0) width 8: " " text run at (0,16) width 48: "input." text run at (48,16) width 0: " " RenderBR {BR} at (0,32) size 0x16 diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/tables/mozilla/bugs/bug194024-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/tables/mozilla/bugs/bug194024-expected.txt index 877fe34..9c6a179 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/tables/mozilla/bugs/bug194024-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/tables/mozilla/bugs/bug194024-expected.txt @@ -101,46 +101,46 @@ layer at (0,0) size 800x600 RenderTableCell {TD} at (764,21) size 16x4 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1] layer at (20,29) size 760x36 clip at (21,30) size 758x34 RenderTextControl {TEXTAREA} at (0,1) size 760x36 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 739x16 + RenderBlock {DIV} at (3,3) size 756x16 RenderText {#text} at (0,0) size 32x16 text run at (0,0) width 32: "test" layer at (20,87) size 760x36 clip at (21,88) size 758x34 RenderTextControl {TEXTAREA} at (0,1) size 760x36 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 739x16 + RenderBlock {DIV} at (3,3) size 756x16 RenderText {#text} at (0,0) size 32x16 text run at (0,0) width 32: "test" layer at (24,147) size 752x36 clip at (25,148) size 750x34 RenderTextControl {TEXTAREA} at (0,1) size 752x36 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 731x16 + RenderBlock {DIV} at (3,3) size 748x16 RenderText {#text} at (0,0) size 32x16 text run at (0,0) width 32: "test" layer at (24,209) size 752x36 clip at (25,210) size 750x34 RenderTextControl {TEXTAREA} at (0,1) size 752x36 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 731x16 + RenderBlock {DIV} at (3,3) size 748x16 RenderText {#text} at (0,0) size 32x16 text run at (0,0) width 32: "test" layer at (27,272) size 746x36 clip at (28,273) size 744x34 RenderTextControl {TEXTAREA} at (1,2) size 746x36 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 725x16 + RenderBlock {DIV} at (3,3) size 742x16 RenderText {#text} at (0,0) size 32x16 text run at (0,0) width 32: "test" layer at (27,336) size 746x36 clip at (28,337) size 744x34 RenderTextControl {TEXTAREA} at (1,2) size 746x36 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 725x16 + RenderBlock {DIV} at (3,3) size 742x16 RenderText {#text} at (0,0) size 32x16 text run at (0,0) width 32: "test" layer at (24,399) size 752x36 clip at (25,400) size 750x34 RenderTextControl {TEXTAREA} at (1,2) size 752x36 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 731x16 + RenderBlock {DIV} at (3,3) size 748x16 RenderText {#text} at (0,0) size 32x16 text run at (0,0) width 32: "test" layer at (27,462) size 746x36 clip at (28,463) size 744x34 RenderTextControl {TEXTAREA} at (2,3) size 746x36 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 725x16 + RenderBlock {DIV} at (3,3) size 742x16 RenderText {#text} at (0,0) size 32x16 text run at (0,0) width 32: "test" layer at (31,528) size 738x36 clip at (32,529) size 736x34 RenderTextControl {TEXTAREA} at (2,3) size 738x36 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 717x16 + RenderBlock {DIV} at (3,3) size 734x16 RenderText {#text} at (0,0) size 32x16 text run at (0,0) width 32: "test" diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/tables/mozilla/bugs/bug30559-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/tables/mozilla/bugs/bug30559-expected.txt index 646f7b7..3f639f1 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/tables/mozilla/bugs/bug30559-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/tables/mozilla/bugs/bug30559-expected.txt @@ -19,6 +19,6 @@ layer at (0,0) size 800x600 RenderText {#text} at (0,0) size 0x0 layer at (260,39) size 59x36 clip at (261,40) size 57x34 RenderTextControl {TEXTAREA} at (2,3) size 59x36 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 38x16 + RenderBlock {DIV} at (3,3) size 55x16 RenderText {#text} at (0,0) size 24x16 text run at (0,0) width 24: "bar" diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/tables/mozilla/bugs/bug30692-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/tables/mozilla/bugs/bug30692-expected.txt index 9061277..5d70261 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/tables/mozilla/bugs/bug30692-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/tables/mozilla/bugs/bug30692-expected.txt @@ -46,11 +46,11 @@ layer at (0,0) size 800x600 text run at (0,0) width 210: "OK: the height of the P is 80 pixels" layer at (11,100) size 622x71 clip at (12,101) size 620x69 RenderTextControl {TEXTAREA} at (1,2) size 622x71 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 601x16 + RenderBlock {DIV} at (3,3) size 618x16 RenderText {#text} at (0,0) size 336x16 text run at (0,0) width 336: "BUG: the height of the textarea is not 80%" layer at (11,214) size 622x80 clip at (12,215) size 620x78 RenderTextControl {TEXTAREA} at (1,2) size 622x80 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 601x16 + RenderBlock {DIV} at (3,3) size 618x16 RenderText {#text} at (0,0) size 344x16 text run at (0,0) width 344: "OK: the height of the textarea is 80 pixels" diff --git a/webkit/data/layout_tests/platform/chromium-win/chrome/fast/forms/basic-textareas-expected.checksum b/webkit/data/layout_tests/platform/chromium-win/chrome/fast/forms/basic-textareas-expected.checksum index f6bd717..f95cf6f 100644 --- a/webkit/data/layout_tests/platform/chromium-win/chrome/fast/forms/basic-textareas-expected.checksum +++ b/webkit/data/layout_tests/platform/chromium-win/chrome/fast/forms/basic-textareas-expected.checksum @@ -1 +1 @@ -1e4d6629e88631c90eedd8fed5a04202
\ No newline at end of file +7a006a9072bfce2953abf64a2ea5668d
\ No newline at end of file diff --git a/webkit/data/layout_tests/platform/chromium-win/chrome/fast/forms/basic-textareas-expected.png b/webkit/data/layout_tests/platform/chromium-win/chrome/fast/forms/basic-textareas-expected.png Binary files differindex e434832..0262131 100644 --- a/webkit/data/layout_tests/platform/chromium-win/chrome/fast/forms/basic-textareas-expected.png +++ b/webkit/data/layout_tests/platform/chromium-win/chrome/fast/forms/basic-textareas-expected.png diff --git a/webkit/data/layout_tests/platform/chromium-win/chrome/fast/forms/basic-textareas-expected.txt b/webkit/data/layout_tests/platform/chromium-win/chrome/fast/forms/basic-textareas-expected.txt index b43c0aa..d525e9a 100644 --- a/webkit/data/layout_tests/platform/chromium-win/chrome/fast/forms/basic-textareas-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-win/chrome/fast/forms/basic-textareas-expected.txt @@ -147,8 +147,8 @@ layer at (0,0) size 785x1138 RenderBlock {DIV} at (1,393) size 352x44 [border: (1px solid #FF0000)] RenderText {#text} at (1,28) size 13x16 text run at (1,28) width 13: "A " - RenderText {#text} at (180,28) size 12x16 - text run at (180,28) width 12: " B" + RenderText {#text} at (195,28) size 12x16 + text run at (195,28) width 12: " B" RenderBlock (anonymous) at (1,437) size 350x14 RenderText {#text} at (0,-1) size 129x16 text run at (0,-1) width 129: "style=\"overflow:scroll\"" @@ -226,7 +226,7 @@ layer at (0,0) size 785x1138 text run at (199,28) width 8: "B" layer at (23,25) size 181x38 clip at (24,26) size 179x36 RenderTextControl {TEXTAREA} at (14,2) size 181x38 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 160x16 + RenderBlock {DIV} at (3,3) size 175x16 RenderText {#text} at (0,0) size 136x16 text run at (0,0) width 136: "Lorem ipsum dolor" layer at (23,83) size 181x38 clip at (24,84) size 164x36 scrollHeight 84 @@ -365,16 +365,16 @@ layer at (23,591) size 101x38 clip at (24,592) size 84x36 scrollHeight 148 text run at (16,128) width 8: " " layer at (23,649) size 181x166 clip at (24,650) size 179x164 RenderTextControl {TEXTAREA} at (14,2) size 181x166 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 160x80 - RenderText {#text} at (0,0) size 160x80 + RenderBlock {DIV} at (3,3) size 175x80 + RenderText {#text} at (0,0) size 168x80 text run at (0,0) width 136: "Lorem ipsum dolor" text run at (136,0) width 8: " " - text run at (0,16) width 160: "ABCDEFGHIJKLMNOPQRST" - text run at (0,32) width 48: "UVWXYZ" - text run at (48,32) width 8: " " - text run at (0,48) width 160: "abcdefghijklmnopqrst" - text run at (0,64) width 16: "uv" - text run at (16,64) width 8: " " + text run at (0,16) width 168: "ABCDEFGHIJKLMNOPQRSTU" + text run at (0,32) width 40: "VWXYZ" + text run at (40,32) width 8: " " + text run at (0,48) width 168: "abcdefghijklmnopqrstu" + text run at (0,64) width 8: "v" + text run at (8,64) width 8: " " layer at (23,835) size 61x70 clip at (24,836) size 44x68 scrollHeight 228 RenderTextControl {TEXTAREA} at (14,2) size 61x70 [bgcolor=#FFFFFF] [border: (1px solid #000000)] RenderBlock {DIV} at (3,3) size 40x224 @@ -502,18 +502,18 @@ layer at (375,317) size 66x66 clip at (376,318) size 49x64 scrollHeight 228 text run at (0,192) width 40: "pqrst" text run at (0,208) width 16: "uv" text run at (16,208) width 8: " " -layer at (375,403) size 166x38 clip at (376,404) size 164x36 scrollHeight 84 - RenderTextControl {TEXTAREA} at (14,2) size 166x38 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 160x80 - RenderText {#text} at (0,0) size 160x80 +layer at (375,403) size 181x38 clip at (376,404) size 179x36 scrollHeight 84 + RenderTextControl {TEXTAREA} at (14,2) size 181x38 [bgcolor=#FFFFFF] [border: (1px solid #000000)] + RenderBlock {DIV} at (3,3) size 175x80 + RenderText {#text} at (0,0) size 168x80 text run at (0,0) width 136: "Lorem ipsum dolor" text run at (136,0) width 8: " " - text run at (0,16) width 160: "ABCDEFGHIJKLMNOPQRST" - text run at (0,32) width 48: "UVWXYZ" - text run at (48,32) width 8: " " - text run at (0,48) width 160: "abcdefghijklmnopqrst" - text run at (0,64) width 16: "uv" - text run at (16,64) width 8: " " + text run at (0,16) width 168: "ABCDEFGHIJKLMNOPQRSTU" + text run at (0,32) width 40: "VWXYZ" + text run at (40,32) width 8: " " + text run at (0,48) width 168: "abcdefghijklmnopqrstu" + text run at (0,64) width 8: "v" + text run at (8,64) width 8: " " layer at (375,461) size 181x53 clip at (376,462) size 164x36 scrollHeight 84 RenderTextControl {TEXTAREA} at (14,2) size 181x53 [bgcolor=#FFFFFF] [border: (1px solid #000000)] RenderBlock {DIV} at (3,3) size 160x80 diff --git a/webkit/data/layout_tests/platform/chromium-win/chrome/fast/forms/basic-textareas-quirks-expected.checksum b/webkit/data/layout_tests/platform/chromium-win/chrome/fast/forms/basic-textareas-quirks-expected.checksum index 2185d2c..33a1c5a 100644 --- a/webkit/data/layout_tests/platform/chromium-win/chrome/fast/forms/basic-textareas-quirks-expected.checksum +++ b/webkit/data/layout_tests/platform/chromium-win/chrome/fast/forms/basic-textareas-quirks-expected.checksum @@ -1 +1 @@ -b58911064a052dd046a7539c7a576bc0
\ No newline at end of file +7bf182d3d345c5646f1276a5686bcec9
\ No newline at end of file diff --git a/webkit/data/layout_tests/platform/chromium-win/chrome/fast/forms/basic-textareas-quirks-expected.png b/webkit/data/layout_tests/platform/chromium-win/chrome/fast/forms/basic-textareas-quirks-expected.png Binary files differindex f444423..1d1ade2 100644 --- a/webkit/data/layout_tests/platform/chromium-win/chrome/fast/forms/basic-textareas-quirks-expected.png +++ b/webkit/data/layout_tests/platform/chromium-win/chrome/fast/forms/basic-textareas-quirks-expected.png diff --git a/webkit/data/layout_tests/platform/chromium-win/chrome/fast/forms/basic-textareas-quirks-expected.txt b/webkit/data/layout_tests/platform/chromium-win/chrome/fast/forms/basic-textareas-quirks-expected.txt index 5726d74..e83a73d 100644 --- a/webkit/data/layout_tests/platform/chromium-win/chrome/fast/forms/basic-textareas-quirks-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-win/chrome/fast/forms/basic-textareas-quirks-expected.txt @@ -147,8 +147,8 @@ layer at (0,0) size 785x1084 RenderBlock {DIV} at (1,379) size 352x42 [border: (1px solid #FF0000)] RenderText {#text} at (1,26) size 13x16 text run at (1,26) width 13: "A " - RenderText {#text} at (178,26) size 12x16 - text run at (178,26) width 12: " B" + RenderText {#text} at (193,26) size 12x16 + text run at (193,26) width 12: " B" RenderBlock (anonymous) at (1,421) size 350x14 RenderText {#text} at (0,-1) size 129x16 text run at (0,-1) width 129: "style=\"overflow:scroll\"" @@ -226,223 +226,204 @@ layer at (0,0) size 785x1084 text run at (197,26) width 8: "B" layer at (23,25) size 179x36 clip at (24,26) size 177x34 RenderTextControl {TEXTAREA} at (14,2) size 179x36 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 158x16 + RenderBlock {DIV} at (3,3) size 175x16 RenderText {#text} at (0,0) size 136x16 text run at (0,0) width 136: "Lorem ipsum dolor" layer at (23,81) size 179x36 clip at (24,82) size 162x34 scrollHeight 82 RenderTextControl {TEXTAREA} at (14,2) size 179x36 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 158x80 - RenderText {#text} at (0,0) size 152x80 + RenderBlock {DIV} at (3,3) size 160x80 + RenderText {#text} at (0,0) size 160x80 text run at (0,0) width 136: "Lorem ipsum dolor" text run at (136,0) width 8: " " - text run at (0,16) width 152: "ABCDEFGHIJKLMNOPQRS" - text run at (0,32) width 56: "TUVWXYZ" - text run at (56,32) width 8: " " - text run at (0,48) width 152: "abcdefghijklmnopqrs" - text run at (0,64) width 24: "tuv" - text run at (24,64) width 8: " " + text run at (0,16) width 160: "ABCDEFGHIJKLMNOPQRST" + text run at (0,32) width 48: "UVWXYZ" + text run at (48,32) width 8: " " + text run at (0,48) width 160: "abcdefghijklmnopqrst" + text run at (0,64) width 16: "uv" + text run at (16,64) width 8: " " layer at (23,137) size 179x36 clip at (24,138) size 162x34 scrollHeight 82 RenderTextControl {TEXTAREA} at (14,2) size 179x36 [bgcolor=#EBEBE4] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 158x80 [color=#545454] - RenderText {#text} at (0,0) size 152x80 + RenderBlock {DIV} at (3,3) size 160x80 [color=#545454] + RenderText {#text} at (0,0) size 160x80 text run at (0,0) width 136: "Lorem ipsum dolor" text run at (136,0) width 8: " " - text run at (0,16) width 152: "ABCDEFGHIJKLMNOPQRS" - text run at (0,32) width 56: "TUVWXYZ" - text run at (56,32) width 8: " " - text run at (0,48) width 152: "abcdefghijklmnopqrs" - text run at (0,64) width 24: "tuv" - text run at (24,64) width 8: " " + text run at (0,16) width 160: "ABCDEFGHIJKLMNOPQRST" + text run at (0,32) width 48: "UVWXYZ" + text run at (48,32) width 8: " " + text run at (0,48) width 160: "abcdefghijklmnopqrst" + text run at (0,64) width 16: "uv" + text run at (16,64) width 8: " " layer at (23,193) size 197x54 clip at (24,194) size 180x52 scrollHeight 100 RenderTextControl {TEXTAREA} at (14,2) size 197x54 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (11,11) size 158x80 - RenderText {#text} at (0,0) size 152x80 + RenderBlock {DIV} at (11,11) size 160x80 + RenderText {#text} at (0,0) size 160x80 text run at (0,0) width 136: "Lorem ipsum dolor" text run at (136,0) width 8: " " - text run at (0,16) width 152: "ABCDEFGHIJKLMNOPQRS" - text run at (0,32) width 56: "TUVWXYZ" - text run at (56,32) width 8: " " - text run at (0,48) width 152: "abcdefghijklmnopqrs" - text run at (0,64) width 24: "tuv" - text run at (24,64) width 8: " " + text run at (0,16) width 160: "ABCDEFGHIJKLMNOPQRST" + text run at (0,32) width 48: "UVWXYZ" + text run at (48,32) width 8: " " + text run at (0,48) width 160: "abcdefghijklmnopqrst" + text run at (0,64) width 16: "uv" + text run at (16,64) width 8: " " layer at (23,267) size 177x34 clip at (24,268) size 160x32 scrollHeight 80 RenderTextControl {TEXTAREA} at (14,2) size 177x34 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (1,1) size 158x80 - RenderText {#text} at (0,0) size 152x80 + RenderBlock {DIV} at (1,1) size 160x80 + RenderText {#text} at (0,0) size 160x80 text run at (0,0) width 136: "Lorem ipsum dolor" text run at (136,0) width 8: " " - text run at (0,16) width 152: "ABCDEFGHIJKLMNOPQRS" - text run at (0,32) width 56: "TUVWXYZ" - text run at (56,32) width 8: " " - text run at (0,48) width 152: "abcdefghijklmnopqrs" - text run at (0,64) width 24: "tuv" - text run at (24,64) width 8: " " + text run at (0,16) width 160: "ABCDEFGHIJKLMNOPQRST" + text run at (0,32) width 48: "UVWXYZ" + text run at (48,32) width 8: " " + text run at (0,48) width 160: "abcdefghijklmnopqrst" + text run at (0,64) width 16: "uv" + text run at (16,64) width 8: " " layer at (33,330) size 179x36 clip at (34,331) size 162x34 scrollHeight 82 RenderTextControl {TEXTAREA} at (24,11) size 179x36 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 158x80 - RenderText {#text} at (0,0) size 152x80 + RenderBlock {DIV} at (3,3) size 160x80 + RenderText {#text} at (0,0) size 160x80 text run at (0,0) width 136: "Lorem ipsum dolor" text run at (136,0) width 8: " " - text run at (0,16) width 152: "ABCDEFGHIJKLMNOPQRS" - text run at (0,32) width 56: "TUVWXYZ" - text run at (56,32) width 8: " " - text run at (0,48) width 152: "abcdefghijklmnopqrs" - text run at (0,64) width 24: "tuv" - text run at (24,64) width 8: " " + text run at (0,16) width 160: "ABCDEFGHIJKLMNOPQRST" + text run at (0,32) width 48: "UVWXYZ" + text run at (48,32) width 8: " " + text run at (0,48) width 160: "abcdefghijklmnopqrst" + text run at (0,64) width 16: "uv" + text run at (16,64) width 8: " " layer at (23,394) size 179x36 clip at (24,395) size 162x34 scrollHeight 82 RenderTextControl {TEXTAREA} at (14,1) size 179x36 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 158x80 - RenderText {#text} at (0,0) size 152x80 + RenderBlock {DIV} at (3,3) size 160x80 + RenderText {#text} at (0,0) size 160x80 text run at (0,0) width 136: "Lorem ipsum dolor" text run at (136,0) width 8: " " - text run at (0,16) width 152: "ABCDEFGHIJKLMNOPQRS" - text run at (0,32) width 56: "TUVWXYZ" - text run at (56,32) width 8: " " - text run at (0,48) width 152: "abcdefghijklmnopqrs" - text run at (0,64) width 24: "tuv" - text run at (24,64) width 8: " " -layer at (23,449) size 43x36 clip at (24,450) size 26x34 scrollHeight 530 + text run at (0,16) width 160: "ABCDEFGHIJKLMNOPQRST" + text run at (0,32) width 48: "UVWXYZ" + text run at (48,32) width 8: " " + text run at (0,48) width 160: "abcdefghijklmnopqrst" + text run at (0,64) width 16: "uv" + text run at (16,64) width 8: " " +layer at (23,449) size 43x36 clip at (24,450) size 26x34 scrollHeight 370 RenderTextControl {TEXTAREA} at (14,2) size 43x36 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 22x528 - RenderText {#text} at (0,0) size 22x528 - text run at (0,0) width 16: "Lo" - text run at (0,16) width 16: "re" - text run at (0,32) width 8: "m" - text run at (8,32) width 8: " " - text run at (0,48) width 16: "ip" - text run at (0,64) width 16: "su" - text run at (0,80) width 8: "m" - text run at (8,80) width 8: " " - text run at (0,96) width 16: "do" - text run at (0,112) width 16: "lo" - text run at (0,128) width 8: "r" - text run at (8,128) width 8: " " - text run at (0,144) width 16: "AB" - text run at (0,160) width 16: "CD" - text run at (0,176) width 16: "EF" - text run at (0,192) width 16: "GH" - text run at (0,208) width 16: "IJ" - text run at (0,224) width 16: "KL" - text run at (0,240) width 16: "MN" - text run at (0,256) width 16: "OP" - text run at (0,272) width 16: "QR" - text run at (0,288) width 16: "ST" - text run at (0,304) width 16: "UV" - text run at (0,320) width 16: "WX" - text run at (0,336) width 16: "YZ" - text run at (16,336) width 6: " " - text run at (0,352) width 16: "ab" - text run at (0,368) width 16: "cd" - text run at (0,384) width 16: "ef" - text run at (0,400) width 16: "gh" - text run at (0,416) width 16: "ij" - text run at (0,432) width 16: "kl" - text run at (0,448) width 16: "mn" - text run at (0,464) width 16: "op" - text run at (0,480) width 16: "qr" - text run at (0,496) width 16: "st" - text run at (0,512) width 16: "uv" + RenderBlock {DIV} at (3,3) size 24x368 + RenderText {#text} at (0,0) size 24x368 + text run at (0,0) width 24: "Lor" + text run at (0,16) width 16: "em" + text run at (16,16) width 8: " " + text run at (0,32) width 24: "ips" + text run at (0,48) width 16: "um" + text run at (16,48) width 8: " " + text run at (0,64) width 24: "dol" + text run at (0,80) width 16: "or" + text run at (16,80) width 8: " " + text run at (0,96) width 24: "ABC" + text run at (0,112) width 24: "DEF" + text run at (0,128) width 24: "GHI" + text run at (0,144) width 24: "JKL" + text run at (0,160) width 24: "MNO" + text run at (0,176) width 24: "PQR" + text run at (0,192) width 24: "STU" + text run at (0,208) width 24: "VWX" + text run at (0,224) width 16: "YZ" + text run at (16,224) width 8: " " + text run at (0,240) width 24: "abc" + text run at (0,256) width 24: "def" + text run at (0,272) width 24: "ghi" + text run at (0,288) width 24: "jkl" + text run at (0,304) width 24: "mno" + text run at (0,320) width 24: "pqr" + text run at (0,336) width 24: "stu" + text run at (0,352) width 8: "v" + text run at (8,352) width 8: " " layer at (23,505) size 179x52 clip at (24,506) size 162x50 scrollHeight 82 RenderTextControl {TEXTAREA} at (14,2) size 179x52 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 158x80 - RenderText {#text} at (0,0) size 152x80 + RenderBlock {DIV} at (3,3) size 160x80 + RenderText {#text} at (0,0) size 160x80 text run at (0,0) width 136: "Lorem ipsum dolor" text run at (136,0) width 8: " " - text run at (0,16) width 152: "ABCDEFGHIJKLMNOPQRS" - text run at (0,32) width 56: "TUVWXYZ" - text run at (56,32) width 8: " " - text run at (0,48) width 152: "abcdefghijklmnopqrs" - text run at (0,64) width 24: "tuv" - text run at (24,64) width 8: " " + text run at (0,16) width 160: "ABCDEFGHIJKLMNOPQRST" + text run at (0,32) width 48: "UVWXYZ" + text run at (48,32) width 8: " " + text run at (0,48) width 160: "abcdefghijklmnopqrst" + text run at (0,64) width 16: "uv" + text run at (16,64) width 8: " " layer at (23,577) size 99x36 clip at (24,578) size 82x34 scrollHeight 146 RenderTextControl {TEXTAREA} at (14,2) size 99x36 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 78x144 - RenderText {#text} at (0,0) size 72x144 + RenderBlock {DIV} at (3,3) size 80x144 + RenderText {#text} at (0,0) size 80x144 text run at (0,0) width 40: "Lorem" text run at (40,0) width 8: " " text run at (0,16) width 40: "ipsum" text run at (40,16) width 8: " " text run at (0,32) width 40: "dolor" text run at (40,32) width 8: " " - text run at (0,48) width 72: "ABCDEFGHI" - text run at (0,64) width 72: "JKLMNOPQR" - text run at (0,80) width 64: "STUVWXYZ" - text run at (64,80) width 8: " " - text run at (0,96) width 72: "abcdefghi" - text run at (0,112) width 72: "jklmnopqr" - text run at (0,128) width 32: "stuv" - text run at (32,128) width 8: " " + text run at (0,48) width 80: "ABCDEFGHIJ" + text run at (0,64) width 80: "KLMNOPQRST" + text run at (0,80) width 48: "UVWXYZ" + text run at (48,80) width 8: " " + text run at (0,96) width 80: "abcdefghij" + text run at (0,112) width 80: "klmnopqrst" + text run at (0,128) width 16: "uv" + text run at (16,128) width 8: " " layer at (23,633) size 179x164 clip at (24,634) size 177x162 RenderTextControl {TEXTAREA} at (14,2) size 179x164 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 158x80 - RenderText {#text} at (0,0) size 152x80 + RenderBlock {DIV} at (3,3) size 175x80 + RenderText {#text} at (0,0) size 168x80 text run at (0,0) width 136: "Lorem ipsum dolor" text run at (136,0) width 8: " " - text run at (0,16) width 152: "ABCDEFGHIJKLMNOPQRS" - text run at (0,32) width 56: "TUVWXYZ" - text run at (56,32) width 8: " " - text run at (0,48) width 152: "abcdefghijklmnopqrs" - text run at (0,64) width 24: "tuv" - text run at (24,64) width 8: " " -layer at (23,817) size 59x68 clip at (24,818) size 42x66 scrollHeight 306 + text run at (0,16) width 168: "ABCDEFGHIJKLMNOPQRSTU" + text run at (0,32) width 40: "VWXYZ" + text run at (40,32) width 8: " " + text run at (0,48) width 168: "abcdefghijklmnopqrstu" + text run at (0,64) width 8: "v" + text run at (8,64) width 8: " " +layer at (23,817) size 59x68 clip at (24,818) size 42x66 scrollHeight 226 RenderTextControl {TEXTAREA} at (14,2) size 59x68 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 38x304 - RenderText {#text} at (0,0) size 32x304 - text run at (0,0) width 32: "Lore" - text run at (0,16) width 8: "m" - text run at (8,16) width 8: " " - text run at (0,32) width 32: "ipsu" - text run at (0,48) width 8: "m" - text run at (8,48) width 8: " " - text run at (0,64) width 32: "dolo" - text run at (0,80) width 8: "r" - text run at (8,80) width 8: " " - text run at (0,96) width 32: "ABCD" - text run at (0,112) width 32: "EFGH" - text run at (0,128) width 32: "IJKL" - text run at (0,144) width 32: "MNOP" - text run at (0,160) width 32: "QRST" - text run at (0,176) width 32: "UVWX" - text run at (0,192) width 16: "YZ" - text run at (16,192) width 8: " " - text run at (0,208) width 32: "abcd" - text run at (0,224) width 32: "efgh" - text run at (0,240) width 32: "ijkl" - text run at (0,256) width 32: "mnop" - text run at (0,272) width 32: "qrst" - text run at (0,288) width 16: "uv" - text run at (16,288) width 8: " " -layer at (375,25) size 60x36 clip at (376,26) size 43x34 scrollHeight 306 + RenderBlock {DIV} at (3,3) size 40x224 + RenderText {#text} at (0,0) size 40x224 + text run at (0,0) width 40: "Lorem" + text run at (40,0) width 0: " " + text run at (0,16) width 40: "ipsum" + text run at (40,16) width 0: " " + text run at (0,32) width 40: "dolor" + text run at (40,32) width 0: " " + text run at (0,48) width 40: "ABCDE" + text run at (0,64) width 40: "FGHIJ" + text run at (0,80) width 40: "KLMNO" + text run at (0,96) width 40: "PQRST" + text run at (0,112) width 40: "UVWXY" + text run at (0,128) width 8: "Z" + text run at (8,128) width 8: " " + text run at (0,144) width 40: "abcde" + text run at (0,160) width 40: "fghij" + text run at (0,176) width 40: "klmno" + text run at (0,192) width 40: "pqrst" + text run at (0,208) width 16: "uv" + text run at (16,208) width 8: " " +layer at (375,25) size 60x36 clip at (376,26) size 43x34 scrollHeight 226 RenderTextControl {TEXTAREA} at (14,2) size 60x36 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 39x304 - RenderText {#text} at (0,0) size 32x304 - text run at (0,0) width 32: "Lore" - text run at (0,16) width 8: "m" - text run at (8,16) width 8: " " - text run at (0,32) width 32: "ipsu" - text run at (0,48) width 8: "m" - text run at (8,48) width 8: " " - text run at (0,64) width 32: "dolo" - text run at (0,80) width 8: "r" - text run at (8,80) width 8: " " - text run at (0,96) width 32: "ABCD" - text run at (0,112) width 32: "EFGH" - text run at (0,128) width 32: "IJKL" - text run at (0,144) width 32: "MNOP" - text run at (0,160) width 32: "QRST" - text run at (0,176) width 32: "UVWX" - text run at (0,192) width 16: "YZ" - text run at (16,192) width 8: " " - text run at (0,208) width 32: "abcd" - text run at (0,224) width 32: "efgh" - text run at (0,240) width 32: "ijkl" - text run at (0,256) width 32: "mnop" - text run at (0,272) width 32: "qrst" - text run at (0,288) width 16: "uv" - text run at (16,288) width 8: " " + RenderBlock {DIV} at (3,3) size 41x224 + RenderText {#text} at (0,0) size 41x224 + text run at (0,0) width 40: "Lorem" + text run at (40,0) width 1: " " + text run at (0,16) width 40: "ipsum" + text run at (40,16) width 1: " " + text run at (0,32) width 40: "dolor" + text run at (40,32) width 1: " " + text run at (0,48) width 40: "ABCDE" + text run at (0,64) width 40: "FGHIJ" + text run at (0,80) width 40: "KLMNO" + text run at (0,96) width 40: "PQRST" + text run at (0,112) width 40: "UVWXY" + text run at (0,128) width 8: "Z" + text run at (8,128) width 8: " " + text run at (0,144) width 40: "abcde" + text run at (0,160) width 40: "fghij" + text run at (0,176) width 40: "klmno" + text run at (0,192) width 40: "pqrst" + text run at (0,208) width 16: "uv" + text run at (16,208) width 8: " " layer at (375,81) size 60x74 clip at (376,82) size 43x72 scrollHeight 1048 RenderTextControl {TEXTAREA} at (14,2) size 60x74 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (21,21) size 1x1008 + RenderBlock {DIV} at (21,21) size 3x1008 RenderText {#text} at (0,0) size 8x1008 text run at (0,0) width 8: "L" text run at (0,16) width 8: "o" @@ -509,14 +490,14 @@ layer at (375,81) size 60x74 clip at (376,82) size 43x72 scrollHeight 1048 text run at (0,992) width 8: "v" layer at (375,175) size 60x34 clip at (376,176) size 43x32 scrollHeight 224 RenderTextControl {TEXTAREA} at (14,2) size 60x34 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (1,1) size 41x224 - RenderText {#text} at (0,0) size 41x224 + RenderBlock {DIV} at (1,1) size 43x224 + RenderText {#text} at (0,0) size 43x224 text run at (0,0) width 40: "Lorem" - text run at (40,0) width 1: " " + text run at (40,0) width 3: " " text run at (0,16) width 40: "ipsum" - text run at (40,16) width 1: " " + text run at (40,16) width 3: " " text run at (0,32) width 40: "dolor" - text run at (40,32) width 1: " " + text run at (40,32) width 3: " " text run at (0,48) width 40: "ABCDE" text run at (0,64) width 40: "FGHIJ" text run at (0,80) width 40: "KLMNO" @@ -532,204 +513,178 @@ layer at (375,175) size 60x34 clip at (376,176) size 43x32 scrollHeight 224 text run at (16,208) width 8: " " layer at (375,229) size 179x60 clip at (376,230) size 162x58 scrollHeight 82 RenderTextControl {TEXTAREA} at (14,2) size 179x60 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 158x80 - RenderText {#text} at (0,0) size 152x80 + RenderBlock {DIV} at (3,3) size 160x80 + RenderText {#text} at (0,0) size 160x80 text run at (0,0) width 136: "Lorem ipsum dolor" text run at (136,0) width 8: " " - text run at (0,16) width 152: "ABCDEFGHIJKLMNOPQRS" - text run at (0,32) width 56: "TUVWXYZ" - text run at (56,32) width 8: " " - text run at (0,48) width 152: "abcdefghijklmnopqrs" - text run at (0,64) width 24: "tuv" - text run at (24,64) width 8: " " -layer at (375,309) size 60x60 clip at (376,310) size 43x58 scrollHeight 306 + text run at (0,16) width 160: "ABCDEFGHIJKLMNOPQRST" + text run at (0,32) width 48: "UVWXYZ" + text run at (48,32) width 8: " " + text run at (0,48) width 160: "abcdefghijklmnopqrst" + text run at (0,64) width 16: "uv" + text run at (16,64) width 8: " " +layer at (375,309) size 60x60 clip at (376,310) size 43x58 scrollHeight 226 RenderTextControl {TEXTAREA} at (14,2) size 60x60 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 39x304 - RenderText {#text} at (0,0) size 32x304 - text run at (0,0) width 32: "Lore" - text run at (0,16) width 8: "m" - text run at (8,16) width 8: " " - text run at (0,32) width 32: "ipsu" - text run at (0,48) width 8: "m" - text run at (8,48) width 8: " " - text run at (0,64) width 32: "dolo" - text run at (0,80) width 8: "r" - text run at (8,80) width 8: " " - text run at (0,96) width 32: "ABCD" - text run at (0,112) width 32: "EFGH" - text run at (0,128) width 32: "IJKL" - text run at (0,144) width 32: "MNOP" - text run at (0,160) width 32: "QRST" - text run at (0,176) width 32: "UVWX" - text run at (0,192) width 16: "YZ" - text run at (16,192) width 8: " " - text run at (0,208) width 32: "abcd" - text run at (0,224) width 32: "efgh" - text run at (0,240) width 32: "ijkl" - text run at (0,256) width 32: "mnop" - text run at (0,272) width 32: "qrst" - text run at (0,288) width 16: "uv" - text run at (16,288) width 8: " " -layer at (375,389) size 164x36 clip at (376,390) size 162x34 scrollHeight 82 - RenderTextControl {TEXTAREA} at (14,2) size 164x36 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 158x80 - RenderText {#text} at (0,0) size 152x80 + RenderBlock {DIV} at (3,3) size 41x224 + RenderText {#text} at (0,0) size 41x224 + text run at (0,0) width 40: "Lorem" + text run at (40,0) width 1: " " + text run at (0,16) width 40: "ipsum" + text run at (40,16) width 1: " " + text run at (0,32) width 40: "dolor" + text run at (40,32) width 1: " " + text run at (0,48) width 40: "ABCDE" + text run at (0,64) width 40: "FGHIJ" + text run at (0,80) width 40: "KLMNO" + text run at (0,96) width 40: "PQRST" + text run at (0,112) width 40: "UVWXY" + text run at (0,128) width 8: "Z" + text run at (8,128) width 8: " " + text run at (0,144) width 40: "abcde" + text run at (0,160) width 40: "fghij" + text run at (0,176) width 40: "klmno" + text run at (0,192) width 40: "pqrst" + text run at (0,208) width 16: "uv" + text run at (16,208) width 8: " " +layer at (375,389) size 179x36 clip at (376,390) size 177x34 scrollHeight 82 + RenderTextControl {TEXTAREA} at (14,2) size 179x36 [bgcolor=#FFFFFF] [border: (1px solid #000000)] + RenderBlock {DIV} at (3,3) size 175x80 + RenderText {#text} at (0,0) size 168x80 text run at (0,0) width 136: "Lorem ipsum dolor" text run at (136,0) width 8: " " - text run at (0,16) width 152: "ABCDEFGHIJKLMNOPQRS" - text run at (0,32) width 56: "TUVWXYZ" - text run at (56,32) width 8: " " - text run at (0,48) width 152: "abcdefghijklmnopqrs" - text run at (0,64) width 24: "tuv" - text run at (24,64) width 8: " " + text run at (0,16) width 168: "ABCDEFGHIJKLMNOPQRSTU" + text run at (0,32) width 40: "VWXYZ" + text run at (40,32) width 8: " " + text run at (0,48) width 168: "abcdefghijklmnopqrstu" + text run at (0,64) width 8: "v" + text run at (8,64) width 8: " " layer at (375,445) size 179x51 clip at (376,446) size 162x34 scrollHeight 82 RenderTextControl {TEXTAREA} at (14,2) size 179x51 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 158x80 - RenderText {#text} at (0,0) size 152x80 + RenderBlock {DIV} at (3,3) size 160x80 + RenderText {#text} at (0,0) size 160x80 text run at (0,0) width 136: "Lorem ipsum dolor" text run at (136,0) width 8: " " - text run at (0,16) width 152: "ABCDEFGHIJKLMNOPQRS" - text run at (0,32) width 56: "TUVWXYZ" - text run at (56,32) width 8: " " - text run at (0,48) width 152: "abcdefghijklmnopqrs" - text run at (0,64) width 24: "tuv" - text run at (24,64) width 8: " " -layer at (375,516) size 60x60 clip at (376,517) size 58x58 scrollHeight 194 + text run at (0,16) width 160: "ABCDEFGHIJKLMNOPQRST" + text run at (0,32) width 48: "UVWXYZ" + text run at (48,32) width 8: " " + text run at (0,48) width 160: "abcdefghijklmnopqrst" + text run at (0,64) width 16: "uv" + text run at (16,64) width 8: " " +layer at (375,516) size 60x60 clip at (376,517) size 58x58 scrollHeight 178 RenderTextControl {TEXTAREA} at (14,2) size 60x60 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 54x192 - RenderText {#text} at (0,0) size 48x192 + RenderBlock {DIV} at (3,3) size 56x176 + RenderText {#text} at (0,0) size 56x176 text run at (0,0) width 40: "Lorem" text run at (40,0) width 8: " " text run at (0,16) width 40: "ipsum" text run at (40,16) width 8: " " text run at (0,32) width 40: "dolor" text run at (40,32) width 8: " " - text run at (0,48) width 48: "ABCDEF" - text run at (0,64) width 48: "GHIJKL" - text run at (0,80) width 48: "MNOPQR" - text run at (0,96) width 48: "STUVWX" - text run at (0,112) width 16: "YZ" - text run at (16,112) width 8: " " - text run at (0,128) width 48: "abcdef" - text run at (0,144) width 48: "ghijkl" - text run at (0,160) width 48: "mnopqr" - text run at (0,176) width 32: "stuv" - text run at (32,176) width 8: " " -layer at (375,596) size 60x60 clip at (376,597) size 43x43 scrollHeight 306 + text run at (0,48) width 56: "ABCDEFG" + text run at (0,64) width 56: "HIJKLMN" + text run at (0,80) width 56: "OPQRSTU" + text run at (0,96) width 40: "VWXYZ" + text run at (40,96) width 8: " " + text run at (0,112) width 56: "abcdefg" + text run at (0,128) width 56: "hijklmn" + text run at (0,144) width 56: "opqrstu" + text run at (0,160) width 8: "v" + text run at (8,160) width 8: " " +layer at (375,596) size 60x60 clip at (376,597) size 43x43 scrollHeight 226 RenderTextControl {TEXTAREA} at (14,2) size 60x60 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 39x304 - RenderText {#text} at (0,0) size 32x304 - text run at (0,0) width 32: "Lore" - text run at (0,16) width 8: "m" - text run at (8,16) width 8: " " - text run at (0,32) width 32: "ipsu" - text run at (0,48) width 8: "m" - text run at (8,48) width 8: " " - text run at (0,64) width 32: "dolo" - text run at (0,80) width 8: "r" - text run at (8,80) width 8: " " - text run at (0,96) width 32: "ABCD" - text run at (0,112) width 32: "EFGH" - text run at (0,128) width 32: "IJKL" - text run at (0,144) width 32: "MNOP" - text run at (0,160) width 32: "QRST" - text run at (0,176) width 32: "UVWX" - text run at (0,192) width 16: "YZ" - text run at (16,192) width 8: " " - text run at (0,208) width 32: "abcd" - text run at (0,224) width 32: "efgh" - text run at (0,240) width 32: "ijkl" - text run at (0,256) width 32: "mnop" - text run at (0,272) width 32: "qrst" - text run at (0,288) width 16: "uv" - text run at (16,288) width 8: " " -layer at (375,676) size 60x60 clip at (376,677) size 43x58 scrollHeight 306 + RenderBlock {DIV} at (3,3) size 41x224 + RenderText {#text} at (0,0) size 41x224 + text run at (0,0) width 40: "Lorem" + text run at (40,0) width 1: " " + text run at (0,16) width 40: "ipsum" + text run at (40,16) width 1: " " + text run at (0,32) width 40: "dolor" + text run at (40,32) width 1: " " + text run at (0,48) width 40: "ABCDE" + text run at (0,64) width 40: "FGHIJ" + text run at (0,80) width 40: "KLMNO" + text run at (0,96) width 40: "PQRST" + text run at (0,112) width 40: "UVWXY" + text run at (0,128) width 8: "Z" + text run at (8,128) width 8: " " + text run at (0,144) width 40: "abcde" + text run at (0,160) width 40: "fghij" + text run at (0,176) width 40: "klmno" + text run at (0,192) width 40: "pqrst" + text run at (0,208) width 16: "uv" + text run at (16,208) width 8: " " +layer at (375,676) size 60x60 clip at (376,677) size 43x58 scrollHeight 226 RenderTextControl {TEXTAREA} at (14,2) size 60x60 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 39x304 - RenderText {#text} at (0,0) size 32x304 - text run at (0,0) width 32: "Lore" - text run at (0,16) width 8: "m" - text run at (8,16) width 8: " " - text run at (0,32) width 32: "ipsu" - text run at (0,48) width 8: "m" - text run at (8,48) width 8: " " - text run at (0,64) width 32: "dolo" - text run at (0,80) width 8: "r" - text run at (8,80) width 8: " " - text run at (0,96) width 32: "ABCD" - text run at (0,112) width 32: "EFGH" - text run at (0,128) width 32: "IJKL" - text run at (0,144) width 32: "MNOP" - text run at (0,160) width 32: "QRST" - text run at (0,176) width 32: "UVWX" - text run at (0,192) width 16: "YZ" - text run at (16,192) width 8: " " - text run at (0,208) width 32: "abcd" - text run at (0,224) width 32: "efgh" - text run at (0,240) width 32: "ijkl" - text run at (0,256) width 32: "mnop" - text run at (0,272) width 32: "qrst" - text run at (0,288) width 16: "uv" - text run at (16,288) width 8: " " -layer at (375,756) size 60x60 clip at (376,757) size 43x58 scrollHeight 306 + RenderBlock {DIV} at (3,3) size 41x224 + RenderText {#text} at (0,0) size 41x224 + text run at (0,0) width 40: "Lorem" + text run at (40,0) width 1: " " + text run at (0,16) width 40: "ipsum" + text run at (40,16) width 1: " " + text run at (0,32) width 40: "dolor" + text run at (40,32) width 1: " " + text run at (0,48) width 40: "ABCDE" + text run at (0,64) width 40: "FGHIJ" + text run at (0,80) width 40: "KLMNO" + text run at (0,96) width 40: "PQRST" + text run at (0,112) width 40: "UVWXY" + text run at (0,128) width 8: "Z" + text run at (8,128) width 8: " " + text run at (0,144) width 40: "abcde" + text run at (0,160) width 40: "fghij" + text run at (0,176) width 40: "klmno" + text run at (0,192) width 40: "pqrst" + text run at (0,208) width 16: "uv" + text run at (16,208) width 8: " " +layer at (375,756) size 60x60 clip at (376,757) size 43x58 scrollHeight 226 RenderTextControl {TEXTAREA} at (14,2) size 60x60 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 39x304 - RenderText {#text} at (0,0) size 32x304 - text run at (0,0) width 32: "Lore" - text run at (0,16) width 8: "m" - text run at (8,16) width 8: " " - text run at (0,32) width 32: "ipsu" - text run at (0,48) width 8: "m" - text run at (8,48) width 8: " " - text run at (0,64) width 32: "dolo" - text run at (0,80) width 8: "r" - text run at (8,80) width 8: " " - text run at (0,96) width 32: "ABCD" - text run at (0,112) width 32: "EFGH" - text run at (0,128) width 32: "IJKL" - text run at (0,144) width 32: "MNOP" - text run at (0,160) width 32: "QRST" - text run at (0,176) width 32: "UVWX" - text run at (0,192) width 16: "YZ" - text run at (16,192) width 8: " " - text run at (0,208) width 32: "abcd" - text run at (0,224) width 32: "efgh" - text run at (0,240) width 32: "ijkl" - text run at (0,256) width 32: "mnop" - text run at (0,272) width 32: "qrst" - text run at (0,288) width 16: "uv" - text run at (16,288) width 8: " " -layer at (375,836) size 60x60 clip at (376,837) size 43x58 scrollHeight 306 + RenderBlock {DIV} at (3,3) size 41x224 + RenderText {#text} at (0,0) size 41x224 + text run at (0,0) width 40: "Lorem" + text run at (40,0) width 1: " " + text run at (0,16) width 40: "ipsum" + text run at (40,16) width 1: " " + text run at (0,32) width 40: "dolor" + text run at (40,32) width 1: " " + text run at (0,48) width 40: "ABCDE" + text run at (0,64) width 40: "FGHIJ" + text run at (0,80) width 40: "KLMNO" + text run at (0,96) width 40: "PQRST" + text run at (0,112) width 40: "UVWXY" + text run at (0,128) width 8: "Z" + text run at (8,128) width 8: " " + text run at (0,144) width 40: "abcde" + text run at (0,160) width 40: "fghij" + text run at (0,176) width 40: "klmno" + text run at (0,192) width 40: "pqrst" + text run at (0,208) width 16: "uv" + text run at (16,208) width 8: " " +layer at (375,836) size 60x60 clip at (376,837) size 43x58 scrollHeight 226 RenderTextControl {TEXTAREA} at (14,2) size 60x60 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 39x304 - RenderText {#text} at (0,0) size 32x304 - text run at (0,0) width 32: "Lore" - text run at (0,16) width 8: "m" - text run at (8,16) width 8: " " - text run at (0,32) width 32: "ipsu" - text run at (0,48) width 8: "m" - text run at (8,48) width 8: " " - text run at (0,64) width 32: "dolo" - text run at (0,80) width 8: "r" - text run at (8,80) width 8: " " - text run at (0,96) width 32: "ABCD" - text run at (0,112) width 32: "EFGH" - text run at (0,128) width 32: "IJKL" - text run at (0,144) width 32: "MNOP" - text run at (0,160) width 32: "QRST" - text run at (0,176) width 32: "UVWX" - text run at (0,192) width 16: "YZ" - text run at (16,192) width 8: " " - text run at (0,208) width 32: "abcd" - text run at (0,224) width 32: "efgh" - text run at (0,240) width 32: "ijkl" - text run at (0,256) width 32: "mnop" - text run at (0,272) width 32: "qrst" - text run at (0,288) width 16: "uv" - text run at (16,288) width 8: " " + RenderBlock {DIV} at (3,3) size 41x224 + RenderText {#text} at (0,0) size 41x224 + text run at (0,0) width 40: "Lorem" + text run at (40,0) width 1: " " + text run at (0,16) width 40: "ipsum" + text run at (40,16) width 1: " " + text run at (0,32) width 40: "dolor" + text run at (40,32) width 1: " " + text run at (0,48) width 40: "ABCDE" + text run at (0,64) width 40: "FGHIJ" + text run at (0,80) width 40: "KLMNO" + text run at (0,96) width 40: "PQRST" + text run at (0,112) width 40: "UVWXY" + text run at (0,128) width 8: "Z" + text run at (8,128) width 8: " " + text run at (0,144) width 40: "abcde" + text run at (0,160) width 40: "fghij" + text run at (0,176) width 40: "klmno" + text run at (0,192) width 40: "pqrst" + text run at (0,208) width 16: "uv" + text run at (16,208) width 8: " " layer at (375,916) size 179x51 clip at (376,917) size 162x34 scrollWidth 290 scrollHeight 258 RenderTextControl {TEXTAREA} at (14,2) size 179x51 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 158x256 + RenderBlock {DIV} at (3,3) size 160x256 RenderText {#text} at (0,0) size 288x240 text run at (0,0) width 8: " " text run at (8,0) width 0: " " @@ -764,127 +719,127 @@ layer at (375,916) size 179x51 clip at (376,917) size 162x34 scrollWidth 290 scr RenderBR {BR} at (0,240) size 0x16 layer at (375,987) size 179x36 clip at (376,988) size 162x34 scrollHeight 482 RenderTextControl {TEXTAREA} at (14,2) size 179x36 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 158x480 - RenderText {#text} at (0,0) size 158x464 + RenderBlock {DIV} at (3,3) size 160x480 + RenderText {#text} at (0,0) size 160x464 text run at (0,0) width 8: " " text run at (8,0) width 0: " " text run at (0,16) width 152: "This is a text area" - text run at (152,16) width 6: " " + text run at (152,16) width 8: " " text run at (0,32) width 128: "with wrap=\"soft\"" text run at (128,32) width 0: " " text run at (0,48) width 152: "This is a text area" - text run at (152,48) width 6: " " + text run at (152,48) width 8: " " text run at (0,64) width 128: "with wrap=\"soft\"" text run at (128,64) width 0: " " text run at (0,80) width 152: "This is a text area" - text run at (152,80) width 6: " " + text run at (152,80) width 8: " " text run at (0,96) width 128: "with wrap=\"soft\"" text run at (128,96) width 0: " " text run at (0,112) width 152: "This is a text area" - text run at (152,112) width 6: " " + text run at (152,112) width 8: " " text run at (0,128) width 128: "with wrap=\"soft\"" text run at (128,128) width 0: " " text run at (0,144) width 152: "This is a text area" - text run at (152,144) width 6: " " + text run at (152,144) width 8: " " text run at (0,160) width 128: "with wrap=\"soft\"" text run at (128,160) width 0: " " text run at (0,176) width 152: "This is a text area" - text run at (152,176) width 6: " " + text run at (152,176) width 8: " " text run at (0,192) width 128: "with wrap=\"soft\"" text run at (128,192) width 0: " " text run at (0,208) width 152: "This is a text area" - text run at (152,208) width 6: " " + text run at (152,208) width 8: " " text run at (0,224) width 128: "with wrap=\"soft\"" text run at (128,224) width 0: " " text run at (0,240) width 152: "This is a text area" - text run at (152,240) width 6: " " + text run at (152,240) width 8: " " text run at (0,256) width 128: "with wrap=\"soft\"" text run at (128,256) width 0: " " text run at (0,272) width 152: "This is a text area" - text run at (152,272) width 6: " " + text run at (152,272) width 8: " " text run at (0,288) width 128: "with wrap=\"soft\"" text run at (128,288) width 0: " " text run at (0,304) width 152: "This is a text area" - text run at (152,304) width 6: " " + text run at (152,304) width 8: " " text run at (0,320) width 128: "with wrap=\"soft\"" text run at (128,320) width 0: " " text run at (0,336) width 152: "This is a text area" - text run at (152,336) width 6: " " + text run at (152,336) width 8: " " text run at (0,352) width 128: "with wrap=\"soft\"" text run at (128,352) width 0: " " text run at (0,368) width 152: "This is a text area" - text run at (152,368) width 6: " " + text run at (152,368) width 8: " " text run at (0,384) width 128: "with wrap=\"soft\"" text run at (128,384) width 0: " " text run at (0,400) width 152: "This is a text area" - text run at (152,400) width 6: " " + text run at (152,400) width 8: " " text run at (0,416) width 128: "with wrap=\"soft\"" text run at (128,416) width 0: " " text run at (0,432) width 152: "This is a text area" - text run at (152,432) width 6: " " + text run at (152,432) width 8: " " text run at (0,448) width 128: "with wrap=\"soft\"" text run at (128,448) width 0: " " RenderBR {BR} at (0,464) size 0x16 layer at (375,1043) size 179x36 clip at (376,1044) size 162x34 scrollHeight 482 RenderTextControl {TEXTAREA} at (14,2) size 179x36 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 158x480 - RenderText {#text} at (0,0) size 158x464 + RenderBlock {DIV} at (3,3) size 160x480 + RenderText {#text} at (0,0) size 160x464 text run at (0,0) width 8: " " text run at (8,0) width 0: " " text run at (0,16) width 152: "This is a text area" - text run at (152,16) width 6: " " + text run at (152,16) width 8: " " text run at (0,32) width 128: "with wrap=\"soft\"" text run at (128,32) width 0: " " text run at (0,48) width 152: "This is a text area" - text run at (152,48) width 6: " " + text run at (152,48) width 8: " " text run at (0,64) width 128: "with wrap=\"soft\"" text run at (128,64) width 0: " " text run at (0,80) width 152: "This is a text area" - text run at (152,80) width 6: " " + text run at (152,80) width 8: " " text run at (0,96) width 128: "with wrap=\"soft\"" text run at (128,96) width 0: " " text run at (0,112) width 152: "This is a text area" - text run at (152,112) width 6: " " + text run at (152,112) width 8: " " text run at (0,128) width 128: "with wrap=\"soft\"" text run at (128,128) width 0: " " text run at (0,144) width 152: "This is a text area" - text run at (152,144) width 6: " " + text run at (152,144) width 8: " " text run at (0,160) width 128: "with wrap=\"soft\"" text run at (128,160) width 0: " " text run at (0,176) width 152: "This is a text area" - text run at (152,176) width 6: " " + text run at (152,176) width 8: " " text run at (0,192) width 128: "with wrap=\"soft\"" text run at (128,192) width 0: " " text run at (0,208) width 152: "This is a text area" - text run at (152,208) width 6: " " + text run at (152,208) width 8: " " text run at (0,224) width 128: "with wrap=\"soft\"" text run at (128,224) width 0: " " text run at (0,240) width 152: "This is a text area" - text run at (152,240) width 6: " " + text run at (152,240) width 8: " " text run at (0,256) width 128: "with wrap=\"soft\"" text run at (128,256) width 0: " " text run at (0,272) width 152: "This is a text area" - text run at (152,272) width 6: " " + text run at (152,272) width 8: " " text run at (0,288) width 128: "with wrap=\"soft\"" text run at (128,288) width 0: " " text run at (0,304) width 152: "This is a text area" - text run at (152,304) width 6: " " + text run at (152,304) width 8: " " text run at (0,320) width 128: "with wrap=\"soft\"" text run at (128,320) width 0: " " text run at (0,336) width 152: "This is a text area" - text run at (152,336) width 6: " " + text run at (152,336) width 8: " " text run at (0,352) width 128: "with wrap=\"soft\"" text run at (128,352) width 0: " " text run at (0,368) width 152: "This is a text area" - text run at (152,368) width 6: " " + text run at (152,368) width 8: " " text run at (0,384) width 128: "with wrap=\"soft\"" text run at (128,384) width 0: " " text run at (0,400) width 152: "This is a text area" - text run at (152,400) width 6: " " + text run at (152,400) width 8: " " text run at (0,416) width 128: "with wrap=\"soft\"" text run at (128,416) width 0: " " text run at (0,432) width 152: "This is a text area" - text run at (152,432) width 6: " " + text run at (152,432) width 8: " " text run at (0,448) width 128: "with wrap=\"soft\"" text run at (128,448) width 0: " " RenderBR {BR} at (0,464) size 0x16 diff --git a/webkit/tools/layout_tests/test_lists/tests_fixable.txt b/webkit/tools/layout_tests/test_lists/tests_fixable.txt index f218acf..b21ba18 100644 --- a/webkit/tools/layout_tests/test_lists/tests_fixable.txt +++ b/webkit/tools/layout_tests/test_lists/tests_fixable.txt @@ -1866,3 +1866,11 @@ MAC : LayoutTests/fast/forms/select-max-length.html = TIMEOUT LINUX MAC : LayoutTests/fast/js/large-expressions.html = FAIL WIN DEBUG : LayoutTests/fast/js/large-expressions.html = FAIL + +// Merge 41768:41807 +// Perhaps just needs new baseline? +MAC LINUX WIN : LayoutTests/editing/style/block-styles-007.html +// These tests were rebaselined with failure long ago. We shouldn't do this, and +// instead work upstream to improve tests so that they don't fail. +DEFER : LayoutTests/fast/forms/textarea-appearance-wrap.html +DEFER : LayoutTests/fast/forms/textarea-hard-linewrap.html |