Regenerate text-autosizing mac baselines to fix image diff errors
Two tests have png expectations that consistently generate an error
message on mac:
fast/text-autosizing/tables/table-with-inline-block.html
fast/text-autosizing/supercluster-multiple-layout.html
The error message is:
Image diff returned an exit code of 2. See http://crbug.com/278596
The mac expectation files appear to actually be corrupt:
LayoutTests/platform/mac/fast/text-autosizing/supercluster-multiple-layout-expected.png
LayoutTests/platform/mac/fast/text-autosizing/tables/table-with-inline-block-expected.png
I generated these a long time ago and may have made a mistake. This
patch removes the files and marks them to generate new baselines.
BUG=374643
Review-Url: https://codereview.chromium.org/2046223002
Cr-Commit-Position: refs/heads/master@{#398475}
diff --git a/third_party/WebKit/LayoutTests/TestExpectations b/third_party/WebKit/LayoutTests/TestExpectations
index cb2ddf5..6219085 100644
--- a/third_party/WebKit/LayoutTests/TestExpectations
+++ b/third_party/WebKit/LayoutTests/TestExpectations
@@ -764,8 +764,8 @@
crbug.com/253763 fast/text-autosizing/first-line-scale-factor.html [ Failure ]
-crbug.com/374643 [ Mac ] fast/text-autosizing/supercluster-multiple-layout.html [ Failure ]
-crbug.com/374643 [ Mac ] fast/text-autosizing/tables/table-with-inline-block.html [ Failure ]
+crbug.com/374643 [ Mac ] fast/text-autosizing/supercluster-multiple-layout.html [ NeedsRebaseline ]
+crbug.com/374643 [ Mac ] fast/text-autosizing/tables/table-with-inline-block.html [ NeedsRebaseline ]
# Started failing after r162705.
crbug.com/324370 compositing/video/video-reflection.html [ Failure ]
diff --git a/third_party/WebKit/LayoutTests/platform/mac/fast/text-autosizing/supercluster-multiple-layout-expected.png b/third_party/WebKit/LayoutTests/platform/mac/fast/text-autosizing/supercluster-multiple-layout-expected.png
deleted file mode 100644
index e630962..0000000
--- a/third_party/WebKit/LayoutTests/platform/mac/fast/text-autosizing/supercluster-multiple-layout-expected.png
+++ /dev/null
Binary files differ
diff --git a/third_party/WebKit/LayoutTests/platform/mac/fast/text-autosizing/tables/table-with-inline-block-expected.png b/third_party/WebKit/LayoutTests/platform/mac/fast/text-autosizing/tables/table-with-inline-block-expected.png
deleted file mode 100644
index 5ca3360e..0000000
--- a/third_party/WebKit/LayoutTests/platform/mac/fast/text-autosizing/tables/table-with-inline-block-expected.png
+++ /dev/null
Binary files differ