Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/fast/dom/viewport/visualviewportchanged-event-fired-expected.txt |
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/viewport/visualviewportchanged-event-fired-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/viewport/visualviewportchanged-event-fired-expected.txt |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..604884a980f1dc903041758c9478488dc61fca6f |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/fast/dom/viewport/visualviewportchanged-event-fired-expected.txt |
| @@ -0,0 +1,14 @@ |
| +This test verifies that that visualviewportchanged event gets fired when the visual viewport is scaled or scrolled. |
| + |
| +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
| + |
| + |
| +PASS numCalls is 0 |
| +PASS numCalls is 1 |
| +PASS numCalls is 2 |
| +PASS numCalls is 3 |
| +PASS numCalls is 4 |
| +PASS successfullyParsed is true |
| + |
| +TEST COMPLETE |
| + |