On Linux trunk, every layout test with pixel dumps seems to be failing with --root-layer-scrolls due to single-pixel diffs in the text antialiasing.
This definitely used to work.
$ echo "Hello world" > third_party/WebKit/LayoutTests/html/hello.html
$ blink/tools/run_layout_tests.sh --reset-results html/hello.html
...
Writing new expected result "html/hello-expected.txt"
Writing new expected result "html/hello-expected.png"
The test ran as expected.
$ blink/tools/run_layout_tests.sh --additional-driver-flag=--root-layer-scrolls html/hello.html
...
[1/1] html/hello.html failed unexpectedly (image diff)
0 tests ran as expected, 1 didn't:
Regressions: Unexpected image-only failures (1)
html/hello.html [ Failure ]
|
Deleted:
test-results.png
29.3 KB
|
Comment 1 by skobes@chromium.org
, Jul 12 2017