Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / invalidation / clears-invalidation-whole-tree-expected.txt
blobb96d5339c238132c45736fbb98081563def2b11f
1 Tests that a style recalc on the inner element after the outer one works correctly. See also crbug.com/346928.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS getComputedStyle(outer).width is "200px"
7 PASS getComputedStyle(inner).width is "150px"
8 PASS successfullyParsed is true
10 TEST COMPLETE