summaryrefslogtreecommitdiffstats
path: root/webkit/data
diff options
context:
space:
mode:
authordglazkov@google.com <dglazkov@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-17 21:11:12 +0000
committerdglazkov@google.com <dglazkov@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-17 21:11:12 +0000
commit41dc1a783dff2874c5fe8fb0a3abc72a1f7897ee (patch)
treec546dd60826a3b8035a93d9b31b7057b07230a2b /webkit/data
parentcaa9fdc35c4738519d6743f0e3223ce7761c4721 (diff)
downloadchromium_src-41dc1a783dff2874c5fe8fb0a3abc72a1f7897ee.zip
chromium_src-41dc1a783dff2874c5fe8fb0a3abc72a1f7897ee.tar.gz
chromium_src-41dc1a783dff2874c5fe8fb0a3abc72a1f7897ee.tar.bz2
Add rebaselines, missed from the merge commit.
TBR=levin Review URL: http://codereview.chromium.org/79052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13966 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/data')
-rw-r--r--webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/caret-rtl-expected.checksum1
-rw-r--r--webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/caret-rtl-expected.pngbin0 -> 4737 bytes
-rw-r--r--webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/caret-rtl-expected.txt18
-rw-r--r--webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/form-added-to-table-expected.checksum1
-rw-r--r--webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/form-added-to-table-expected.pngbin0 -> 3329 bytes
-rw-r--r--webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/form-added-to-table-expected.txt13
-rw-r--r--webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/form-in-malformed-markup-expected.checksum1
-rw-r--r--webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/form-in-malformed-markup-expected.pngbin0 -> 3279 bytes
-rw-r--r--webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/form-in-malformed-markup-expected.txt19
9 files changed, 53 insertions, 0 deletions
diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/caret-rtl-expected.checksum b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/caret-rtl-expected.checksum
new file mode 100644
index 0000000..7523509
--- /dev/null
+++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/caret-rtl-expected.checksum
@@ -0,0 +1 @@
+efb0c61ba13c15601e8dfc8c982c9237 \ No newline at end of file
diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/caret-rtl-expected.png b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/caret-rtl-expected.png
new file mode 100644
index 0000000..6843bce
--- /dev/null
+++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/caret-rtl-expected.png
Binary files differ
diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/caret-rtl-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/caret-rtl-expected.txt
new file mode 100644
index 0000000..842d2f1
--- /dev/null
+++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/caret-rtl-expected.txt
@@ -0,0 +1,18 @@
+EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of DIV > BODY > HTML > #document to 0 of DIV > BODY > HTML > #document
+EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification
+EDITING DELEGATE: shouldChangeSelectedDOMRange:(null) toDOMRange:range from 0 of DIV > BODY > HTML > #document to 0 of DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
+layer at (0,0) size 800x600
+ RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+ RenderBlock {HTML} at (0,0) size 800x600
+ RenderBody {BODY} at (8,8) size 784x584
+ RenderBlock (anonymous) at (0,0) size 784x20
+ RenderText {#text} at (0,0) size 537x19
+ text run at (0,0) width 537: "This tests that clicking in a contenteditable div will set the caret in the right edge of the div "
+ RenderBR {BR} at (537,15) size 0x0
+ RenderBlock {P} at (0,36) size 784x20
+ RenderText {#text} at (0,0) size 380x19
+ text run at (0,0) width 380: "Click in the div, the caret should be on the right edge of the div."
+ RenderBlock {DIV} at (0,72) size 200x368
+caret: position 0 of child 5 {DIV} of child 1 {BODY} of child 0 {HTML} of document
diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/form-added-to-table-expected.checksum b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/form-added-to-table-expected.checksum
new file mode 100644
index 0000000..ca74d01
--- /dev/null
+++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/form-added-to-table-expected.checksum
@@ -0,0 +1 @@
+498e57d3071bb953dae150cec6f3aea8 \ No newline at end of file
diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/form-added-to-table-expected.png b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/form-added-to-table-expected.png
new file mode 100644
index 0000000..8073888
--- /dev/null
+++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/form-added-to-table-expected.png
Binary files differ
diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/form-added-to-table-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/form-added-to-table-expected.txt
new file mode 100644
index 0000000..48c1230
--- /dev/null
+++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/form-added-to-table-expected.txt
@@ -0,0 +1,13 @@
+layer at (0,0) size 800x600
+ RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+ RenderBlock {HTML} at (0,0) size 800x600
+ RenderBody {BODY} at (8,8) size 784x584
+ RenderTable {TABLE} at (0,0) size 218x26
+ RenderTableSection {TBODY} at (0,0) size 218x26
+ RenderTableRow {TR} at (0,2) size 218x22
+ RenderTableCell {TD} at (2,2) size 214x22 [r=0 c=0 rs=1 cs=1]
+ RenderText {#text} at (1,1) size 212x19
+ text run at (1,1) width 212: "This test passes if it does not crash."
+selection start: position 0 of child 0 {#text} of child 0 {TD} of child 0 {TR} of child 0 {TBODY} of child 1 {TABLE} of child 1 {BODY} of child 0 {HTML} of document
+selection end: position 1 of child 1 {TABLE} of child 1 {BODY} of child 0 {HTML} of document
diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/form-in-malformed-markup-expected.checksum b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/form-in-malformed-markup-expected.checksum
new file mode 100644
index 0000000..a1d7380
--- /dev/null
+++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/form-in-malformed-markup-expected.checksum
@@ -0,0 +1 @@
+667b3313bdddaa48a1aee8380e4f38ff \ No newline at end of file
diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/form-in-malformed-markup-expected.png b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/form-in-malformed-markup-expected.png
new file mode 100644
index 0000000..9576ef5
--- /dev/null
+++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/form-in-malformed-markup-expected.png
Binary files differ
diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/form-in-malformed-markup-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/form-in-malformed-markup-expected.txt
new file mode 100644
index 0000000..0c7cfa1
--- /dev/null
+++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/forms/form-in-malformed-markup-expected.txt
@@ -0,0 +1,19 @@
+layer at (0,0) size 800x600
+ RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+ RenderBlock {HTML} at (0,0) size 800x600
+ RenderBody {BODY} at (8,8) size 784x584
+ RenderBlock (anonymous) at (0,0) size 784x0
+ RenderInline {B} at (0,0) size 0x0
+ RenderTable {TABLE} at (0,0) size 216x40
+ RenderTableSection {TBODY} at (0,0) size 216x40
+ RenderTableRow {TR} at (0,2) size 216x36
+ RenderTableCell (anonymous) at (2,2) size 212x36 [r=0 c=0 rs=1 cs=1]
+ RenderBlock (anonymous) at (0,0) size 212x20
+ RenderInline {FORM} at (0,0) size 212x19
+ RenderText {#text} at (0,0) size 212x19
+ text run at (0,0) width 212: "This test passes if it does not crash."
+ RenderBlock (anonymous) at (0,36) size 212x0
+ RenderBlock {P} at (0,0) size 212x0
+ RenderBlock (anonymous) at (0,36) size 212x0
+ RenderInline {FORM} at (0,0) size 0x0