diff options
author | Tom Sepez <tsepez@chromium.org> | 2015-03-17 13:35:50 -0700 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2015-03-17 13:35:50 -0700 |
commit | de00893874a9d5ecae497e00511e2395fc2f02e8 (patch) | |
tree | 50582c1aeae7b3a39218718e99a36513cb2797ff /testing | |
parent | 2c4f5eaa7bdad0454c311a1cc41f43e4238e4308 (diff) | |
download | pdfium-de00893874a9d5ecae497e00511e2395fc2f02e8.tar.xz |
TEST that the tree goes RED when pixel/javascript tests fail.
This will be immediately reverted, but I need to be sure that the
previous change actually detects failures.
TBR=thestig@chromium.org
Review URL: https://codereview.chromium.org/1008873005
Diffstat (limited to 'testing')
-rw-r--r-- | testing/resources/javascript/globals_expected.txt | 1 | ||||
-rw-r--r-- | testing/resources/pixel/font_size.in | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/testing/resources/javascript/globals_expected.txt b/testing/resources/javascript/globals_expected.txt index fcebd70466..660af901fa 100644 --- a/testing/resources/javascript/globals_expected.txt +++ b/testing/resources/javascript/globals_expected.txt @@ -1,4 +1,5 @@ Alert: ************ Initial State ************ +BOOGEY BOOGEY BOOGEY Alert: Enumerable Globals: Alert: setPersistent = function setPersistent() { [native code] }, own property = true Alert: Expected Globals: diff --git a/testing/resources/pixel/font_size.in b/testing/resources/pixel/font_size.in index c4e21e2358..fc44263a26 100644 --- a/testing/resources/pixel/font_size.in +++ b/testing/resources/pixel/font_size.in @@ -34,7 +34,7 @@ BT 20 0 Td 0 20 Td /F1 0 Tf (Size 0) Tj 0 20 Td /F1 1 Tf (Size 1) Tj -0 20 Td /F1 2 Tf (Size 2) Tj +0 20 Td /F1 2 Tf (BOOGEY BOOGEY BOOGEY 2) Tj 0 20 Td /F1 3 Tf (Size 3) Tj 0 20 Td /F1 4 Tf (Size 4) Tj 0 20 Td /F1 5 Tf (Size 5) Tj |