Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / CSSStyleDeclaration / access-longest-css-property-expected.txt
blobcd2d1a226bd9d50174fbea57ada7381bdfaf0b61
1 The test parsing of the boundary value by checking the longest CSS property.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS getComputedStyle(document.body).webkitBorderBottomRightRadius is "5px"
7 PASS document.getElementById("target").style.webkitBorderBottomRightRadius is "5px"
8 PASS document.body.style.webkitBorderBottomRightRadius is ""
9 PASS successfullyParsed is true
11 TEST COMPLETE