summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwangxianzhu@google.com <wangxianzhu@google.com>2015-06-29 19:13:54 +0000
committerwangxianzhu@google.com <wangxianzhu@google.com>2015-06-29 19:13:54 +0000
commitde51d38ae4cd49e64e85b4ded2a5eb3b3e23ba11 (patch)
tree8b77942ee6a18ec13f1059778915b16adb22c7e9
parent37b09500376254d549929b9c45b5fb670b6980c6 (diff)
downloadchromium_src-de51d38ae4cd49e64e85b4ded2a5eb3b3e23ba11.zip
chromium_src-de51d38ae4cd49e64e85b4ded2a5eb3b3e23ba11.tar.gz
chromium_src-de51d38ae4cd49e64e85b4ded2a5eb3b3e23ba11.tar.bz2
Auto-rebaseline for r198005
http://src.chromium.org/viewvc/blink?view=revision&revision=198005 BUG=382491 TBR=chrishtr@chromium.org Review URL: https://codereview.chromium.org/1211323005. git-svn-id: svn://svn.chromium.org/blink/trunk@198011 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-rw-r--r--third_party/WebKit/LayoutTests/TestExpectations6
-rw-r--r--third_party/WebKit/LayoutTests/platform/android/css3/blending/background-blend-mode-overlapping-accelerated-elements-expected.pngbin0 -> 22087 bytes
-rw-r--r--third_party/WebKit/LayoutTests/platform/linux/css3/blending/background-blend-mode-overlapping-accelerated-elements-expected.pngbin22087 -> 21357 bytes
-rw-r--r--third_party/WebKit/LayoutTests/platform/mac-lion/fast/forms/placeholder-position-expected.pngbin0 -> 9902 bytes
-rw-r--r--third_party/WebKit/LayoutTests/platform/mac-mavericks/fast/forms/placeholder-position-expected.pngbin0 -> 9881 bytes
-rw-r--r--third_party/WebKit/LayoutTests/platform/mac-mavericks/fast/forms/placeholder-position-expected.txt134
-rw-r--r--third_party/WebKit/LayoutTests/platform/mac-snowleopard/fast/forms/placeholder-position-expected.pngbin0 -> 9574 bytes
-rw-r--r--third_party/WebKit/LayoutTests/platform/mac/css3/blending/background-blend-mode-overlapping-accelerated-elements-expected.pngbin0 -> 20567 bytes
-rw-r--r--third_party/WebKit/LayoutTests/platform/mac/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.pngbin0 -> 51907 bytes
-rw-r--r--third_party/WebKit/LayoutTests/platform/mac/fast/forms/placeholder-position-expected.pngbin0 -> 6947 bytes
-rw-r--r--third_party/WebKit/LayoutTests/platform/mac/fast/forms/placeholder-position-expected.txt248
-rw-r--r--third_party/WebKit/LayoutTests/platform/win-xp/css3/blending/background-blend-mode-overlapping-accelerated-elements-expected.pngbin0 -> 20950 bytes
-rw-r--r--third_party/WebKit/LayoutTests/platform/win/css3/blending/background-blend-mode-overlapping-accelerated-elements-expected.pngbin0 -> 20414 bytes
-rw-r--r--third_party/WebKit/LayoutTests/platform/win/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.pngbin0 -> 52140 bytes
14 files changed, 258 insertions, 130 deletions
diff --git a/third_party/WebKit/LayoutTests/TestExpectations b/third_party/WebKit/LayoutTests/TestExpectations
index b237adc..f0ce88b 100644
--- a/third_party/WebKit/LayoutTests/TestExpectations
+++ b/third_party/WebKit/LayoutTests/TestExpectations
@@ -1,13 +1,7 @@
crbug.com/486920 [ Mac Win ] plugins/destroy-on-setwindow.html [ Crash ]
-crbug.com/382491 css3/blending/background-blend-mode-overlapping-accelerated-elements.html [ NeedsRebaseline ]
-crbug.com/382491 css3/blending/effect-background-blend-mode-stacking.html [ NeedsRebaseline ]
crbug.com/504613 paint/images/image-backgrounds-not-antialiased.html [ ImageOnlyFailure ]
-crbug.com/382491 transforms/svg-vs-css.xhtml [ NeedsRebaseline ]
-crbug.com/382491 fast/backgrounds/repeat/negative-offset-repeat-transformed.html [ NeedsRebaseline ]
crbug.com/502531 fast/borders/border-antialiasing.html [ ImageOnlyFailure ]
-crbug.com/382491 fast/borders/border-image-rotate-transform.html [ NeedsRebaseline ]
-crbug.com/382491 fast/forms/placeholder-position.html [ NeedsRebaseline ]
crbug.com/474117 compositing/overflow/overflow-positioning.html [ ImageOnlyFailure Pass ]
diff --git a/third_party/WebKit/LayoutTests/platform/android/css3/blending/background-blend-mode-overlapping-accelerated-elements-expected.png b/third_party/WebKit/LayoutTests/platform/android/css3/blending/background-blend-mode-overlapping-accelerated-elements-expected.png
new file mode 100644
index 0000000..716100d
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/platform/android/css3/blending/background-blend-mode-overlapping-accelerated-elements-expected.png
Binary files differ
diff --git a/third_party/WebKit/LayoutTests/platform/linux/css3/blending/background-blend-mode-overlapping-accelerated-elements-expected.png b/third_party/WebKit/LayoutTests/platform/linux/css3/blending/background-blend-mode-overlapping-accelerated-elements-expected.png
index 716100d..b905bb7 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/css3/blending/background-blend-mode-overlapping-accelerated-elements-expected.png
+++ b/third_party/WebKit/LayoutTests/platform/linux/css3/blending/background-blend-mode-overlapping-accelerated-elements-expected.png
Binary files differ
diff --git a/third_party/WebKit/LayoutTests/platform/mac-lion/fast/forms/placeholder-position-expected.png b/third_party/WebKit/LayoutTests/platform/mac-lion/fast/forms/placeholder-position-expected.png
new file mode 100644
index 0000000..a2c5a32
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/platform/mac-lion/fast/forms/placeholder-position-expected.png
Binary files differ
diff --git a/third_party/WebKit/LayoutTests/platform/mac-mavericks/fast/forms/placeholder-position-expected.png b/third_party/WebKit/LayoutTests/platform/mac-mavericks/fast/forms/placeholder-position-expected.png
new file mode 100644
index 0000000..b5f46f7
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/platform/mac-mavericks/fast/forms/placeholder-position-expected.png
Binary files differ
diff --git a/third_party/WebKit/LayoutTests/platform/mac-mavericks/fast/forms/placeholder-position-expected.txt b/third_party/WebKit/LayoutTests/platform/mac-mavericks/fast/forms/placeholder-position-expected.txt
new file mode 100644
index 0000000..72f8c11
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/platform/mac-mavericks/fast/forms/placeholder-position-expected.txt
@@ -0,0 +1,134 @@
+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
+ LayoutTextControl {INPUT} at (0,0) size 125x19 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
+ LayoutFlexibleBox {DIV} at (4,3) size 117x13
+ LayoutBlockFlow {DIV} at (0,6.50) size 5x0
+ LayoutBlockFlow {DIV} at (5,0) size 100x13
+ LayoutBR {BR} at (125,14) size 0x0
+ LayoutTextControl {INPUT} at (0,19) size 123x19 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
+ LayoutBR {BR} at (123,33) size 0x0
+ LayoutTextControl {INPUT} at (0,38) size 125x19 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
+ LayoutFlexibleBox {DIV} at (4,3) size 117x13
+ LayoutBlockFlow {DIV} at (0,6.50) size 5x0
+ LayoutBlockFlow {DIV} at (5,0) size 100x13
+ LayoutBR {BR} at (125,52) size 0x0
+ LayoutTextControl {INPUT} at (0,57) size 125x19 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
+ LayoutFlexibleBox {DIV} at (4,3) size 117x13
+ LayoutBlockFlow {DIV} at (0,0) size 16x13
+ LayoutBlockFlow {DIV} at (16,0) size 89x13
+ LayoutBR {BR} at (125,71) size 0x0
+ LayoutBR {BR} at (161,108) size 0x0
+ LayoutTextControl {INPUT} at (0,108) size 123x33 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
+ LayoutBR {BR} at (123,122) size 0x0
+ LayoutBR {BR} at (161,186) size 0x0
+ LayoutTextControl {INPUT} at (5,191) size 174x30 [bgcolor=#FFFFFF] [border: (5px solid #000000)]
+ LayoutBR {BR} at (184,212) size 0x0
+ LayoutTextControl {INPUT} at (0,226) size 123x31 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
+ LayoutText {#text} at (123,232) size 4x18
+ text run at (123,232) width 4: " "
+ LayoutTextControl {INPUT} at (127,226) size 123x31 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
+ LayoutText {#text} at (250,232) size 4x18
+ text run at (250,232) width 4: " "
+ LayoutBR {BR} at (254,246) size 0x0
+ LayoutTextControl {INPUT} at (0,257) size 123x19 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
+ LayoutText {#text} at (123,257) size 4x18
+ text run at (123,257) width 4: " "
+ LayoutTextControl {INPUT} at (127,257) size 123x19 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
+ LayoutText {#text} at (250,257) size 4x18
+ text run at (250,257) width 4: " "
+ LayoutTextControl {INPUT} at (254,257) size 123x19 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
+ LayoutText {#text} at (377,257) size 4x18
+ text run at (377,257) width 4: " "
+ LayoutBR {BR} at (381,271) size 0x0
+ LayoutBR {BR} at (123,304) size 0x0
+layer at (17,11) size 100x13
+ LayoutBlockFlow {DIV} at (9,3) size 100x13 [color=#A9A9A9]
+ LayoutText {#text} at (0,0) size 63x13
+ text run at (0,0) width 63: "placeholder"
+layer at (17,11) size 100x13
+ LayoutBlockFlow {DIV} at (0,0) size 100x13
+layer at (11,30) size 117x13
+ LayoutBlockFlow {DIV} at (3,3) size 117x13 [color=#A9A9A9]
+ LayoutText {#text} at (0,0) size 63x13
+ text run at (0,0) width 63: "placeholder"
+layer at (11,30) size 117x13
+ LayoutBlockFlow {DIV} at (3,3) size 117x13
+layer at (17,49) size 100x13
+ LayoutBlockFlow {DIV} at (9,3) size 100x13 [color=#A9A9A9]
+ LayoutText {#text} at (37,0) size 63x13
+ text run at (37,0) width 63: "placeholder"
+layer at (17,49) size 100x13
+ LayoutBlockFlow {DIV} at (0,0) size 100x13
+layer at (28,68) size 89x13
+ LayoutBlockFlow {DIV} at (20,3) size 89x13 [color=#A9A9A9]
+ LayoutText {#text} at (0,0) size 63x13
+ text run at (0,0) width 63: "placeholder"
+layer at (28,68) size 89x13
+ LayoutBlockFlow {DIV} at (0,0) size 89x13
+layer at (8,84) size 161x32 clip at (9,85) size 159x30
+ LayoutTextControl {TEXTAREA} at (0,76) size 161x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+ LayoutBlockFlow {DIV} at (3,3) size 155x13 [color=#A9A9A9]
+ LayoutText {#text} at (0,0) size 63x13
+ text run at (0,0) width 63: "placeholder"
+ LayoutBlockFlow {DIV} at (3,3) size 155x13
+layer at (11,119) size 117x13
+ LayoutBlockFlow {DIV} at (3,3) size 117x13 [color=#A9A9A9]
+ LayoutText {#text} at (0,0) size 63x13
+ text run at (0,0) width 63: "placeholder"
+layer at (11,119) size 117x13
+ LayoutBlockFlow {DIV} at (3,3) size 117x13
+layer at (8,149) size 161x45 clip at (9,150) size 159x43
+ LayoutTextControl {TEXTAREA} at (0,141) size 161x45 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+ LayoutBlockFlow {DIV} at (3,16) size 155x13 [color=#A9A9A9]
+ LayoutText {#text} at (0,0) size 63x13
+ text run at (0,0) width 63: "placeholder"
+ LayoutBlockFlow {DIV} at (3,16) size 155x13
+layer at (19,205) size 162x18
+ LayoutBlockFlow {DIV} at (6,6) size 162x18 [color=#A9A9A9]
+ LayoutText {#text} at (0,0) size 85x18
+ text run at (0,0) width 85: "placeholder"
+layer at (19,205) size 162x18
+ LayoutBlockFlow {DIV} at (6,6) size 162x18
+layer at (11,237) size 117x25
+ LayoutBlockFlow {DIV} at (3,3) size 117x25
+ LayoutText {#text} at (0,6) size 30x13
+ text run at (0,6) width 30: "Value"
+layer at (138,237) size 117x25
+ LayoutBlockFlow {DIV} at (3,3) size 117x25 [color=#A9A9A9]
+ LayoutText {#text} at (0,6) size 63x13
+ text run at (0,6) width 63: "placeholder"
+layer at (138,237) size 117x25
+ LayoutBlockFlow {DIV} at (3,3) size 117x25
+layer at (11,268) size 117x13
+ LayoutBlockFlow {DIV} at (3,3) size 117x13
+ LayoutText {#text} at (43,0) size 31x13
+ text run at (43,0) width 31: "Value"
+layer at (138,268) size 117x13
+ LayoutBlockFlow {DIV} at (3,3) size 117x13 [color=#A9A9A9]
+ LayoutText {#text} at (27,0) size 63x13
+ text run at (27,0) width 63: "placeholder"
+layer at (138,268) size 117x13
+ LayoutBlockFlow {DIV} at (3,3) size 117x13
+layer at (265,268) size 117x13
+ LayoutBlockFlow {DIV} at (3,3) size 117x13 [color=#A9A9A9]
+ LayoutText {#text} at (27,0) size 63x13
+ text run at (27,0) width 63: "placeholder"
+layer at (265,268) size 117x13
+ LayoutBlockFlow {DIV} at (3,3) size 117x13
+layer at (118,12) size 11x11 transparent
+ LayoutBlockFlow {DIV} at (106,1) size 11x11
+layer at (118,50) size 11x11 transparent
+ LayoutBlockFlow {DIV} at (106,1) size 11x11
+layer at (118,69) size 11x11 transparent
+ LayoutBlockFlow {DIV} at (106,1) size 11x11
+layer at (8,284) size 123x33
+ LayoutTextControl {INPUT} at (0,276) size 123x33 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
+layer at (11,301) size 117x13
+ LayoutBlockFlow {DIV} at (3,17) size 117x13 [color=#A9A9A9]
+ LayoutText {#text} at (0,0) size 63x13
+ text run at (0,0) width 63: "placeholder"
+layer at (11,301) size 117x13
+ LayoutBlockFlow {DIV} at (3,17) size 117x13
diff --git a/third_party/WebKit/LayoutTests/platform/mac-snowleopard/fast/forms/placeholder-position-expected.png b/third_party/WebKit/LayoutTests/platform/mac-snowleopard/fast/forms/placeholder-position-expected.png
new file mode 100644
index 0000000..1d5a823
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/platform/mac-snowleopard/fast/forms/placeholder-position-expected.png
Binary files differ
diff --git a/third_party/WebKit/LayoutTests/platform/mac/css3/blending/background-blend-mode-overlapping-accelerated-elements-expected.png b/third_party/WebKit/LayoutTests/platform/mac/css3/blending/background-blend-mode-overlapping-accelerated-elements-expected.png
new file mode 100644
index 0000000..861a2c5
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/platform/mac/css3/blending/background-blend-mode-overlapping-accelerated-elements-expected.png
Binary files differ
diff --git a/third_party/WebKit/LayoutTests/platform/mac/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png b/third_party/WebKit/LayoutTests/platform/mac/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png
new file mode 100644
index 0000000..3922ab9
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/platform/mac/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png
Binary files differ
diff --git a/third_party/WebKit/LayoutTests/platform/mac/fast/forms/placeholder-position-expected.png b/third_party/WebKit/LayoutTests/platform/mac/fast/forms/placeholder-position-expected.png
new file mode 100644
index 0000000..08abc3c
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/platform/mac/fast/forms/placeholder-position-expected.png
Binary files differ
diff --git a/third_party/WebKit/LayoutTests/platform/mac/fast/forms/placeholder-position-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/fast/forms/placeholder-position-expected.txt
index 72f8c11..6e1b1a1 100644
--- a/third_party/WebKit/LayoutTests/platform/mac/fast/forms/placeholder-position-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac/fast/forms/placeholder-position-expected.txt
@@ -3,132 +3,132 @@ layer 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
- LayoutTextControl {INPUT} at (0,0) size 125x19 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
- LayoutFlexibleBox {DIV} at (4,3) size 117x13
+ LayoutTextControl {INPUT} at (0,0) size 133x19 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
+ LayoutFlexibleBox {DIV} at (4,3) size 125x13
LayoutBlockFlow {DIV} at (0,6.50) size 5x0
- LayoutBlockFlow {DIV} at (5,0) size 100x13
- LayoutBR {BR} at (125,14) size 0x0
- LayoutTextControl {INPUT} at (0,19) size 123x19 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
- LayoutBR {BR} at (123,33) size 0x0
- LayoutTextControl {INPUT} at (0,38) size 125x19 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
- LayoutFlexibleBox {DIV} at (4,3) size 117x13
+ LayoutBlockFlow {DIV} at (5,0) size 108x13
+ LayoutBR {BR} at (133,14) size 0x0
+ LayoutTextControl {INPUT} at (0,19) size 131x19 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
+ LayoutBR {BR} at (131,33) size 0x0
+ LayoutTextControl {INPUT} at (0,38) size 133x19 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
+ LayoutFlexibleBox {DIV} at (4,3) size 125x13
LayoutBlockFlow {DIV} at (0,6.50) size 5x0
- LayoutBlockFlow {DIV} at (5,0) size 100x13
- LayoutBR {BR} at (125,52) size 0x0
- LayoutTextControl {INPUT} at (0,57) size 125x19 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
- LayoutFlexibleBox {DIV} at (4,3) size 117x13
+ LayoutBlockFlow {DIV} at (5,0) size 108x13
+ LayoutBR {BR} at (133,52) size 0x0
+ LayoutTextControl {INPUT} at (0,57) size 133x19 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
+ LayoutFlexibleBox {DIV} at (4,3) size 125x13
LayoutBlockFlow {DIV} at (0,0) size 16x13
- LayoutBlockFlow {DIV} at (16,0) size 89x13
- LayoutBR {BR} at (125,71) size 0x0
- LayoutBR {BR} at (161,108) size 0x0
- LayoutTextControl {INPUT} at (0,108) size 123x33 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
- LayoutBR {BR} at (123,122) size 0x0
- LayoutBR {BR} at (161,186) size 0x0
- LayoutTextControl {INPUT} at (5,191) size 174x30 [bgcolor=#FFFFFF] [border: (5px solid #000000)]
- LayoutBR {BR} at (184,212) size 0x0
- LayoutTextControl {INPUT} at (0,226) size 123x31 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
- LayoutText {#text} at (123,232) size 4x18
- text run at (123,232) width 4: " "
- LayoutTextControl {INPUT} at (127,226) size 123x31 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
- LayoutText {#text} at (250,232) size 4x18
- text run at (250,232) width 4: " "
- LayoutBR {BR} at (254,246) size 0x0
- LayoutTextControl {INPUT} at (0,257) size 123x19 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
- LayoutText {#text} at (123,257) size 4x18
- text run at (123,257) width 4: " "
- LayoutTextControl {INPUT} at (127,257) size 123x19 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
- LayoutText {#text} at (250,257) size 4x18
- text run at (250,257) width 4: " "
- LayoutTextControl {INPUT} at (254,257) size 123x19 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
- LayoutText {#text} at (377,257) size 4x18
- text run at (377,257) width 4: " "
- LayoutBR {BR} at (381,271) size 0x0
- LayoutBR {BR} at (123,304) size 0x0
-layer at (17,11) size 100x13
- LayoutBlockFlow {DIV} at (9,3) size 100x13 [color=#A9A9A9]
- LayoutText {#text} at (0,0) size 63x13
- text run at (0,0) width 63: "placeholder"
-layer at (17,11) size 100x13
- LayoutBlockFlow {DIV} at (0,0) size 100x13
-layer at (11,30) size 117x13
- LayoutBlockFlow {DIV} at (3,3) size 117x13 [color=#A9A9A9]
- LayoutText {#text} at (0,0) size 63x13
- text run at (0,0) width 63: "placeholder"
-layer at (11,30) size 117x13
- LayoutBlockFlow {DIV} at (3,3) size 117x13
-layer at (17,49) size 100x13
- LayoutBlockFlow {DIV} at (9,3) size 100x13 [color=#A9A9A9]
- LayoutText {#text} at (37,0) size 63x13
- text run at (37,0) width 63: "placeholder"
-layer at (17,49) size 100x13
- LayoutBlockFlow {DIV} at (0,0) size 100x13
-layer at (28,68) size 89x13
- LayoutBlockFlow {DIV} at (20,3) size 89x13 [color=#A9A9A9]
- LayoutText {#text} at (0,0) size 63x13
- text run at (0,0) width 63: "placeholder"
-layer at (28,68) size 89x13
- LayoutBlockFlow {DIV} at (0,0) size 89x13
-layer at (8,84) size 161x32 clip at (9,85) size 159x30
- LayoutTextControl {TEXTAREA} at (0,76) size 161x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
- LayoutBlockFlow {DIV} at (3,3) size 155x13 [color=#A9A9A9]
- LayoutText {#text} at (0,0) size 63x13
- text run at (0,0) width 63: "placeholder"
- LayoutBlockFlow {DIV} at (3,3) size 155x13
-layer at (11,119) size 117x13
- LayoutBlockFlow {DIV} at (3,3) size 117x13 [color=#A9A9A9]
- LayoutText {#text} at (0,0) size 63x13
- text run at (0,0) width 63: "placeholder"
-layer at (11,119) size 117x13
- LayoutBlockFlow {DIV} at (3,3) size 117x13
-layer at (8,149) size 161x45 clip at (9,150) size 159x43
- LayoutTextControl {TEXTAREA} at (0,141) size 161x45 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
- LayoutBlockFlow {DIV} at (3,16) size 155x13 [color=#A9A9A9]
- LayoutText {#text} at (0,0) size 63x13
- text run at (0,0) width 63: "placeholder"
- LayoutBlockFlow {DIV} at (3,16) size 155x13
-layer at (19,205) size 162x18
- LayoutBlockFlow {DIV} at (6,6) size 162x18 [color=#A9A9A9]
- LayoutText {#text} at (0,0) size 85x18
- text run at (0,0) width 85: "placeholder"
-layer at (19,205) size 162x18
- LayoutBlockFlow {DIV} at (6,6) size 162x18
-layer at (11,237) size 117x25
- LayoutBlockFlow {DIV} at (3,3) size 117x25
+ LayoutBlockFlow {DIV} at (16,0) size 97x13
+ LayoutBR {BR} at (133,71) size 0x0
+ LayoutBR {BR} at (141,108) size 0x0
+ LayoutTextControl {INPUT} at (0,108) size 131x33 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
+ LayoutBR {BR} at (131,122) size 0x0
+ LayoutBR {BR} at (141,186) size 0x0
+ LayoutTextControl {INPUT} at (5,191) size 178x29 [bgcolor=#FFFFFF] [border: (5px solid #000000)]
+ LayoutBR {BR} at (188,211) size 0x0
+ LayoutTextControl {INPUT} at (0,225) size 131x31 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
+ LayoutText {#text} at (131,231) size 4x18
+ text run at (131,231) width 4: " "
+ LayoutTextControl {INPUT} at (135,225) size 131x31 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
+ LayoutText {#text} at (266,231) size 4x18
+ text run at (266,231) width 4: " "
+ LayoutBR {BR} at (270,245) size 0x0
+ LayoutTextControl {INPUT} at (0,256) size 131x19 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
+ LayoutText {#text} at (131,256) size 4x18
+ text run at (131,256) width 4: " "
+ LayoutTextControl {INPUT} at (135,256) size 131x19 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
+ LayoutText {#text} at (266,256) size 4x18
+ text run at (266,256) width 4: " "
+ LayoutTextControl {INPUT} at (270,256) size 131x19 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
+ LayoutText {#text} at (401,256) size 4x18
+ text run at (401,256) width 4: " "
+ LayoutBR {BR} at (405,270) size 0x0
+ LayoutBR {BR} at (131,303) size 0x0
+layer at (17,11) size 108x13
+ LayoutBlockFlow {DIV} at (9,3) size 108x13 [color=#A9A9A9]
+ LayoutText {#text} at (0,0) size 62x13
+ text run at (0,0) width 62: "placeholder"
+layer at (17,11) size 108x13
+ LayoutBlockFlow {DIV} at (0,0) size 108x13
+layer at (11,30) size 125x13
+ LayoutBlockFlow {DIV} at (3,3) size 125x13 [color=#A9A9A9]
+ LayoutText {#text} at (0,0) size 62x13
+ text run at (0,0) width 62: "placeholder"
+layer at (11,30) size 125x13
+ LayoutBlockFlow {DIV} at (3,3) size 125x13
+layer at (17,49) size 108x13
+ LayoutBlockFlow {DIV} at (9,3) size 108x13 [color=#A9A9A9]
+ LayoutText {#text} at (46,0) size 62x13
+ text run at (46,0) width 62: "placeholder"
+layer at (17,49) size 108x13
+ LayoutBlockFlow {DIV} at (0,0) size 108x13
+layer at (28,68) size 97x13
+ LayoutBlockFlow {DIV} at (20,3) size 97x13 [color=#A9A9A9]
+ LayoutText {#text} at (0,0) size 62x13
+ text run at (0,0) width 62: "placeholder"
+layer at (28,68) size 97x13
+ LayoutBlockFlow {DIV} at (0,0) size 97x13
+layer at (8,84) size 141x32 clip at (9,85) size 139x30
+ LayoutTextControl {TEXTAREA} at (0,76) size 141x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+ LayoutBlockFlow {DIV} at (3,3) size 135x13 [color=#A9A9A9]
+ LayoutText {#text} at (0,0) size 62x13
+ text run at (0,0) width 62: "placeholder"
+ LayoutBlockFlow {DIV} at (3,3) size 135x13
+layer at (11,119) size 125x13
+ LayoutBlockFlow {DIV} at (3,3) size 125x13 [color=#A9A9A9]
+ LayoutText {#text} at (0,0) size 62x13
+ text run at (0,0) width 62: "placeholder"
+layer at (11,119) size 125x13
+ LayoutBlockFlow {DIV} at (3,3) size 125x13
+layer at (8,149) size 141x45 clip at (9,150) size 139x43
+ LayoutTextControl {TEXTAREA} at (0,141) size 141x45 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+ LayoutBlockFlow {DIV} at (3,16) size 135x13 [color=#A9A9A9]
+ LayoutText {#text} at (0,0) size 62x13
+ text run at (0,0) width 62: "placeholder"
+ LayoutBlockFlow {DIV} at (3,16) size 135x13
+layer at (19,205) size 166x17
+ LayoutBlockFlow {DIV} at (6,6) size 166x17 [color=#A9A9A9]
+ LayoutText {#text} at (0,0) size 82x17
+ text run at (0,0) width 82: "placeholder"
+layer at (19,205) size 166x17
+ LayoutBlockFlow {DIV} at (6,6) size 166x17
+layer at (11,236) size 125x25
+ LayoutBlockFlow {DIV} at (3,3) size 125x25
LayoutText {#text} at (0,6) size 30x13
text run at (0,6) width 30: "Value"
-layer at (138,237) size 117x25
- LayoutBlockFlow {DIV} at (3,3) size 117x25 [color=#A9A9A9]
- LayoutText {#text} at (0,6) size 63x13
- text run at (0,6) width 63: "placeholder"
-layer at (138,237) size 117x25
- LayoutBlockFlow {DIV} at (3,3) size 117x25
-layer at (11,268) size 117x13
- LayoutBlockFlow {DIV} at (3,3) size 117x13
- LayoutText {#text} at (43,0) size 31x13
- text run at (43,0) width 31: "Value"
-layer at (138,268) size 117x13
- LayoutBlockFlow {DIV} at (3,3) size 117x13 [color=#A9A9A9]
- LayoutText {#text} at (27,0) size 63x13
- text run at (27,0) width 63: "placeholder"
-layer at (138,268) size 117x13
- LayoutBlockFlow {DIV} at (3,3) size 117x13
-layer at (265,268) size 117x13
- LayoutBlockFlow {DIV} at (3,3) size 117x13 [color=#A9A9A9]
- LayoutText {#text} at (27,0) size 63x13
- text run at (27,0) width 63: "placeholder"
-layer at (265,268) size 117x13
- LayoutBlockFlow {DIV} at (3,3) size 117x13
-layer at (118,12) size 11x11 transparent
- LayoutBlockFlow {DIV} at (106,1) size 11x11
-layer at (118,50) size 11x11 transparent
- LayoutBlockFlow {DIV} at (106,1) size 11x11
-layer at (118,69) size 11x11 transparent
- LayoutBlockFlow {DIV} at (106,1) size 11x11
-layer at (8,284) size 123x33
- LayoutTextControl {INPUT} at (0,276) size 123x33 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
-layer at (11,301) size 117x13
- LayoutBlockFlow {DIV} at (3,17) size 117x13 [color=#A9A9A9]
- LayoutText {#text} at (0,0) size 63x13
- text run at (0,0) width 63: "placeholder"
-layer at (11,301) size 117x13
- LayoutBlockFlow {DIV} at (3,17) size 117x13
+layer at (146,236) size 125x25
+ LayoutBlockFlow {DIV} at (3,3) size 125x25 [color=#A9A9A9]
+ LayoutText {#text} at (0,6) size 62x13
+ text run at (0,6) width 62: "placeholder"
+layer at (146,236) size 125x25
+ LayoutBlockFlow {DIV} at (3,3) size 125x25
+layer at (11,267) size 125x13
+ LayoutBlockFlow {DIV} at (3,3) size 125x13
+ LayoutText {#text} at (47,0) size 31x13
+ text run at (47,0) width 31: "Value"
+layer at (146,267) size 125x13
+ LayoutBlockFlow {DIV} at (3,3) size 125x13 [color=#A9A9A9]
+ LayoutText {#text} at (31,0) size 63x13
+ text run at (31,0) width 63: "placeholder"
+layer at (146,267) size 125x13
+ LayoutBlockFlow {DIV} at (3,3) size 125x13
+layer at (281,267) size 125x13
+ LayoutBlockFlow {DIV} at (3,3) size 125x13 [color=#A9A9A9]
+ LayoutText {#text} at (31,0) size 63x13
+ text run at (31,0) width 63: "placeholder"
+layer at (281,267) size 125x13
+ LayoutBlockFlow {DIV} at (3,3) size 125x13
+layer at (126,12) size 11x11 transparent
+ LayoutBlockFlow {DIV} at (114,1) size 11x11
+layer at (126,50) size 11x11 transparent
+ LayoutBlockFlow {DIV} at (114,1) size 11x11
+layer at (126,69) size 11x11 transparent
+ LayoutBlockFlow {DIV} at (114,1) size 11x11
+layer at (8,283) size 131x33
+ LayoutTextControl {INPUT} at (0,275) size 131x33 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
+layer at (11,300) size 125x13
+ LayoutBlockFlow {DIV} at (3,17) size 125x13 [color=#A9A9A9]
+ LayoutText {#text} at (0,0) size 62x13
+ text run at (0,0) width 62: "placeholder"
+layer at (11,300) size 125x13
+ LayoutBlockFlow {DIV} at (3,17) size 125x13
diff --git a/third_party/WebKit/LayoutTests/platform/win-xp/css3/blending/background-blend-mode-overlapping-accelerated-elements-expected.png b/third_party/WebKit/LayoutTests/platform/win-xp/css3/blending/background-blend-mode-overlapping-accelerated-elements-expected.png
new file mode 100644
index 0000000..214782d
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/platform/win-xp/css3/blending/background-blend-mode-overlapping-accelerated-elements-expected.png
Binary files differ
diff --git a/third_party/WebKit/LayoutTests/platform/win/css3/blending/background-blend-mode-overlapping-accelerated-elements-expected.png b/third_party/WebKit/LayoutTests/platform/win/css3/blending/background-blend-mode-overlapping-accelerated-elements-expected.png
new file mode 100644
index 0000000..d052d94
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/platform/win/css3/blending/background-blend-mode-overlapping-accelerated-elements-expected.png
Binary files differ
diff --git a/third_party/WebKit/LayoutTests/platform/win/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png b/third_party/WebKit/LayoutTests/platform/win/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png
new file mode 100644
index 0000000..ec589a5
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/platform/win/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png
Binary files differ