Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / file / file-style-inheritance-expected.txt
blobdcd3c3bb564be60951cc91d873ccd9eba9a5a8f8
1 Tests internal components of a file upload control correctly inherit the style of the container input element.
5 PASS document.defaultView.getComputedStyle(button1, null).getPropertyValue("font-size") is "30px"
6 PASS document.defaultView.getComputedStyle(document.getElementById("darkFile"), null).getPropertyValue("background-color") is "rgba(0, 0, 0, 0)"
7 PASS document.defaultView.getComputedStyle(document.getElementById("darkFile"), null).getPropertyValue("color") is "rgb(255, 255, 255)"
8 PASS successfullyParsed is true
10 TEST COMPLETE