summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--webkit/data/layout_tests/platform/chromium-linux/LayoutTests/fast/box-shadow/transform-fringing-expected.checksum1
-rw-r--r--webkit/data/layout_tests/platform/chromium-linux/LayoutTests/fast/box-shadow/transform-fringing-expected.pngbin0 -> 5504 bytes
-rw-r--r--webkit/data/layout_tests/platform/chromium-linux/LayoutTests/fast/box-shadow/transform-fringing-expected.txt11
-rw-r--r--webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/box-shadow/transform-fringing-expected.checksum1
-rw-r--r--webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/box-shadow/transform-fringing-expected.pngbin0 -> 3650 bytes
-rw-r--r--webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/box-shadow/transform-fringing-expected.txt11
-rw-r--r--webkit/tools/layout_tests/test_expectations.txt3
7 files changed, 24 insertions, 3 deletions
diff --git a/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/fast/box-shadow/transform-fringing-expected.checksum b/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/fast/box-shadow/transform-fringing-expected.checksum
new file mode 100644
index 0000000..be6733f
--- /dev/null
+++ b/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/fast/box-shadow/transform-fringing-expected.checksum
@@ -0,0 +1 @@
+50f749a72a5087b6fc21fad017d3f6df \ No newline at end of file
diff --git a/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/fast/box-shadow/transform-fringing-expected.png b/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/fast/box-shadow/transform-fringing-expected.png
new file mode 100644
index 0000000..e5d80b6
--- /dev/null
+++ b/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/fast/box-shadow/transform-fringing-expected.png
Binary files differ
diff --git a/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/fast/box-shadow/transform-fringing-expected.txt b/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/fast/box-shadow/transform-fringing-expected.txt
new file mode 100644
index 0000000..8565ff8
--- /dev/null
+++ b/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/fast/box-shadow/transform-fringing-expected.txt
@@ -0,0 +1,11 @@
+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 {P} at (0,0) size 784x20
+ RenderText {#text} at (0,0) size 339x19
+ text run at (0,0) width 339: "There should not be any non-white pixels inside this box:"
+ RenderBlock {DIV} at (0,36) size 206x206 [border: (3px solid #000000)]
+layer at (61,97) size 100x100
+ RenderBlock {DIV} at (53,53) size 100x100
diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/box-shadow/transform-fringing-expected.checksum b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/box-shadow/transform-fringing-expected.checksum
new file mode 100644
index 0000000..88dbbe9d
--- /dev/null
+++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/box-shadow/transform-fringing-expected.checksum
@@ -0,0 +1 @@
+5cdb8da97ded2e895f1acdc383471605 \ No newline at end of file
diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/box-shadow/transform-fringing-expected.png b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/box-shadow/transform-fringing-expected.png
new file mode 100644
index 0000000..faf2353
--- /dev/null
+++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/box-shadow/transform-fringing-expected.png
Binary files differ
diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/box-shadow/transform-fringing-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/box-shadow/transform-fringing-expected.txt
new file mode 100644
index 0000000..8565ff8
--- /dev/null
+++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/box-shadow/transform-fringing-expected.txt
@@ -0,0 +1,11 @@
+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 {P} at (0,0) size 784x20
+ RenderText {#text} at (0,0) size 339x19
+ text run at (0,0) width 339: "There should not be any non-white pixels inside this box:"
+ RenderBlock {DIV} at (0,36) size 206x206 [border: (3px solid #000000)]
+layer at (61,97) size 100x100
+ RenderBlock {DIV} at (53,53) size 100x100
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt
index 6661b07..41fe05d 100644
--- a/webkit/tools/layout_tests/test_expectations.txt
+++ b/webkit/tools/layout_tests/test_expectations.txt
@@ -2703,9 +2703,6 @@ BUG10384 MAC : LayoutTests/fast/events/frame-tab-focus.html = CRASH FAIL
BUG11613 LINUX : LayoutTests/fast/forms/tabbing-input-iframe.html = FAIL
BUG11613 LINUX : LayoutTests/fast/overflow/scrollRevealButton.html = FAIL
-// WebKit 45473:45487
-BUG15873 WIN LINUX : LayoutTests/fast/box-shadow/transform-fringing.html = FAIL
-
// Webkit 45555:45558
// This was removed from test_expectations when it was passing after the Webkit merge 45495:45535.
// Not sure if this is a regression or some manner of flakiness.