diff options
author | dpranke@google.com <dpranke@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-19 03:08:31 +0000 |
---|---|---|
committer | dpranke@google.com <dpranke@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-19 03:08:31 +0000 |
commit | 732169bb11fbca6eb6048e37f1d897880771115b (patch) | |
tree | bd874d24c66c586930ae41edfe43a5c065228173 /webkit | |
parent | 9d0a2432009704a8740b4ce9a07e5a5a20c0599f (diff) | |
download | chromium_src-732169bb11fbca6eb6048e37f1d897880771115b.zip chromium_src-732169bb11fbca6eb6048e37f1d897880771115b.tar.gz chromium_src-732169bb11fbca6eb6048e37f1d897880771115b.tar.bz2 |
Remove two layout tests under chrome/fast/forms ; they've been obsoleted
by their upstream equivalents and I don't see any reason to keep them around.
BUG=9161
BUG=11251
TEST=chrome/fast/forms/basic-textareas.html
TEST=chrome/fast/forms/textarea-metrics.html
R=ojan@chromium.org
Review URL: http://codereview.chromium.org/500151
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35037 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
13 files changed, 0 insertions, 2024 deletions
diff --git a/webkit/data/layout_tests/chrome/fast/forms/basic-textareas.html b/webkit/data/layout_tests/chrome/fast/forms/basic-textareas.html deleted file mode 100644 index 0402fdb..0000000 --- a/webkit/data/layout_tests/chrome/fast/forms/basic-textareas.html +++ /dev/null @@ -1,252 +0,0 @@ -<!Doctype HTML><html><head><style> -div { - border:1px solid red; - width:350px; - font-size:14px; - line-height:14px; -} -.wrapper-div { - float:left; -} -</style></head> -<body> -<div class='wrapper-div'> -Plain textarea with little content -<div> -A -<textarea>Lorem ipsum dolor</textarea> -B -</div> - -Plain textarea -<div> -A -<textarea>Lorem ipsum dolor ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuv </textarea> -B -</div> - -Disabled textarea -<div> -A -<textarea DISABLED>Lorem ipsum dolor ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuv </textarea> -B -</div> - -style="padding:10px" -<div> -A -<textarea style="padding:10px">Lorem ipsum dolor ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuv </textarea> -B -</div> - -style="padding:0px" -<div> -A -<textarea style="padding:0px">Lorem ipsum dolor ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuv </textarea> -B -</div> - -style="margin:10px" -<div> -A -<textarea style="margin:10px">Lorem ipsum dolor ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuv </textarea> -B -</div> - -style="margin:0px" -<div> -A -<textarea style="margin:0px">Lorem ipsum dolor ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuv </textarea> -B -</div> - -cols=3 -<div> -A -<textarea cols=3>Lorem ipsum dolor ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuv </textarea> -B -</div> - -rows=3 -<div> -A -<textarea rows=3>Lorem ipsum dolor ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuv </textarea> -B -</div> - -cols=10 -<div> -A -<textarea cols=10>Lorem ipsum dolor ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuv </textarea> -B -</div> - -rows=10 -<div> -A -<textarea rows=10>Lorem ipsum dolor ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuv </textarea> -B -</div> - -cols=5 rows=4 -<div> -A -<textarea cols=5 rows=4>Lorem ipsum dolor ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuv </textarea> -B -</div> - -</div> -<div class='wrapper-div'> - -style="width:60px" -<div> -A -<textarea style="width:60px">Lorem ipsum dolor ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuv </textarea> -B -</div> - -style="width:60px;padding:20px" -<div> -A -<textarea style="width:60px;padding:20px">Lorem ipsum dolor ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuv </textarea> -B -</div> - -style="width:60px;padding:0" -<div> -A -<textarea style="width:60px;padding:0">Lorem ipsum dolor ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuv </textarea> -B -</div> - -style="height:60px" -<div> -A -<textarea style="height:60px">Lorem ipsum dolor ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuv </textarea> -B -</div> - -style="width:60px;height:60px" -<div> -A -<textarea style="width:60px;height:60px">Lorem ipsum dolor ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuv </textarea> -B -</div> - -style="overflow:hidden" -<div> -A -<textarea style="overflow:hidden">Lorem ipsum dolor ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuv </textarea> -B -</div> - -style="overflow:scroll" -<div> -A -<textarea style="overflow:scroll">Lorem ipsum dolor ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuv </textarea> -B -</div> - -style="overflow:hidden;width:60px;height:60px" -<div> -A -<textarea style="overflow:hidden;width:60px;height:60px">Lorem ipsum dolor ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuv </textarea> -B -</div> - -style="overflow:scroll;width:60px;height:60px" -<div> -A -<textarea style="overflow:scroll;width:60px;height:60px">Lorem ipsum dolor ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuv </textarea> -B -</div> - -cols=5 style="width:60px;height:60px" -<div> -A -<textarea cols=5 style="width:60px;height:60px">Lorem ipsum dolor ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuv </textarea> -B -</div> - -rows=4 style="width:60px;height:60px" -<div> -A -<textarea rows=4 style="width:60px;height:60px">Lorem ipsum dolor ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuv </textarea> -B -</div> - -cols=5 rows=4 style="width:60px;height:60px" -<div> -A -<textarea cols=5 rows=4 style="width:60px;height:60px">Lorem ipsum dolor ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuv </textarea> -B -</div> - -wrap="off" -<div> -A -<textarea wrap="off"> -This is a text area with wrap="soft" -This is a text area with wrap="soft" -This is a text area with wrap="soft" -This is a text area with wrap="soft" -This is a text area with wrap="soft" -This is a text area with wrap="soft" -This is a text area with wrap="soft" -This is a text area with wrap="soft" -This is a text area with wrap="soft" -This is a text area with wrap="soft" -This is a text area with wrap="soft" -This is a text area with wrap="soft" -This is a text area with wrap="soft" -This is a text area with wrap="soft" -</textarea> -B -</div> - -wrap="hard" -<div> -A -<textarea wrap="hard"> -This is a text area with wrap="soft" -This is a text area with wrap="soft" -This is a text area with wrap="soft" -This is a text area with wrap="soft" -This is a text area with wrap="soft" -This is a text area with wrap="soft" -This is a text area with wrap="soft" -This is a text area with wrap="soft" -This is a text area with wrap="soft" -This is a text area with wrap="soft" -This is a text area with wrap="soft" -This is a text area with wrap="soft" -This is a text area with wrap="soft" -This is a text area with wrap="soft" -</textarea> -B -</div> - -wrap="soft" -<div> -A -<textarea wrap="soft"> -This is a text area with wrap="soft" -This is a text area with wrap="soft" -This is a text area with wrap="soft" -This is a text area with wrap="soft" -This is a text area with wrap="soft" -This is a text area with wrap="soft" -This is a text area with wrap="soft" -This is a text area with wrap="soft" -This is a text area with wrap="soft" -This is a text area with wrap="soft" -This is a text area with wrap="soft" -This is a text area with wrap="soft" -This is a text area with wrap="soft" -This is a text area with wrap="soft" -</textarea> -B -</div> -</div> - -</body></html>
\ 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 deleted file mode 100644 index c83b4da..0000000 --- a/webkit/data/layout_tests/chrome/fast/forms/textarea-metrics-expected.txt +++ /dev/null @@ -1,79 +0,0 @@ - -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 -FAIL document.getElementById('empty-textarea').scrollHeight should be 20. Was 94. -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 -FAIL document.getElementById('empty-textarea-disabled').scrollHeight should be 20. Was 94. -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 -FAIL document.getElementById('textarea-no-scroll').scrollHeight should be 20. Was 94. -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 94. -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 -FAIL document.getElementById('textarea-no-scroll-with-padding').scrollHeight should be 32. Was 106. -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 106. -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 -FAIL document.getElementById('textarea-no-scroll-fixed-height').scrollHeight should be 20. Was 54. -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 -FAIL document.getElementById('textarea-no-scroll-fixed-height-many-rows').scrollHeight should be 20. Was 54. -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 -FAIL document.getElementById('textarea-no-scroll-disabled').scrollHeight should be 20. Was 94. -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 94. - diff --git a/webkit/data/layout_tests/chrome/fast/forms/textarea-metrics.html b/webkit/data/layout_tests/chrome/fast/forms/textarea-metrics.html deleted file mode 100644 index 9f5732f..0000000 --- a/webkit/data/layout_tests/chrome/fast/forms/textarea-metrics.html +++ /dev/null @@ -1,136 +0,0 @@ -<!Doctype html> -<html> -<head> -<title>Test for metrics of textareas. Should match IE.</title> -<link rel="stylesheet" href="../js/resources/js-test-style.css"> -<script src="../js/resources/js-test-pre.js"></script> -<script src="../js/resources/js-test-post-function.js"></script> -<script> -if (window.layoutTestController) { - layoutTestController.waitUntilDone(); - layoutTestController.dumpAsText(); -} - -function test() -{ - description("This test checks that textareas have the right metrics."); - - /* - TODO(ojan): These numbers match IE. We match IE in non-layout-test-mode. - So, I want to keep the numbers. Unfortunately, that means that our - baseline will include the word fail until we get rid of our font-fallback and - scrollbar metric hacks. The test is still valid though. - */ - - shouldBe("document.getElementById('empty-textarea').clientWidth", "94"); - shouldBe("document.getElementById('empty-textarea').clientHeight", "94"); - shouldBe("document.getElementById('empty-textarea').offsetWidth", "96"); - shouldBe("document.getElementById('empty-textarea').offsetHeight", "96"); - shouldBe("document.getElementById('empty-textarea').scrollWidth", "94"); - shouldBe("document.getElementById('empty-textarea').scrollHeight", "20"); - - shouldBe("document.getElementById('empty-textarea-disabled').clientWidth", "94"); - shouldBe("document.getElementById('empty-textarea-disabled').clientHeight", "94"); - shouldBe("document.getElementById('empty-textarea-disabled').offsetWidth", "96"); - shouldBe("document.getElementById('empty-textarea-disabled').offsetHeight", "96"); - shouldBe("document.getElementById('empty-textarea-disabled').scrollWidth", "94"); - shouldBe("document.getElementById('empty-textarea-disabled').scrollHeight", "20"); - - shouldBe("document.getElementById('textarea-no-scroll').clientWidth", "94"); - shouldBe("document.getElementById('textarea-no-scroll').clientHeight", "94"); - shouldBe("document.getElementById('textarea-no-scroll').offsetWidth", "96"); - shouldBe("document.getElementById('textarea-no-scroll').offsetHeight", "96"); - shouldBe("document.getElementById('textarea-no-scroll').scrollWidth", "94"); - shouldBe("document.getElementById('textarea-no-scroll').scrollHeight", "20"); - - shouldBe("document.getElementById('textarea-with-scroll').clientWidth", "77"); - shouldBe("document.getElementById('textarea-with-scroll').clientHeight", "94"); - shouldBe("document.getElementById('textarea-with-scroll').offsetWidth", "96"); - shouldBe("document.getElementById('textarea-with-scroll').offsetHeight", "96"); - shouldBe("document.getElementById('textarea-with-scroll').scrollWidth", "77"); - shouldBe("document.getElementById('textarea-with-scroll').scrollHeight", "132"); - - shouldBe("document.getElementById('textarea-no-scroll-with-padding').clientWidth", "106"); - shouldBe("document.getElementById('textarea-no-scroll-with-padding').clientHeight", "106"); - shouldBe("document.getElementById('textarea-no-scroll-with-padding').offsetWidth", "108"); - shouldBe("document.getElementById('textarea-no-scroll-with-padding').offsetHeight", "108"); - shouldBe("document.getElementById('textarea-no-scroll-with-padding').scrollWidth", "106"); - shouldBe("document.getElementById('textarea-no-scroll-with-padding').scrollHeight", "32"); - - shouldBe("document.getElementById('textarea-with-scroll-with-padding').clientWidth", "89"); - shouldBe("document.getElementById('textarea-with-scroll-with-padding').clientHeight", "106"); - shouldBe("document.getElementById('textarea-with-scroll-with-padding').offsetWidth", "108"); - shouldBe("document.getElementById('textarea-with-scroll-with-padding').offsetHeight", "108"); - shouldBe("document.getElementById('textarea-with-scroll-with-padding').scrollWidth", "89"); - shouldBe("document.getElementById('textarea-with-scroll-with-padding').scrollHeight", "144"); - - shouldBe("document.getElementById('textarea-no-scroll-fixed-height').clientWidth", "94"); - shouldBe("document.getElementById('textarea-no-scroll-fixed-height').clientHeight", "54"); - shouldBe("document.getElementById('textarea-no-scroll-fixed-height').offsetWidth", "96"); - shouldBe("document.getElementById('textarea-no-scroll-fixed-height').offsetHeight", "56"); - shouldBe("document.getElementById('textarea-no-scroll-fixed-height').scrollWidth", "94"); - shouldBe("document.getElementById('textarea-no-scroll-fixed-height').scrollHeight", "20"); - - shouldBe("document.getElementById('textarea-with-scroll-fixed-height').clientWidth", "77"); - shouldBe("document.getElementById('textarea-with-scroll-fixed-height').clientHeight", "54"); - shouldBe("document.getElementById('textarea-with-scroll-fixed-height').offsetWidth", "96"); - shouldBe("document.getElementById('textarea-with-scroll-fixed-height').offsetHeight", "56"); - shouldBe("document.getElementById('textarea-with-scroll-fixed-height').scrollWidth", "77"); - shouldBe("document.getElementById('textarea-with-scroll-fixed-height').scrollHeight", "132"); - - shouldBe("document.getElementById('textarea-no-scroll-fixed-height-many-rows').clientWidth", "94"); - shouldBe("document.getElementById('textarea-no-scroll-fixed-height-many-rows').clientHeight", "54"); - shouldBe("document.getElementById('textarea-no-scroll-fixed-height-many-rows').offsetWidth", "96"); - shouldBe("document.getElementById('textarea-no-scroll-fixed-height-many-rows').offsetHeight", "56"); - shouldBe("document.getElementById('textarea-no-scroll-fixed-height-many-rows').scrollWidth", "94"); - shouldBe("document.getElementById('textarea-no-scroll-fixed-height-many-rows').scrollHeight", "20"); - - shouldBe("document.getElementById('textarea-with-scroll-fixed-height-many-rows').clientWidth", "77"); - shouldBe("document.getElementById('textarea-with-scroll-fixed-height-many-rows').clientHeight", "54"); - shouldBe("document.getElementById('textarea-with-scroll-fixed-height-many-rows').offsetWidth", "96"); - shouldBe("document.getElementById('textarea-with-scroll-fixed-height-many-rows').offsetHeight", "56"); - shouldBe("document.getElementById('textarea-with-scroll-fixed-height-many-rows').scrollWidth", "77"); - shouldBe("document.getElementById('textarea-with-scroll-fixed-height-many-rows').scrollHeight", "132"); - - shouldBe("document.getElementById('textarea-no-scroll-disabled').clientWidth", "94"); - shouldBe("document.getElementById('textarea-no-scroll-disabled').clientHeight", "94"); - shouldBe("document.getElementById('textarea-no-scroll-disabled').offsetWidth", "96"); - shouldBe("document.getElementById('textarea-no-scroll-disabled').offsetHeight", "96"); - shouldBe("document.getElementById('textarea-no-scroll-disabled').scrollWidth", "94"); - shouldBe("document.getElementById('textarea-no-scroll-disabled').scrollHeight", "20"); - - shouldBe("document.getElementById('textarea-with-scroll-disabled').clientWidth", "77"); - shouldBe("document.getElementById('textarea-with-scroll-disabled').clientHeight", "94"); - shouldBe("document.getElementById('textarea-with-scroll-disabled').offsetWidth", "96"); - shouldBe("document.getElementById('textarea-with-scroll-disabled').offsetHeight", "96"); - shouldBe("document.getElementById('textarea-with-scroll-disabled').scrollWidth", "77"); - shouldBe("document.getElementById('textarea-with-scroll-disabled').scrollHeight", "132"); - - if (window.layoutTestController) { - layoutTestController.notifyDone(); - } -} - -var successfullyParsed = true; -</script> -<style> -textarea { overflow-y:auto; font-family:courier new; font-size:13px; width:90px; height:90px; } -</style> -</head> -<body onload="test()"> -<textarea id="empty-textarea"></textarea> -<textarea id="empty-textarea-disabled" disabled></textarea> -<textarea id="textarea-no-scroll">Foo</textarea> -<textarea id="textarea-with-scroll">Foo Bar Baz Foo Bar Baz Foo Bar Baz Foo Bar Baz Foo Bar Baz</textarea> -<textarea id="textarea-no-scroll-with-padding" style="padding:8px">Foo</textarea> -<textarea id="textarea-with-scroll-with-padding" style="padding:8px">Foo Bar Baz Foo Bar Baz Foo Bar Baz Foo Bar Baz Foo Bar Baz</textarea> -<textarea id="textarea-no-scroll-fixed-height" style="height:50px">Foo</textarea> -<textarea id="textarea-with-scroll-fixed-height" style="height:50px">Foo Bar Baz Foo Bar Baz Foo Bar Baz Foo Bar Baz Foo Bar Baz</textarea> -<textarea id="textarea-no-scroll-fixed-height-many-rows" rows=50 style="height:50px">Foo</textarea> -<textarea id="textarea-with-scroll-fixed-height-many-rows" rows=50 style="height:50px">Foo Bar Baz Foo Bar Baz Foo Bar Baz Foo Bar Baz Foo Bar Baz</textarea> -<textarea id="textarea-no-scroll-disabled" disabled>Foo</textarea> -<textarea id="textarea-with-scroll-disabled" disabled>Foo Bar Baz Foo Bar Baz Foo Bar Baz Foo Bar Baz Foo Bar Baz</textarea> -<p id="description"></p> -<div id="console"></div> -</body> -</html> diff --git a/webkit/data/layout_tests/platform/chromium-linux/chrome/fast/forms/basic-textareas-expected.checksum b/webkit/data/layout_tests/platform/chromium-linux/chrome/fast/forms/basic-textareas-expected.checksum deleted file mode 100644 index 57397764..0000000 --- a/webkit/data/layout_tests/platform/chromium-linux/chrome/fast/forms/basic-textareas-expected.checksum +++ /dev/null @@ -1 +0,0 @@ -4dee100abb0120c48c95b46ea453a34a
\ No newline at end of file diff --git a/webkit/data/layout_tests/platform/chromium-linux/chrome/fast/forms/basic-textareas-expected.png b/webkit/data/layout_tests/platform/chromium-linux/chrome/fast/forms/basic-textareas-expected.png Binary files differdeleted file mode 100644 index e158b97..0000000 --- a/webkit/data/layout_tests/platform/chromium-linux/chrome/fast/forms/basic-textareas-expected.png +++ /dev/null diff --git a/webkit/data/layout_tests/platform/chromium-mac/chrome/fast/forms/basic-textareas-expected.checksum b/webkit/data/layout_tests/platform/chromium-mac/chrome/fast/forms/basic-textareas-expected.checksum deleted file mode 100644 index e44f4ed..0000000 --- a/webkit/data/layout_tests/platform/chromium-mac/chrome/fast/forms/basic-textareas-expected.checksum +++ /dev/null @@ -1 +0,0 @@ -59b9a218a0f368d54755e79a127ffb86
\ No newline at end of file diff --git a/webkit/data/layout_tests/platform/chromium-mac/chrome/fast/forms/basic-textareas-expected.png b/webkit/data/layout_tests/platform/chromium-mac/chrome/fast/forms/basic-textareas-expected.png Binary files differdeleted file mode 100644 index 2f55bd5..0000000 --- a/webkit/data/layout_tests/platform/chromium-mac/chrome/fast/forms/basic-textareas-expected.png +++ /dev/null diff --git a/webkit/data/layout_tests/platform/chromium-mac/chrome/fast/forms/basic-textareas-expected.txt b/webkit/data/layout_tests/platform/chromium-mac/chrome/fast/forms/basic-textareas-expected.txt deleted file mode 100644 index 8a9c695..0000000 --- a/webkit/data/layout_tests/platform/chromium-mac/chrome/fast/forms/basic-textareas-expected.txt +++ /dev/null @@ -1,672 +0,0 @@ -layer at (0,0) size 785x1040 - RenderView at (0,0) size 785x600 -layer at (0,0) size 785x1040 - RenderBlock {HTML} at (0,0) size 785x8 - RenderBody {BODY} at (8,8) size 769x0 - RenderBlock (floating) {DIV} at (0,0) size 352x777 [border: (1px solid #FF0000)] - RenderBlock (anonymous) at (1,1) size 350x14 - RenderText {#text} at (0,-1) size 181x17 - text run at (0,-1) width 181: "Plain textarea with little content" - RenderBlock {DIV} at (1,15) size 352x36 [border: (1px solid #FF0000)] - RenderText {#text} at (1,20) size 14x17 - text run at (1,20) width 14: "A " - RenderText {#text} at (156,20) size 13x17 - text run at (156,20) width 13: " B" - RenderBlock (anonymous) at (1,51) size 350x14 - RenderText {#text} at (0,-1) size 77x17 - text run at (0,-1) width 77: "Plain textarea" - RenderBlock {DIV} at (1,65) size 352x36 [border: (1px solid #FF0000)] - RenderText {#text} at (1,20) size 14x17 - text run at (1,20) width 14: "A " - RenderText {#text} at (156,20) size 13x17 - text run at (156,20) width 13: " B" - RenderBlock (anonymous) at (1,101) size 350x14 - RenderText {#text} at (0,-1) size 97x17 - text run at (0,-1) width 97: "Disabled textarea" - RenderBlock {DIV} at (1,115) size 352x36 [border: (1px solid #FF0000)] - RenderText {#text} at (1,20) size 14x17 - text run at (1,20) width 14: "A " - RenderText {#text} at (156,20) size 13x17 - text run at (156,20) width 13: " B" - RenderBlock (anonymous) at (1,151) size 350x14 - RenderText {#text} at (0,-1) size 123x17 - text run at (0,-1) width 123: "style=\"padding:10px\"" - RenderBlock {DIV} at (1,165) size 352x56 [border: (1px solid #FF0000)] - RenderText {#text} at (1,40) size 14x17 - text run at (1,40) width 14: "A " - RenderText {#text} at (176,40) size 13x17 - text run at (176,40) width 13: " B" - RenderBlock (anonymous) at (1,221) size 350x14 - RenderText {#text} at (0,-1) size 116x17 - text run at (0,-1) width 116: "style=\"padding:0px\"" - RenderBlock {DIV} at (1,235) size 352x36 [border: (1px solid #FF0000)] - RenderText {#text} at (1,20) size 14x17 - text run at (1,20) width 14: "A " - RenderText {#text} at (156,20) size 13x17 - text run at (156,20) width 13: " B" - RenderBlock (anonymous) at (1,271) size 350x14 - RenderText {#text} at (0,-1) size 118x17 - text run at (0,-1) width 118: "style=\"margin:10px\"" - RenderBlock {DIV} at (1,285) size 352x52 [border: (1px solid #FF0000)] - RenderText {#text} at (1,36) size 14x17 - text run at (1,36) width 14: "A " - RenderText {#text} at (172,36) size 13x17 - text run at (172,36) width 13: " B" - RenderBlock (anonymous) at (1,337) size 350x14 - RenderText {#text} at (0,-1) size 111x17 - text run at (0,-1) width 111: "style=\"margin:0px\"" - RenderBlock {DIV} at (1,351) size 352x32 [border: (1px solid #FF0000)] - RenderText {#text} at (1,16) size 14x17 - text run at (1,16) width 14: "A " - RenderText {#text} at (152,16) size 13x17 - text run at (152,16) width 13: " B" - RenderBlock (anonymous) at (1,383) size 350x14 - RenderText {#text} at (0,-1) size 37x17 - text run at (0,-1) width 37: "cols=3" - RenderBlock {DIV} at (1,397) size 352x36 [border: (1px solid #FF0000)] - RenderText {#text} at (1,20) size 14x17 - text run at (1,20) width 14: "A " - RenderText {#text} at (54,20) size 13x17 - text run at (54,20) width 13: " B" - RenderBlock (anonymous) at (1,433) size 350x14 - RenderText {#text} at (0,-1) size 42x17 - text run at (0,-1) width 42: "rows=3" - RenderBlock {DIV} at (1,447) size 352x49 [border: (1px solid #FF0000)] - RenderText {#text} at (1,33) size 14x17 - text run at (1,33) width 14: "A " - RenderText {#text} at (156,33) size 13x17 - text run at (156,33) width 13: " B" - RenderBlock (anonymous) at (1,496) size 350x14 - RenderText {#text} at (0,-1) size 44x17 - text run at (0,-1) width 44: "cols=10" - RenderBlock {DIV} at (1,510) size 352x36 [border: (1px solid #FF0000)] - RenderText {#text} at (1,20) size 14x17 - text run at (1,20) width 14: "A " - RenderText {#text} at (96,20) size 13x17 - text run at (96,20) width 13: " B" - RenderBlock (anonymous) at (1,546) size 350x14 - RenderText {#text} at (0,-1) size 49x17 - text run at (0,-1) width 49: "rows=10" - RenderBlock {DIV} at (1,560) size 352x140 [border: (1px solid #FF0000)] - RenderText {#text} at (1,124) size 14x17 - text run at (1,124) width 14: "A " - RenderText {#text} at (156,124) size 13x17 - text run at (156,124) width 13: " B" - RenderBlock (anonymous) at (1,700) size 350x14 - RenderText {#text} at (0,-1) size 83x17 - text run at (0,-1) width 83: "cols=5 rows=4" - RenderBlock {DIV} at (1,714) size 352x62 [border: (1px solid #FF0000)] - RenderText {#text} at (1,46) size 14x17 - text run at (1,46) width 14: "A " - RenderText {#text} at (66,46) size 13x17 - text run at (66,46) width 13: " B" - RenderBlock (floating) {DIV} at (352,0) size 352x1032 [border: (1px solid #FF0000)] - RenderBlock (anonymous) at (1,1) size 350x14 - RenderText {#text} at (0,-1) size 110x17 - text run at (0,-1) width 110: "style=\"width:60px\"" - RenderBlock {DIV} at (1,15) size 352x36 [border: (1px solid #FF0000)] - RenderText {#text} at (1,20) size 14x17 - text run at (1,20) width 14: "A " - RenderText {#text} at (77,20) size 13x17 - text run at (77,20) width 13: " B" - RenderBlock (anonymous) at (1,51) size 350x14 - RenderText {#text} at (0,-1) size 191x17 - text run at (0,-1) width 191: "style=\"width:60px;padding:20px\"" - RenderBlock {DIV} at (1,65) size 352x76 [border: (1px solid #FF0000)] - RenderText {#text} at (1,60) size 14x17 - text run at (1,60) width 14: "A " - RenderText {#text} at (117,60) size 13x17 - text run at (117,60) width 13: " B" - RenderBlock (anonymous) at (1,141) size 350x14 - RenderText {#text} at (0,-1) size 170x17 - text run at (0,-1) width 170: "style=\"width:60px;padding:0\"" - RenderBlock {DIV} at (1,155) size 352x36 [border: (1px solid #FF0000)] - RenderText {#text} at (1,20) size 14x17 - text run at (1,20) width 14: "A " - RenderText {#text} at (77,20) size 13x17 - text run at (77,20) width 13: " B" - RenderBlock (anonymous) at (1,191) size 350x14 - RenderText {#text} at (0,-1) size 113x17 - text run at (0,-1) width 113: "style=\"height:60px\"" - RenderBlock {DIV} at (1,205) size 352x66 [border: (1px solid #FF0000)] - RenderText {#text} at (1,50) size 14x17 - text run at (1,50) width 14: "A " - RenderText {#text} at (156,50) size 13x17 - text run at (156,50) width 13: " B" - RenderBlock (anonymous) at (1,271) size 350x14 - RenderText {#text} at (0,-1) size 181x17 - text run at (0,-1) width 181: "style=\"width:60px;height:60px\"" - RenderBlock {DIV} at (1,285) size 352x66 [border: (1px solid #FF0000)] - RenderText {#text} at (1,50) size 14x17 - text run at (1,50) width 14: "A " - RenderText {#text} at (77,50) size 13x17 - text run at (77,50) width 13: " B" - RenderBlock (anonymous) at (1,351) size 350x14 - RenderText {#text} at (0,-1) size 139x17 - text run at (0,-1) width 139: "style=\"overflow:hidden\"" - RenderBlock {DIV} at (1,365) size 352x36 [border: (1px solid #FF0000)] - RenderText {#text} at (1,20) size 14x17 - text run at (1,20) width 14: "A " - RenderText {#text} at (141,20) size 13x17 - text run at (141,20) width 13: " B" - RenderBlock (anonymous) at (1,401) size 350x14 - RenderText {#text} at (0,-1) size 132x17 - text run at (0,-1) width 132: "style=\"overflow:scroll\"" - RenderBlock {DIV} at (1,415) size 352x51 [border: (1px solid #FF0000)] - RenderText {#text} at (1,35) size 14x17 - text run at (1,35) width 14: "A " - RenderText {#text} at (156,35) size 13x17 - text run at (156,35) width 13: " B" - RenderBlock (anonymous) at (1,466) size 350x14 - RenderText {#text} at (0,-1) size 278x17 - text run at (0,-1) width 278: "style=\"overflow:hidden;width:60px;height:60px\"" - RenderBlock {DIV} at (1,480) size 352x66 [border: (1px solid #FF0000)] - RenderText {#text} at (1,50) size 14x17 - text run at (1,50) width 14: "A " - RenderText {#text} at (77,50) size 13x17 - text run at (77,50) width 13: " B" - RenderBlock (anonymous) at (1,546) size 350x14 - RenderText {#text} at (0,-1) size 271x17 - text run at (0,-1) width 271: "style=\"overflow:scroll;width:60px;height:60px\"" - RenderBlock {DIV} at (1,560) size 352x66 [border: (1px solid #FF0000)] - RenderText {#text} at (1,50) size 14x17 - text run at (1,50) width 14: "A " - RenderText {#text} at (77,50) size 13x17 - text run at (77,50) width 13: " B" - RenderBlock (anonymous) at (1,626) size 350x14 - RenderText {#text} at (0,-1) size 222x17 - text run at (0,-1) width 222: "cols=5 style=\"width:60px;height:60px\"" - RenderBlock {DIV} at (1,640) size 352x66 [border: (1px solid #FF0000)] - RenderText {#text} at (1,50) size 14x17 - text run at (1,50) width 14: "A " - RenderText {#text} at (77,50) size 13x17 - text run at (77,50) width 13: " B" - RenderBlock (anonymous) at (1,706) size 350x14 - RenderText {#text} at (0,-1) size 227x17 - text run at (0,-1) width 227: "rows=4 style=\"width:60px;height:60px\"" - RenderBlock {DIV} at (1,720) size 352x66 [border: (1px solid #FF0000)] - RenderText {#text} at (1,50) size 14x17 - text run at (1,50) width 14: "A " - RenderText {#text} at (77,50) size 13x17 - text run at (77,50) width 13: " B" - RenderBlock (anonymous) at (1,786) size 350x14 - RenderText {#text} at (0,-1) size 268x17 - text run at (0,-1) width 268: "cols=5 rows=4 style=\"width:60px;height:60px\"" - RenderBlock {DIV} at (1,800) size 352x66 [border: (1px solid #FF0000)] - RenderText {#text} at (1,50) size 14x17 - text run at (1,50) width 14: "A " - RenderText {#text} at (77,50) size 13x17 - text run at (77,50) width 13: " B" - RenderBlock (anonymous) at (1,866) size 350x14 - RenderText {#text} at (0,-1) size 65x17 - text run at (0,-1) width 65: "wrap=\"off\"" - RenderBlock {DIV} at (1,880) size 352x51 [border: (1px solid #FF0000)] - RenderText {#text} at (1,35) size 14x17 - text run at (1,35) width 14: "A " - RenderText {#text} at (156,35) size 13x17 - text run at (156,35) width 4: " " - text run at (160,35) width 9: "B" - RenderBlock (anonymous) at (1,931) size 350x14 - RenderText {#text} at (0,-1) size 73x17 - text run at (0,-1) width 73: "wrap=\"hard\"" - RenderBlock {DIV} at (1,945) size 352x36 [border: (1px solid #FF0000)] - RenderText {#text} at (1,20) size 14x17 - text run at (1,20) width 14: "A " - RenderText {#text} at (156,20) size 13x17 - text run at (156,20) width 4: " " - text run at (160,20) width 9: "B" - RenderBlock (anonymous) at (1,981) size 350x14 - RenderText {#text} at (0,-1) size 69x17 - text run at (0,-1) width 69: "wrap=\"soft\"" - RenderBlock {DIV} at (1,995) size 352x36 [border: (1px solid #FF0000)] - RenderText {#text} at (1,20) size 14x17 - text run at (1,20) width 14: "A " - RenderText {#text} at (156,20) size 13x17 - text run at (156,20) width 4: " " - text run at (160,20) width 9: "B" -layer at (26,26) size 137x28 clip at (27,27) size 135x26 - RenderTextControl {TEXTAREA} at (17,3) size 137x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (1,1) size 120x13 - RenderText {#text} at (0,0) size 102x13 - text run at (0,0) width 102: "Lorem ipsum dolor" -layer at (26,76) size 137x28 clip at (27,77) size 120x26 scrollHeight 65 - RenderTextControl {TEXTAREA} at (17,3) size 137x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (1,1) size 120x65 - RenderText {#text} at (0,0) size 119x65 - text run at (0,0) width 105: "Lorem ipsum dolor " - text run at (0,13) width 119: "ABCDEFGHIJKLMNOPQ" - text run at (0,26) width 68: "RSTUVWXYZ " - text run at (0,39) width 118: "abcdefghijklmnopqrst" - text run at (0,52) width 16: "uv " -layer at (26,126) size 137x28 clip at (27,127) size 120x26 scrollHeight 65 - RenderTextControl {TEXTAREA} at (17,3) size 137x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (1,1) size 120x65 [color=#545454] - RenderText {#text} at (0,0) size 119x65 - text run at (0,0) width 105: "Lorem ipsum dolor " - text run at (0,13) width 119: "ABCDEFGHIJKLMNOPQ" - text run at (0,26) width 68: "RSTUVWXYZ " - text run at (0,39) width 118: "abcdefghijklmnopqrst" - text run at (0,52) width 16: "uv " -layer at (26,176) size 157x48 clip at (27,177) size 140x46 scrollHeight 75 - RenderTextControl {TEXTAREA} at (17,3) size 157x48 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (11,11) size 120x65 - RenderText {#text} at (0,0) size 119x65 - text run at (0,0) width 105: "Lorem ipsum dolor " - text run at (0,13) width 119: "ABCDEFGHIJKLMNOPQ" - text run at (0,26) width 68: "RSTUVWXYZ " - text run at (0,39) width 118: "abcdefghijklmnopqrst" - text run at (0,52) width 16: "uv " -layer at (26,246) size 137x28 clip at (27,247) size 120x26 scrollHeight 65 - RenderTextControl {TEXTAREA} at (17,3) size 137x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (1,1) size 120x65 - RenderText {#text} at (0,0) size 119x65 - text run at (0,0) width 105: "Lorem ipsum dolor " - text run at (0,13) width 119: "ABCDEFGHIJKLMNOPQ" - text run at (0,26) width 68: "RSTUVWXYZ " - text run at (0,39) width 118: "abcdefghijklmnopqrst" - text run at (0,52) width 16: "uv " -layer at (34,304) size 137x28 clip at (35,305) size 120x26 scrollHeight 65 - RenderTextControl {TEXTAREA} at (25,11) size 137x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (1,1) size 120x65 - RenderText {#text} at (0,0) size 119x65 - text run at (0,0) width 105: "Lorem ipsum dolor " - text run at (0,13) width 119: "ABCDEFGHIJKLMNOPQ" - text run at (0,26) width 68: "RSTUVWXYZ " - text run at (0,39) width 118: "abcdefghijklmnopqrst" - text run at (0,52) width 16: "uv " -layer at (24,360) size 137x28 clip at (25,361) size 120x26 scrollHeight 65 - RenderTextControl {TEXTAREA} at (15,1) size 137x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (1,1) size 120x65 - RenderText {#text} at (0,0) size 119x65 - text run at (0,0) width 105: "Lorem ipsum dolor " - text run at (0,13) width 119: "ABCDEFGHIJKLMNOPQ" - text run at (0,26) width 68: "RSTUVWXYZ " - text run at (0,39) width 118: "abcdefghijklmnopqrst" - text run at (0,52) width 16: "uv " -layer at (26,408) size 35x28 clip at (27,409) size 18x26 scrollHeight 364 - RenderTextControl {TEXTAREA} at (17,3) size 35x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (1,1) size 18x364 - RenderText {#text} at (0,0) size 18x364 - text run at (0,0) width 18: "Lor" - text run at (0,13) width 18: "em " - text run at (0,26) width 16: "ips" - text run at (0,39) width 18: "um " - text run at (0,52) width 17: "dol" - text run at (0,65) width 15: "or " - text run at (0,78) width 14: "AB" - text run at (0,91) width 16: "CD" - text run at (0,104) width 12: "EF" - text run at (0,117) width 17: "GH" - text run at (0,130) width 14: "IJK" - text run at (0,143) width 16: "LM" - text run at (0,156) width 17: "NO" - text run at (0,169) width 15: "PQ" - text run at (0,182) width 13: "RS" - text run at (0,195) width 15: "TU" - text run at (0,208) width 17: "VW" - text run at (0,221) width 14: "XY" - text run at (0,234) width 10: "Z " - text run at (0,247) width 13: "ab" - text run at (0,260) width 13: "cd" - text run at (0,273) width 18: "efg" - text run at (0,286) width 14: "hij" - text run at (0,299) width 10: "kl" - text run at (0,312) width 18: "mn" - text run at (0,325) width 14: "op" - text run at (0,338) width 18: "qrs" - text run at (0,351) width 17: "tuv" -layer at (26,458) size 137x41 clip at (27,459) size 120x39 scrollHeight 65 - RenderTextControl {TEXTAREA} at (17,3) size 137x41 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (1,1) size 120x65 - RenderText {#text} at (0,0) size 119x65 - text run at (0,0) width 105: "Lorem ipsum dolor " - text run at (0,13) width 119: "ABCDEFGHIJKLMNOPQ" - text run at (0,26) width 68: "RSTUVWXYZ " - text run at (0,39) width 118: "abcdefghijklmnopqrst" - text run at (0,52) width 16: "uv " -layer at (26,521) size 77x28 clip at (27,522) size 60x26 scrollHeight 130 - RenderTextControl {TEXTAREA} at (17,3) size 77x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (1,1) size 60x130 - RenderText {#text} at (0,0) size 60x130 - text run at (0,0) width 37: "Lorem " - text run at (0,13) width 36: "ipsum " - text run at (0,26) width 32: "dolor " - text run at (0,39) width 58: "ABCDEFGH" - text run at (0,52) width 52: "IJKLMNOP" - text run at (0,65) width 60: "QRSTUVWX" - text run at (0,78) width 17: "YZ " - text run at (0,91) width 56: "abcdefghij" - text run at (0,104) width 58: "klmnopqrs" - text run at (0,117) width 20: "tuv " -layer at (26,571) size 137x132 clip at (27,572) size 135x130 - RenderTextControl {TEXTAREA} at (17,3) size 137x132 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (1,1) size 120x65 - RenderText {#text} at (0,0) size 119x65 - text run at (0,0) width 105: "Lorem ipsum dolor " - text run at (0,13) width 119: "ABCDEFGHIJKLMNOPQ" - text run at (0,26) width 68: "RSTUVWXYZ " - text run at (0,39) width 118: "abcdefghijklmnopqrst" - text run at (0,52) width 16: "uv " -layer at (26,725) size 47x54 clip at (27,726) size 30x52 scrollHeight 221 - RenderTextControl {TEXTAREA} at (17,3) size 47x54 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (1,1) size 30x221 - RenderText {#text} at (0,0) size 30x221 - text run at (0,0) width 24: "Lore" - text run at (0,13) width 14: "m " - text run at (0,26) width 23: "ipsu" - text run at (0,39) width 14: "m " - text run at (0,52) width 30: "dolor " - text run at (0,65) width 30: "ABCD" - text run at (0,78) width 28: "EFGH" - text run at (0,91) width 30: "IJKLM" - text run at (0,104) width 23: "NOP" - text run at (0,117) width 29: "QRST" - text run at (0,130) width 25: "UVW" - text run at (0,143) width 24: "XYZ " - text run at (0,156) width 26: "abcd" - text run at (0,169) width 28: "efghi" - text run at (0,182) width 24: "jklm" - text run at (0,195) width 28: "nopq" - text run at (0,208) width 30: "rstuv " -layer at (376,26) size 62x28 clip at (377,27) size 45x26 scrollHeight 156 - RenderTextControl {TEXTAREA} at (15,3) size 62x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (1,1) size 45x156 - RenderText {#text} at (0,0) size 45x156 - text run at (0,0) width 37: "Lorem " - text run at (0,13) width 36: "ipsum " - text run at (0,26) width 32: "dolor " - text run at (0,39) width 42: "ABCDEF" - text run at (0,52) width 36: "GHIJKL" - text run at (0,65) width 41: "MNOPQ" - text run at (0,78) width 45: "RSTUVW" - text run at (0,91) width 24: "XYZ " - text run at (0,104) width 43: "abcdefg" - text run at (0,117) width 41: "hijklmn" - text run at (0,130) width 42: "opqrstu" - text run at (0,143) width 9: "v " -layer at (376,76) size 102x68 clip at (377,77) size 85x66 scrollHeight 176 - RenderTextControl {TEXTAREA} at (15,3) size 102x68 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (21,21) size 45x156 - RenderText {#text} at (0,0) size 45x156 - text run at (0,0) width 37: "Lorem " - text run at (0,13) width 36: "ipsum " - text run at (0,26) width 32: "dolor " - text run at (0,39) width 42: "ABCDEF" - text run at (0,52) width 36: "GHIJKL" - text run at (0,65) width 41: "MNOPQ" - text run at (0,78) width 45: "RSTUVW" - text run at (0,91) width 24: "XYZ " - text run at (0,104) width 43: "abcdefg" - text run at (0,117) width 41: "hijklmn" - text run at (0,130) width 42: "opqrstu" - text run at (0,143) width 9: "v " -layer at (376,166) size 62x28 clip at (377,167) size 45x26 scrollHeight 156 - RenderTextControl {TEXTAREA} at (15,3) size 62x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (1,1) size 45x156 - RenderText {#text} at (0,0) size 45x156 - text run at (0,0) width 37: "Lorem " - text run at (0,13) width 36: "ipsum " - text run at (0,26) width 32: "dolor " - text run at (0,39) width 42: "ABCDEF" - text run at (0,52) width 36: "GHIJKL" - text run at (0,65) width 41: "MNOPQ" - text run at (0,78) width 45: "RSTUVW" - text run at (0,91) width 24: "XYZ " - text run at (0,104) width 43: "abcdefg" - text run at (0,117) width 41: "hijklmn" - text run at (0,130) width 42: "opqrstu" - text run at (0,143) width 9: "v " -layer at (378,214) size 137x62 clip at (379,215) size 120x60 scrollHeight 65 - RenderTextControl {TEXTAREA} at (17,1) size 137x62 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (1,1) size 120x65 - RenderText {#text} at (0,0) size 119x65 - text run at (0,0) width 105: "Lorem ipsum dolor " - text run at (0,13) width 119: "ABCDEFGHIJKLMNOPQ" - text run at (0,26) width 68: "RSTUVWXYZ " - text run at (0,39) width 118: "abcdefghijklmnopqrst" - text run at (0,52) width 16: "uv " -layer at (376,294) size 62x62 clip at (377,295) size 45x60 scrollHeight 156 - RenderTextControl {TEXTAREA} at (15,1) size 62x62 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (1,1) size 45x156 - RenderText {#text} at (0,0) size 45x156 - text run at (0,0) width 37: "Lorem " - text run at (0,13) width 36: "ipsum " - text run at (0,26) width 32: "dolor " - text run at (0,39) width 42: "ABCDEF" - text run at (0,52) width 36: "GHIJKL" - text run at (0,65) width 41: "MNOPQ" - text run at (0,78) width 45: "RSTUVW" - text run at (0,91) width 24: "XYZ " - text run at (0,104) width 43: "abcdefg" - text run at (0,117) width 41: "hijklmn" - text run at (0,130) width 42: "opqrstu" - text run at (0,143) width 9: "v " -layer at (378,376) size 122x28 clip at (379,377) size 120x26 scrollHeight 65 - RenderTextControl {TEXTAREA} at (17,3) size 122x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (1,1) size 120x65 - RenderText {#text} at (0,0) size 119x65 - text run at (0,0) width 105: "Lorem ipsum dolor " - text run at (0,13) width 119: "ABCDEFGHIJKLMNOPQ" - text run at (0,26) width 68: "RSTUVWXYZ " - text run at (0,39) width 118: "abcdefghijklmnopqrst" - text run at (0,52) width 16: "uv " -layer at (378,426) size 137x43 clip at (379,427) size 120x26 scrollHeight 65 - RenderTextControl {TEXTAREA} at (17,3) size 137x43 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (1,1) size 120x65 - RenderText {#text} at (0,0) size 119x65 - text run at (0,0) width 105: "Lorem ipsum dolor " - text run at (0,13) width 119: "ABCDEFGHIJKLMNOPQ" - text run at (0,26) width 68: "RSTUVWXYZ " - text run at (0,39) width 118: "abcdefghijklmnopqrst" - text run at (0,52) width 16: "uv " -layer at (376,489) size 62x62 clip at (377,490) size 60x60 scrollHeight 130 - RenderTextControl {TEXTAREA} at (15,1) size 62x62 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (1,1) size 60x130 - RenderText {#text} at (0,0) size 60x130 - text run at (0,0) width 37: "Lorem " - text run at (0,13) width 36: "ipsum " - text run at (0,26) width 32: "dolor " - text run at (0,39) width 58: "ABCDEFGH" - text run at (0,52) width 52: "IJKLMNOP" - text run at (0,65) width 60: "QRSTUVWX" - text run at (0,78) width 17: "YZ " - text run at (0,91) width 56: "abcdefghij" - text run at (0,104) width 58: "klmnopqrs" - text run at (0,117) width 20: "tuv " -layer at (376,569) size 62x62 clip at (377,570) size 45x45 scrollHeight 156 - RenderTextControl {TEXTAREA} at (15,1) size 62x62 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (1,1) size 45x156 - RenderText {#text} at (0,0) size 45x156 - text run at (0,0) width 37: "Lorem " - text run at (0,13) width 36: "ipsum " - text run at (0,26) width 32: "dolor " - text run at (0,39) width 42: "ABCDEF" - text run at (0,52) width 36: "GHIJKL" - text run at (0,65) width 41: "MNOPQ" - text run at (0,78) width 45: "RSTUVW" - text run at (0,91) width 24: "XYZ " - text run at (0,104) width 43: "abcdefg" - text run at (0,117) width 41: "hijklmn" - text run at (0,130) width 42: "opqrstu" - text run at (0,143) width 9: "v " -layer at (376,649) size 62x62 clip at (377,650) size 45x60 scrollHeight 156 - RenderTextControl {TEXTAREA} at (15,1) size 62x62 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (1,1) size 45x156 - RenderText {#text} at (0,0) size 45x156 - text run at (0,0) width 37: "Lorem " - text run at (0,13) width 36: "ipsum " - text run at (0,26) width 32: "dolor " - text run at (0,39) width 42: "ABCDEF" - text run at (0,52) width 36: "GHIJKL" - text run at (0,65) width 41: "MNOPQ" - text run at (0,78) width 45: "RSTUVW" - text run at (0,91) width 24: "XYZ " - text run at (0,104) width 43: "abcdefg" - text run at (0,117) width 41: "hijklmn" - text run at (0,130) width 42: "opqrstu" - text run at (0,143) width 9: "v " -layer at (376,729) size 62x62 clip at (377,730) size 45x60 scrollHeight 156 - RenderTextControl {TEXTAREA} at (15,1) size 62x62 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (1,1) size 45x156 - RenderText {#text} at (0,0) size 45x156 - text run at (0,0) width 37: "Lorem " - text run at (0,13) width 36: "ipsum " - text run at (0,26) width 32: "dolor " - text run at (0,39) width 42: "ABCDEF" - text run at (0,52) width 36: "GHIJKL" - text run at (0,65) width 41: "MNOPQ" - text run at (0,78) width 45: "RSTUVW" - text run at (0,91) width 24: "XYZ " - text run at (0,104) width 43: "abcdefg" - text run at (0,117) width 41: "hijklmn" - text run at (0,130) width 42: "opqrstu" - text run at (0,143) width 9: "v " -layer at (376,809) size 62x62 clip at (377,810) size 45x60 scrollHeight 156 - RenderTextControl {TEXTAREA} at (15,1) size 62x62 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (1,1) size 45x156 - RenderText {#text} at (0,0) size 45x156 - text run at (0,0) width 37: "Lorem " - text run at (0,13) width 36: "ipsum " - text run at (0,26) width 32: "dolor " - text run at (0,39) width 42: "ABCDEF" - text run at (0,52) width 36: "GHIJKL" - text run at (0,65) width 41: "MNOPQ" - text run at (0,78) width 45: "RSTUVW" - text run at (0,91) width 24: "XYZ " - text run at (0,104) width 43: "abcdefg" - text run at (0,117) width 41: "hijklmn" - text run at (0,130) width 42: "opqrstu" - text run at (0,143) width 9: "v " -layer at (378,891) size 137x43 clip at (379,892) size 120x26 scrollWidth 189 scrollHeight 208 - RenderTextControl {TEXTAREA} at (17,3) size 137x43 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (1,1) size 120x208 - RenderText {#text} at (0,0) size 189x195 - text run at (0,0) width 3: " " - text run at (3,0) width 0: " " - text run at (0,13) width 189: "This is a text area with wrap=\"soft\"" - text run at (189,13) width 0: " " - text run at (0,26) width 189: "This is a text area with wrap=\"soft\"" - text run at (189,26) width 0: " " - text run at (0,39) width 189: "This is a text area with wrap=\"soft\"" - text run at (189,39) width 0: " " - text run at (0,52) width 189: "This is a text area with wrap=\"soft\"" - text run at (189,52) width 0: " " - text run at (0,65) width 189: "This is a text area with wrap=\"soft\"" - text run at (189,65) width 0: " " - text run at (0,78) width 189: "This is a text area with wrap=\"soft\"" - text run at (189,78) width 0: " " - text run at (0,91) width 189: "This is a text area with wrap=\"soft\"" - text run at (189,91) width 0: " " - text run at (0,104) width 189: "This is a text area with wrap=\"soft\"" - text run at (189,104) width 0: " " - text run at (0,117) width 189: "This is a text area with wrap=\"soft\"" - text run at (189,117) width 0: " " - text run at (0,130) width 189: "This is a text area with wrap=\"soft\"" - text run at (189,130) width 0: " " - text run at (0,143) width 189: "This is a text area with wrap=\"soft\"" - text run at (189,143) width 0: " " - text run at (0,156) width 189: "This is a text area with wrap=\"soft\"" - text run at (189,156) width 0: " " - text run at (0,169) width 189: "This is a text area with wrap=\"soft\"" - text run at (189,169) width 0: " " - text run at (0,182) width 189: "This is a text area with wrap=\"soft\"" - text run at (189,182) width 0: " " - RenderBR {BR} at (0,195) size 0x13 -layer at (378,956) size 137x28 clip at (379,957) size 120x26 scrollHeight 390 - RenderTextControl {TEXTAREA} at (17,3) size 137x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (1,1) size 120x390 - RenderText {#text} at (0,0) size 99x377 - text run at (0,0) width 3: " " - text run at (3,0) width 0: " " - text run at (0,13) width 99: "This is a text area " - text run at (0,26) width 90: "with wrap=\"soft\"" - text run at (90,26) width 0: " " - text run at (0,39) width 99: "This is a text area " - text run at (0,52) width 90: "with wrap=\"soft\"" - text run at (90,52) width 0: " " - text run at (0,65) width 99: "This is a text area " - text run at (0,78) width 90: "with wrap=\"soft\"" - text run at (90,78) width 0: " " - text run at (0,91) width 99: "This is a text area " - text run at (0,104) width 90: "with wrap=\"soft\"" - text run at (90,104) width 0: " " - text run at (0,117) width 99: "This is a text area " - text run at (0,130) width 90: "with wrap=\"soft\"" - text run at (90,130) width 0: " " - text run at (0,143) width 99: "This is a text area " - text run at (0,156) width 90: "with wrap=\"soft\"" - text run at (90,156) width 0: " " - text run at (0,169) width 99: "This is a text area " - text run at (0,182) width 90: "with wrap=\"soft\"" - text run at (90,182) width 0: " " - text run at (0,195) width 99: "This is a text area " - text run at (0,208) width 90: "with wrap=\"soft\"" - text run at (90,208) width 0: " " - text run at (0,221) width 99: "This is a text area " - text run at (0,234) width 90: "with wrap=\"soft\"" - text run at (90,234) width 0: " " - text run at (0,247) width 99: "This is a text area " - text run at (0,260) width 90: "with wrap=\"soft\"" - text run at (90,260) width 0: " " - text run at (0,273) width 99: "This is a text area " - text run at (0,286) width 90: "with wrap=\"soft\"" - text run at (90,286) width 0: " " - text run at (0,299) width 99: "This is a text area " - text run at (0,312) width 90: "with wrap=\"soft\"" - text run at (90,312) width 0: " " - text run at (0,325) width 99: "This is a text area " - text run at (0,338) width 90: "with wrap=\"soft\"" - text run at (90,338) width 0: " " - text run at (0,351) width 99: "This is a text area " - text run at (0,364) width 90: "with wrap=\"soft\"" - text run at (90,364) width 0: " " - RenderBR {BR} at (0,377) size 0x13 -layer at (378,1006) size 137x28 clip at (379,1007) size 120x26 scrollHeight 390 - RenderTextControl {TEXTAREA} at (17,3) size 137x28 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (1,1) size 120x390 - RenderText {#text} at (0,0) size 99x377 - text run at (0,0) width 3: " " - text run at (3,0) width 0: " " - text run at (0,13) width 99: "This is a text area " - text run at (0,26) width 90: "with wrap=\"soft\"" - text run at (90,26) width 0: " " - text run at (0,39) width 99: "This is a text area " - text run at (0,52) width 90: "with wrap=\"soft\"" - text run at (90,52) width 0: " " - text run at (0,65) width 99: "This is a text area " - text run at (0,78) width 90: "with wrap=\"soft\"" - text run at (90,78) width 0: " " - text run at (0,91) width 99: "This is a text area " - text run at (0,104) width 90: "with wrap=\"soft\"" - text run at (90,104) width 0: " " - text run at (0,117) width 99: "This is a text area " - text run at (0,130) width 90: "with wrap=\"soft\"" - text run at (90,130) width 0: " " - text run at (0,143) width 99: "This is a text area " - text run at (0,156) width 90: "with wrap=\"soft\"" - text run at (90,156) width 0: " " - text run at (0,169) width 99: "This is a text area " - text run at (0,182) width 90: "with wrap=\"soft\"" - text run at (90,182) width 0: " " - text run at (0,195) width 99: "This is a text area " - text run at (0,208) width 90: "with wrap=\"soft\"" - text run at (90,208) width 0: " " - text run at (0,221) width 99: "This is a text area " - text run at (0,234) width 90: "with wrap=\"soft\"" - text run at (90,234) width 0: " " - text run at (0,247) width 99: "This is a text area " - text run at (0,260) width 90: "with wrap=\"soft\"" - text run at (90,260) width 0: " " - text run at (0,273) width 99: "This is a text area " - text run at (0,286) width 90: "with wrap=\"soft\"" - text run at (90,286) width 0: " " - text run at (0,299) width 99: "This is a text area " - text run at (0,312) width 90: "with wrap=\"soft\"" - text run at (90,312) width 0: " " - text run at (0,325) width 99: "This is a text area " - text run at (0,338) width 90: "with wrap=\"soft\"" - text run at (90,338) width 0: " " - text run at (0,351) width 99: "This is a text area " - text run at (0,364) width 90: "with wrap=\"soft\"" - text run at (90,364) width 0: " " - RenderBR {BR} at (0,377) size 0x13 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 deleted file mode 100644 index d95f6a7..0000000 --- a/webkit/data/layout_tests/platform/chromium-mac/chrome/fast/forms/textarea-metrics-expected.txt +++ /dev/null @@ -1,79 +0,0 @@ -
-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
-FAIL document.getElementById('empty-textarea').scrollHeight should be 20. Was 94.
-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
-FAIL document.getElementById('empty-textarea-disabled').scrollHeight should be 20. Was 94.
-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
-FAIL document.getElementById('textarea-no-scroll').scrollHeight should be 20. Was 94.
-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 94.
-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
-FAIL document.getElementById('textarea-no-scroll-with-padding').scrollHeight should be 32. Was 106.
-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 106.
-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
-FAIL document.getElementById('textarea-no-scroll-fixed-height').scrollHeight should be 20. Was 54.
-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
-FAIL document.getElementById('textarea-no-scroll-fixed-height-many-rows').scrollHeight should be 20. Was 54.
-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
-FAIL document.getElementById('textarea-no-scroll-disabled').scrollHeight should be 20. Was 94.
-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 94.
-
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 deleted file mode 100644 index eaf6a54..0000000 --- a/webkit/data/layout_tests/platform/chromium-win/chrome/fast/forms/basic-textareas-expected.checksum +++ /dev/null @@ -1 +0,0 @@ -ed2a8bf6a32e7afd7289b3011a745e76
\ 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 differdeleted file mode 100644 index 5fd0e69..0000000 --- a/webkit/data/layout_tests/platform/chromium-win/chrome/fast/forms/basic-textareas-expected.png +++ /dev/null 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 deleted file mode 100644 index 994630a..0000000 --- a/webkit/data/layout_tests/platform/chromium-win/chrome/fast/forms/basic-textareas-expected.txt +++ /dev/null @@ -1,801 +0,0 @@ -layer at (0,0) size 785x1140 - RenderView at (0,0) size 785x600 -layer at (0,0) size 785x1140 - RenderBlock {HTML} at (0,0) size 785x8 - RenderBody {BODY} at (8,8) size 769x0 - RenderBlock (floating) {DIV} at (0,0) size 352x922 [border: (1px solid #FF0000)] - RenderBlock (anonymous) at (1,1) size 350x14 - RenderText {#text} at (0,-1) size 177x16 - text run at (0,-1) width 177: "Plain textarea with little content" - RenderBlock {DIV} at (1,15) size 352x46 [border: (1px solid #FF0000)] - RenderText {#text} at (1,30) size 13x16 - text run at (1,30) width 13: "A " - RenderText {#text} at (199,30) size 12x16 - text run at (199,30) width 12: " B" - RenderBlock (anonymous) at (1,61) size 350x14 - RenderText {#text} at (0,-1) size 75x16 - text run at (0,-1) width 75: "Plain textarea" - RenderBlock {DIV} at (1,75) size 352x46 [border: (1px solid #FF0000)] - RenderText {#text} at (1,30) size 13x16 - text run at (1,30) width 13: "A " - RenderText {#text} at (199,30) size 12x16 - text run at (199,30) width 12: " B" - RenderBlock (anonymous) at (1,121) size 350x14 - RenderText {#text} at (0,-1) size 96x16 - text run at (0,-1) width 96: "Disabled textarea" - RenderBlock {DIV} at (1,135) size 352x46 [border: (1px solid #FF0000)] - RenderText {#text} at (1,30) size 13x16 - text run at (1,30) width 13: "A " - RenderText {#text} at (199,30) size 12x16 - text run at (199,30) width 12: " B" - RenderBlock (anonymous) at (1,181) size 350x14 - RenderText {#text} at (0,-1) size 119x16 - text run at (0,-1) width 119: "style=\"padding:10px\"" - RenderBlock {DIV} at (1,195) size 352x62 [border: (1px solid #FF0000)] - RenderText {#text} at (1,46) size 13x16 - text run at (1,46) width 13: "A " - RenderText {#text} at (215,46) size 12x16 - text run at (215,46) width 12: " B" - RenderBlock (anonymous) at (1,257) size 350x14 - RenderText {#text} at (0,-1) size 112x16 - text run at (0,-1) width 112: "style=\"padding:0px\"" - RenderBlock {DIV} at (1,271) size 352x42 [border: (1px solid #FF0000)] - RenderText {#text} at (1,26) size 13x16 - text run at (1,26) width 13: "A " - RenderText {#text} at (195,26) size 12x16 - text run at (195,26) width 12: " B" - RenderBlock (anonymous) at (1,313) size 350x14 - RenderText {#text} at (0,-1) size 114x16 - text run at (0,-1) width 114: "style=\"margin:10px\"" - RenderBlock {DIV} at (1,327) size 352x62 [border: (1px solid #FF0000)] - RenderText {#text} at (1,46) size 13x16 - text run at (1,46) width 13: "A " - RenderText {#text} at (215,46) size 12x16 - text run at (215,46) width 12: " B" - RenderBlock (anonymous) at (1,389) size 350x14 - RenderText {#text} at (0,-1) size 107x16 - text run at (0,-1) width 107: "style=\"margin:0px\"" - RenderBlock {DIV} at (1,403) size 352x42 [border: (1px solid #FF0000)] - RenderText {#text} at (1,26) size 13x16 - text run at (1,26) width 13: "A " - RenderText {#text} at (195,26) size 12x16 - text run at (195,26) width 12: " B" - RenderBlock (anonymous) at (1,445) size 350x14 - RenderText {#text} at (0,-1) size 38x16 - text run at (0,-1) width 38: "cols=3" - RenderBlock {DIV} at (1,459) size 352x46 [border: (1px solid #FF0000)] - RenderText {#text} at (1,30) size 13x16 - text run at (1,30) width 13: "A " - RenderText {#text} at (63,30) size 12x16 - text run at (63,30) width 12: " B" - RenderBlock (anonymous) at (1,505) size 350x14 - RenderText {#text} at (0,-1) size 44x16 - text run at (0,-1) width 44: "rows=3" - RenderBlock {DIV} at (1,519) size 352x62 [border: (1px solid #FF0000)] - RenderText {#text} at (1,46) size 13x16 - text run at (1,46) width 13: "A " - RenderText {#text} at (199,46) size 12x16 - text run at (199,46) width 12: " B" - RenderBlock (anonymous) at (1,581) size 350x14 - RenderText {#text} at (0,-1) size 45x16 - text run at (0,-1) width 45: "cols=10" - RenderBlock {DIV} at (1,595) size 352x46 [border: (1px solid #FF0000)] - RenderText {#text} at (1,30) size 13x16 - text run at (1,30) width 13: "A " - RenderText {#text} at (119,30) size 12x16 - text run at (119,30) width 12: " B" - RenderBlock (anonymous) at (1,641) size 350x14 - RenderText {#text} at (0,-1) size 51x16 - text run at (0,-1) width 51: "rows=10" - RenderBlock {DIV} at (1,655) size 352x174 [border: (1px solid #FF0000)] - RenderText {#text} at (1,158) size 13x16 - text run at (1,158) width 13: "A " - RenderText {#text} at (199,158) size 12x16 - text run at (199,158) width 12: " B" - RenderBlock (anonymous) at (1,829) size 350x14 - RenderText {#text} at (0,-1) size 86x16 - text run at (0,-1) width 86: "cols=5 rows=4" - RenderBlock {DIV} at (1,843) size 352x78 [border: (1px solid #FF0000)] - RenderText {#text} at (1,62) size 13x16 - text run at (1,62) width 13: "A " - RenderText {#text} at (79,62) size 12x16 - text run at (79,62) width 12: " B" - RenderBlock (floating) {DIV} at (352,0) size 352x1132 [border: (1px solid #FF0000)] - RenderBlock (anonymous) at (1,1) size 350x14 - RenderText {#text} at (0,-1) size 107x16 - text run at (0,-1) width 107: "style=\"width:60px\"" - RenderBlock {DIV} at (1,15) size 352x46 [border: (1px solid #FF0000)] - RenderText {#text} at (1,30) size 13x16 - text run at (1,30) width 13: "A " - RenderText {#text} at (80,30) size 12x16 - text run at (80,30) width 12: " B" - RenderBlock (anonymous) at (1,61) size 350x14 - RenderText {#text} at (0,-1) size 186x16 - text run at (0,-1) width 186: "style=\"width:60px;padding:20px\"" - RenderBlock {DIV} at (1,75) size 352x82 [border: (1px solid #FF0000)] - RenderText {#text} at (1,66) size 13x16 - text run at (1,66) width 13: "A " - RenderText {#text} at (116,66) size 12x16 - text run at (116,66) width 12: " B" - RenderBlock (anonymous) at (1,157) size 350x14 - RenderText {#text} at (0,-1) size 165x16 - text run at (0,-1) width 165: "style=\"width:60px;padding:0\"" - RenderBlock {DIV} at (1,171) size 352x42 [border: (1px solid #FF0000)] - RenderText {#text} at (1,26) size 13x16 - text run at (1,26) width 13: "A " - RenderText {#text} at (76,26) size 12x16 - text run at (76,26) width 12: " B" - RenderBlock (anonymous) at (1,213) size 350x14 - RenderText {#text} at (0,-1) size 109x16 - text run at (0,-1) width 109: "style=\"height:60px\"" - RenderBlock {DIV} at (1,227) size 352x70 [border: (1px solid #FF0000)] - RenderText {#text} at (1,54) size 13x16 - text run at (1,54) width 13: "A " - RenderText {#text} at (199,54) size 12x16 - text run at (199,54) width 12: " B" - RenderBlock (anonymous) at (1,297) size 350x14 - RenderText {#text} at (0,-1) size 176x16 - text run at (0,-1) width 176: "style=\"width:60px;height:60px\"" - RenderBlock {DIV} at (1,311) size 352x70 [border: (1px solid #FF0000)] - RenderText {#text} at (1,54) size 13x16 - text run at (1,54) width 13: "A " - RenderText {#text} at (80,54) size 12x16 - text run at (80,54) width 12: " B" - RenderBlock (anonymous) at (1,381) size 350x14 - RenderText {#text} at (0,-1) size 135x16 - text run at (0,-1) width 135: "style=\"overflow:hidden\"" - RenderBlock {DIV} at (1,395) size 352x46 [border: (1px solid #FF0000)] - RenderText {#text} at (1,30) size 13x16 - text run at (1,30) width 13: "A " - RenderText {#text} at (199,30) size 12x16 - text run at (199,30) width 12: " B" - RenderBlock (anonymous) at (1,441) size 350x14 - RenderText {#text} at (0,-1) size 129x16 - text run at (0,-1) width 129: "style=\"overflow:scroll\"" - RenderBlock {DIV} at (1,455) size 352x61 [border: (1px solid #FF0000)] - RenderText {#text} at (1,45) size 13x16 - text run at (1,45) width 13: "A " - RenderText {#text} at (199,45) size 12x16 - text run at (199,45) width 12: " B" - RenderBlock (anonymous) at (1,516) size 350x14 - RenderText {#text} at (0,-1) size 271x16 - text run at (0,-1) width 271: "style=\"overflow:hidden;width:60px;height:60px\"" - RenderBlock {DIV} at (1,530) size 352x70 [border: (1px solid #FF0000)] - RenderText {#text} at (1,54) size 13x16 - text run at (1,54) width 13: "A " - RenderText {#text} at (80,54) size 12x16 - text run at (80,54) width 12: " B" - RenderBlock (anonymous) at (1,600) size 350x14 - RenderText {#text} at (0,-1) size 265x16 - text run at (0,-1) width 265: "style=\"overflow:scroll;width:60px;height:60px\"" - RenderBlock {DIV} at (1,614) size 352x70 [border: (1px solid #FF0000)] - RenderText {#text} at (1,54) size 13x16 - text run at (1,54) width 13: "A " - RenderText {#text} at (80,54) size 12x16 - text run at (80,54) width 12: " B" - RenderBlock (anonymous) at (1,684) size 350x14 - RenderText {#text} at (0,-1) size 218x16 - text run at (0,-1) width 218: "cols=5 style=\"width:60px;height:60px\"" - RenderBlock {DIV} at (1,698) size 352x70 [border: (1px solid #FF0000)] - RenderText {#text} at (1,54) size 13x16 - text run at (1,54) width 13: "A " - RenderText {#text} at (80,54) size 12x16 - text run at (80,54) width 12: " B" - RenderBlock (anonymous) at (1,768) size 350x14 - RenderText {#text} at (0,-1) size 224x16 - text run at (0,-1) width 224: "rows=4 style=\"width:60px;height:60px\"" - RenderBlock {DIV} at (1,782) size 352x70 [border: (1px solid #FF0000)] - RenderText {#text} at (1,54) size 13x16 - text run at (1,54) width 13: "A " - RenderText {#text} at (80,54) size 12x16 - text run at (80,54) width 12: " B" - RenderBlock (anonymous) at (1,852) size 350x14 - RenderText {#text} at (0,-1) size 266x16 - text run at (0,-1) width 266: "cols=5 rows=4 style=\"width:60px;height:60px\"" - RenderBlock {DIV} at (1,866) size 352x70 [border: (1px solid #FF0000)] - RenderText {#text} at (1,54) size 13x16 - text run at (1,54) width 13: "A " - RenderText {#text} at (80,54) size 12x16 - text run at (80,54) width 12: " B" - RenderBlock (anonymous) at (1,936) size 350x14 - RenderText {#text} at (0,-1) size 64x16 - text run at (0,-1) width 64: "wrap=\"off\"" - RenderBlock {DIV} at (1,950) size 352x61 [border: (1px solid #FF0000)] - RenderText {#text} at (1,45) size 13x16 - text run at (1,45) width 13: "A " - RenderText {#text} at (199,45) size 12x16 - text run at (199,45) width 4: " " - text run at (203,45) width 8: "B" - RenderBlock (anonymous) at (1,1011) size 350x14 - RenderText {#text} at (0,-1) size 72x16 - text run at (0,-1) width 72: "wrap=\"hard\"" - RenderBlock {DIV} at (1,1025) size 352x46 [border: (1px solid #FF0000)] - RenderText {#text} at (1,30) size 13x16 - text run at (1,30) width 13: "A " - RenderText {#text} at (199,30) size 12x16 - text run at (199,30) width 4: " " - text run at (203,30) width 8: "B" - RenderBlock (anonymous) at (1,1071) size 350x14 - RenderText {#text} at (0,-1) size 69x16 - text run at (0,-1) width 69: "wrap=\"soft\"" - RenderBlock {DIV} at (1,1085) size 352x46 [border: (1px solid #FF0000)] - RenderText {#text} at (1,30) size 13x16 - text run at (1,30) width 13: "A " - RenderText {#text} at (199,30) size 12x16 - text run at (199,30) width 4: " " - text run at (203,30) width 8: "B" -layer at (25,26) size 181x38 clip at (26,27) size 179x36 - RenderTextControl {TEXTAREA} at (16,3) size 181x38 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - 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 (25,86) size 181x38 clip at (26,87) size 164x36 scrollHeight 84 - RenderTextControl {TEXTAREA} at (16,3) size 181x38 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - 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 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 (25,146) size 181x38 clip at (26,147) size 164x36 scrollHeight 84 - RenderTextControl {TEXTAREA} at (16,3) size 181x38 [bgcolor=#EBEBE4] [border: (1px solid #000000)] - 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 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 (25,206) size 197x54 clip at (26,207) size 180x52 scrollHeight 100 - RenderTextControl {TEXTAREA} at (16,3) size 197x54 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - 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 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 (25,282) size 177x34 clip at (26,283) size 160x32 scrollHeight 80 - RenderTextControl {TEXTAREA} at (16,3) size 177x34 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - 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 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,346) size 181x38 clip at (34,347) size 164x36 scrollHeight 84 - RenderTextControl {TEXTAREA} at (24,11) size 181x38 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - 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 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,412) size 181x38 clip at (24,413) size 164x36 scrollHeight 84 - RenderTextControl {TEXTAREA} at (14,1) size 181x38 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - 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 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 (25,470) size 45x38 clip at (26,471) size 28x36 scrollHeight 372 - RenderTextControl {TEXTAREA} at (16,3) size 45x38 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - 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 (25,530) size 181x54 clip at (26,531) size 164x52 scrollHeight 84 - RenderTextControl {TEXTAREA} at (16,3) size 181x54 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - 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 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 (25,606) size 101x38 clip at (26,607) size 84x36 scrollHeight 148 - RenderTextControl {TEXTAREA} at (16,3) size 101x38 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - 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 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 (25,666) size 181x166 clip at (26,667) size 179x164 - RenderTextControl {TEXTAREA} at (16,3) size 181x166 [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 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 (25,854) size 61x70 clip at (26,855) size 44x68 scrollHeight 228 - RenderTextControl {TEXTAREA} at (16,3) size 61x70 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - 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,26) size 66x38 clip at (376,27) size 49x36 scrollHeight 228 - RenderTextControl {TEXTAREA} at (14,3) size 66x38 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 45x224 - RenderText {#text} at (0,0) size 45x224 - text run at (0,0) width 40: "Lorem" - text run at (40,0) width 5: " " - text run at (0,16) width 40: "ipsum" - text run at (40,16) width 5: " " - text run at (0,32) width 40: "dolor" - text run at (40,32) width 5: " " - 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,86) size 102x74 clip at (376,87) size 85x72 scrollHeight 264 - RenderTextControl {TEXTAREA} at (14,3) size 102x74 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (21,21) size 45x224 - RenderText {#text} at (0,0) size 45x224 - text run at (0,0) width 40: "Lorem" - text run at (40,0) width 5: " " - text run at (0,16) width 40: "ipsum" - text run at (40,16) width 5: " " - text run at (0,32) width 40: "dolor" - text run at (40,32) width 5: " " - 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,182) size 62x34 clip at (376,183) size 45x32 scrollHeight 224 - RenderTextControl {TEXTAREA} at (14,3) size 62x34 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (1,1) size 45x224 - RenderText {#text} at (0,0) size 45x224 - text run at (0,0) width 40: "Lorem" - text run at (40,0) width 5: " " - text run at (0,16) width 40: "ipsum" - text run at (40,16) width 5: " " - text run at (0,32) width 40: "dolor" - text run at (40,32) width 5: " " - 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 (377,236) size 181x66 clip at (378,237) size 164x64 scrollHeight 84 - RenderTextControl {TEXTAREA} at (16,1) size 181x66 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - 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 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,320) size 66x66 clip at (376,321) size 49x64 scrollHeight 228 - RenderTextControl {TEXTAREA} at (14,1) size 66x66 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 45x224 - RenderText {#text} at (0,0) size 45x224 - text run at (0,0) width 40: "Lorem" - text run at (40,0) width 5: " " - text run at (0,16) width 40: "ipsum" - text run at (40,16) width 5: " " - text run at (0,32) width 40: "dolor" - text run at (40,32) width 5: " " - 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 (377,406) size 181x38 clip at (378,407) size 179x36 scrollHeight 84 - RenderTextControl {TEXTAREA} at (16,3) 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 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 (377,466) size 181x53 clip at (378,467) size 164x36 scrollHeight 84 - RenderTextControl {TEXTAREA} at (16,3) size 181x53 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - 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 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,539) size 66x66 clip at (376,540) size 64x64 scrollHeight 180 - RenderTextControl {TEXTAREA} at (14,1) size 66x66 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 60x176 - 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 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,623) size 66x66 clip at (376,624) size 49x49 scrollHeight 228 - RenderTextControl {TEXTAREA} at (14,1) size 66x66 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 45x224 - RenderText {#text} at (0,0) size 45x224 - text run at (0,0) width 40: "Lorem" - text run at (40,0) width 5: " " - text run at (0,16) width 40: "ipsum" - text run at (40,16) width 5: " " - text run at (0,32) width 40: "dolor" - text run at (40,32) width 5: " " - 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,707) size 66x66 clip at (376,708) size 49x64 scrollHeight 228 - RenderTextControl {TEXTAREA} at (14,1) size 66x66 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 45x224 - RenderText {#text} at (0,0) size 45x224 - text run at (0,0) width 40: "Lorem" - text run at (40,0) width 5: " " - text run at (0,16) width 40: "ipsum" - text run at (40,16) width 5: " " - text run at (0,32) width 40: "dolor" - text run at (40,32) width 5: " " - 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,791) size 66x66 clip at (376,792) size 49x64 scrollHeight 228 - RenderTextControl {TEXTAREA} at (14,1) size 66x66 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 45x224 - RenderText {#text} at (0,0) size 45x224 - text run at (0,0) width 40: "Lorem" - text run at (40,0) width 5: " " - text run at (0,16) width 40: "ipsum" - text run at (40,16) width 5: " " - text run at (0,32) width 40: "dolor" - text run at (40,32) width 5: " " - 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,875) size 66x66 clip at (376,876) size 49x64 scrollHeight 228 - RenderTextControl {TEXTAREA} at (14,1) size 66x66 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - RenderBlock {DIV} at (3,3) size 45x224 - RenderText {#text} at (0,0) size 45x224 - text run at (0,0) width 40: "Lorem" - text run at (40,0) width 5: " " - text run at (0,16) width 40: "ipsum" - text run at (40,16) width 5: " " - text run at (0,32) width 40: "dolor" - text run at (40,32) width 5: " " - 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 (377,961) size 181x53 clip at (378,962) size 164x36 scrollWidth 290 scrollHeight 260 - RenderTextControl {TEXTAREA} at (16,3) size 181x53 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - 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: " " - text run at (0,16) width 288: "This is a text area with wrap=\"soft\"" - text run at (288,16) width 0: " " - text run at (0,32) width 288: "This is a text area with wrap=\"soft\"" - text run at (288,32) width 0: " " - text run at (0,48) width 288: "This is a text area with wrap=\"soft\"" - text run at (288,48) width 0: " " - text run at (0,64) width 288: "This is a text area with wrap=\"soft\"" - text run at (288,64) width 0: " " - text run at (0,80) width 288: "This is a text area with wrap=\"soft\"" - text run at (288,80) width 0: " " - text run at (0,96) width 288: "This is a text area with wrap=\"soft\"" - text run at (288,96) width 0: " " - text run at (0,112) width 288: "This is a text area with wrap=\"soft\"" - text run at (288,112) width 0: " " - text run at (0,128) width 288: "This is a text area with wrap=\"soft\"" - text run at (288,128) width 0: " " - text run at (0,144) width 288: "This is a text area with wrap=\"soft\"" - text run at (288,144) width 0: " " - text run at (0,160) width 288: "This is a text area with wrap=\"soft\"" - text run at (288,160) width 0: " " - text run at (0,176) width 288: "This is a text area with wrap=\"soft\"" - text run at (288,176) width 0: " " - text run at (0,192) width 288: "This is a text area with wrap=\"soft\"" - text run at (288,192) width 0: " " - text run at (0,208) width 288: "This is a text area with wrap=\"soft\"" - text run at (288,208) width 0: " " - text run at (0,224) width 288: "This is a text area with wrap=\"soft\"" - text run at (288,224) width 0: " " - RenderBR {BR} at (0,240) size 0x16 -layer at (377,1036) size 181x38 clip at (378,1037) size 164x36 scrollHeight 484 - RenderTextControl {TEXTAREA} at (16,3) size 181x38 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 (377,1096) size 181x38 clip at (378,1097) size 164x36 scrollHeight 484 - RenderTextControl {TEXTAREA} at (16,3) size 181x38 [bgcolor=#FFFFFF] [border: (1px solid #000000)] - 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index d5a695a..4e8a40b 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -2210,7 +2210,6 @@ BUG10446 LINUX : LayoutTests/editing/execCommand/selectAll.html = FAIL // Regressions from merge 41559:41588, probably just needs rebaselining. BUG10675 MAC : chrome/fast/forms/basic-textareas-quirks.html = FAIL -BUG10675 MAC : chrome/fast/forms/basic-textareas.html = FAIL // Newly added test from 41613:41660 -- relies on ScriptCallStack::state() -- dglazkov should fix. BUG9156 MAC LINUX WIN : LayoutTests/fast/js/console-non-string-values.html = FAIL @@ -2407,7 +2406,6 @@ BUG11251 WIN DEBUG : LayoutTests/fast/forms/textarea-width.html = FAIL BUG11251 SLOW WIN RELEASE : LayoutTests/fast/forms/textarea-width.html = FAIL BUG11251 WIN LINUX RELEASE : LayoutTests/fast/forms/text-control-intrinsic-widths.html = FAIL BUG11251 LINUX WIN DEBUG : LayoutTests/fast/forms/text-control-intrinsic-widths.html = FAIL -BUG11251 : chrome/fast/forms/textarea-metrics.html = FAIL BUG11251 WIN LINUX : LayoutTests/svg/custom/svg-fonts-in-text-controls.html = FAIL BUG11251 WIN LINUX : LayoutTests/fast/forms/textarea-metrics.html = FAIL |