summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/forms/file/file-style-inheritance-expected.txt
blob: dcd3c3bb564be60951cc91d873ccd9eba9a5a8f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
Tests internal components of a file upload control correctly inherit the style of the container input element.



PASS document.defaultView.getComputedStyle(button1, null).getPropertyValue("font-size") is "30px"
PASS document.defaultView.getComputedStyle(document.getElementById("darkFile"), null).getPropertyValue("background-color") is "rgba(0, 0, 0, 0)"
PASS document.defaultView.getComputedStyle(document.getElementById("darkFile"), null).getPropertyValue("color") is "rgb(255, 255, 255)"
PASS successfullyParsed is true

TEST COMPLETE