summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRebaseline Bot <blink-rebaseline-bot@chromium.org>2016-03-14 11:01:54 -0700
committerRebaseline Bot <blink-rebaseline-bot@chromium.org>2016-03-14 18:03:27 +0000
commit2052a822d87267737a19c85b1e88edb8ec2f7e23 (patch)
tree71f42c1ade91578d76b48220619fa16183b9f9f9
parent390847b60c7d8a829c9a28c7c2f6d4a707080fd7 (diff)
downloadchromium_src-2052a822d87267737a19c85b1e88edb8ec2f7e23.zip
chromium_src-2052a822d87267737a19c85b1e88edb8ec2f7e23.tar.gz
chromium_src-2052a822d87267737a19c85b1e88edb8ec2f7e23.tar.bz2
Auto-rebaseline for r380385
https://chromium.googlesource.com/chromium/src/+/37f57d892 BUG=593184 TBR=tkent@chromium.org Review URL: https://codereview.chromium.org/1793183003 . Cr-Commit-Position: refs/heads/master@{#381003}
-rw-r--r--third_party/WebKit/LayoutTests/TestExpectations1
-rw-r--r--third_party/WebKit/LayoutTests/platform/android/editing/inserting/4960120-1-expected.txt19
-rw-r--r--third_party/WebKit/LayoutTests/platform/linux/editing/inserting/4960120-1-expected.txt5
-rw-r--r--third_party/WebKit/LayoutTests/platform/mac-mac10.9/editing/inserting/4960120-1-expected.txt5
-rw-r--r--third_party/WebKit/LayoutTests/platform/win/editing/inserting/4960120-1-expected.txt5
5 files changed, 25 insertions, 10 deletions
diff --git a/third_party/WebKit/LayoutTests/TestExpectations b/third_party/WebKit/LayoutTests/TestExpectations
index 93b83c7..013a0d7 100644
--- a/third_party/WebKit/LayoutTests/TestExpectations
+++ b/third_party/WebKit/LayoutTests/TestExpectations
@@ -769,7 +769,6 @@ crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/text-baseline-v
crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/text-baseline-vlr-007.xht [ Failure ]
crbug.com/498845 [ Win ] fast/multicol/vertical-rl/float-content-break.html [ Failure ]
-crbug.com/593184 editing/inserting/4960120-1.html [ NeedsRebaseline ]
crbug.com/443615 [ Linux Win ] imported/csswg-test/css-shapes-1/shape-outside/supported-shapes/circle/shape-outside-circle-027.html [ Failure ]
crbug.com/443379 imported/web-platform-tests/gamepad/idlharness.html [ Failure Timeout ]
diff --git a/third_party/WebKit/LayoutTests/platform/android/editing/inserting/4960120-1-expected.txt b/third_party/WebKit/LayoutTests/platform/android/editing/inserting/4960120-1-expected.txt
new file mode 100644
index 0000000..c92a8ed
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/platform/android/editing/inserting/4960120-1-expected.txt
@@ -0,0 +1,19 @@
+layer at (0,0) size 800x600
+ LayoutView at (0,0) size 800x600
+layer at (0,0) size 800x600
+ LayoutBlockFlow {HTML} at (0,0) size 800x600
+ LayoutBlockFlow {BODY} at (8,8) size 784x584
+ LayoutBlockFlow {P} at (0,0) size 784x20
+ LayoutText {#text} at (0,0) size 483x19
+ text run at (0,0) width 483: "This tests for a bug where the first newline entered into a text area would be lost."
+ LayoutBlockFlow (anonymous) at (0,36) size 784x36
+ LayoutText {#text} at (0,0) size 0x0
+ LayoutText {#text} at (0,0) size 0x0
+layer at (8,44) size 179x36 clip at (9,45) size 177x34
+ LayoutTextControl {TEXTAREA} at (0,0) size 179x36 [bgcolor=#FFFFFF] [border: (1px solid #A9A9A9)]
+ LayoutBlockFlow {DIV} at (3,3) size 175x32
+ LayoutText {#text} at (0,0) size 0x16
+ text run at (0,0) width 0: " "
+ LayoutText {#text} at (0,16) size 0x16
+ text run at (0,16) width 0: " "
+caret: position 0 of child 1 {#text} of child 0 {DIV} of {#document-fragment} of child 2 {TEXTAREA} of body
diff --git a/third_party/WebKit/LayoutTests/platform/linux/editing/inserting/4960120-1-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/editing/inserting/4960120-1-expected.txt
index c92a8ed..13165ff 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/editing/inserting/4960120-1-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/editing/inserting/4960120-1-expected.txt
@@ -14,6 +14,5 @@ layer at (8,44) size 179x36 clip at (9,45) size 177x34
LayoutBlockFlow {DIV} at (3,3) size 175x32
LayoutText {#text} at (0,0) size 0x16
text run at (0,0) width 0: " "
- LayoutText {#text} at (0,16) size 0x16
- text run at (0,16) width 0: " "
-caret: position 0 of child 1 {#text} of child 0 {DIV} of {#document-fragment} of child 2 {TEXTAREA} of body
+ LayoutBR {BR} at (0,16) size 0x16
+caret: position 0 of child 1 {BR} of child 0 {DIV} of {#document-fragment} of child 2 {TEXTAREA} of body
diff --git a/third_party/WebKit/LayoutTests/platform/mac-mac10.9/editing/inserting/4960120-1-expected.txt b/third_party/WebKit/LayoutTests/platform/mac-mac10.9/editing/inserting/4960120-1-expected.txt
index b4b07a4..51cc2a8 100644
--- a/third_party/WebKit/LayoutTests/platform/mac-mac10.9/editing/inserting/4960120-1-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac-mac10.9/editing/inserting/4960120-1-expected.txt
@@ -14,6 +14,5 @@ layer at (8,42) size 161x32 clip at (9,43) size 159x30
LayoutBlockFlow {DIV} at (3,3) size 155x26
LayoutText {#text} at (0,0) size 0x13
text run at (0,0) width 0: " "
- LayoutText {#text} at (0,13) size 0x13
- text run at (0,13) width 0: " "
-caret: position 0 of child 1 {#text} of child 0 {DIV} of {#document-fragment} of child 2 {TEXTAREA} of body
+ LayoutBR {BR} at (0,13) size 0x13
+caret: position 0 of child 1 {BR} of child 0 {DIV} of {#document-fragment} of child 2 {TEXTAREA} of body
diff --git a/third_party/WebKit/LayoutTests/platform/win/editing/inserting/4960120-1-expected.txt b/third_party/WebKit/LayoutTests/platform/win/editing/inserting/4960120-1-expected.txt
index 36862c3..ed59e58 100644
--- a/third_party/WebKit/LayoutTests/platform/win/editing/inserting/4960120-1-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/win/editing/inserting/4960120-1-expected.txt
@@ -14,6 +14,5 @@ layer at (8,42) size 179x36 clip at (9,43) size 177x34
LayoutBlockFlow {DIV} at (3,3) size 175x32
LayoutText {#text} at (0,0) size 0x16
text run at (0,0) width 0: " "
- LayoutText {#text} at (0,16) size 0x16
- text run at (0,16) width 0: " "
-caret: position 0 of child 1 {#text} of child 0 {DIV} of {#document-fragment} of child 2 {TEXTAREA} of body
+ LayoutBR {BR} at (0,16) size 0x16
+caret: position 0 of child 1 {BR} of child 0 {DIV} of {#document-fragment} of child 2 {TEXTAREA} of body