Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / css / css-image-valued-shape-expected.txt
blob8eb15cd7fb6fb201ad251ccdf632a482f4ae45b4
1 Verify that a image valued shape-outside layout is updated after the image has been loaded. This test checks that left edge of the "Hello World" text span is defined by the 200px wide float before shape-outside image has been loaded and by the 100px wide image after it's been laoded.
3 Hello World
4 PASS elementRect("text").left is 200
5 PASS elementRect("text").left is 100
6 PASS successfullyParsed is true
8 TEST COMPLETE