Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / Window / window-resize-contents-expected.txt
blobb4e15064912ab7895262dbe0491f6780cabdba86
1 CONSOLE MESSAGE: line 20: Initial reference node dimensions 800 x 600
2 CONSOLE MESSAGE: line 22: Increasing window size by 10 x 10
3 CONSOLE MESSAGE: line 24: Post-resize reference node dimensions 810 x 610
4 This test checks that the yellow reference DOM node (which should be as big as the window) gets resized when the window is resized.
6 To avoid relayouts and repaints caused by DOM-based logging, it doesn't output anything. Please check the console for confirmation that the node dimensions increase by 10x10.