diff options
Diffstat (limited to 'third_party/WebKit/LayoutTests/fast/css3-text/css3-text-indent/getComputedStyle')
| -rw-r--r-- | third_party/WebKit/LayoutTests/fast/css3-text/css3-text-indent/getComputedStyle/getComputedStyle-text-indent-inherited-expected.txt | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/third_party/WebKit/LayoutTests/fast/css3-text/css3-text-indent/getComputedStyle/getComputedStyle-text-indent-inherited-expected.txt b/third_party/WebKit/LayoutTests/fast/css3-text/css3-text-indent/getComputedStyle/getComputedStyle-text-indent-inherited-expected.txt new file mode 100644 index 0000000..8d8393d --- /dev/null +++ b/third_party/WebKit/LayoutTests/fast/css3-text/css3-text-indent/getComputedStyle/getComputedStyle-text-indent-inherited-expected.txt @@ -0,0 +1,21 @@ +This tests check that the value of text-indent is properly inherited to the child. + +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". + + +Value of ancestor is '10px': +PASS window.getComputedStyle(ancestor).getPropertyValue('text-indent') is '10px' +PASS window.getComputedStyle(child).getPropertyValue('text-indent') is '10px' + +Value of ancestor is '10px -webkit-each-line': +FAIL window.getComputedStyle(ancestor).getPropertyValue('text-indent') should be 10px -webkit-each-line. Was 10px. +FAIL window.getComputedStyle(child).getPropertyValue('text-indent') should be 10px -webkit-each-line. Was 10px. + +Value of ancestor is '10px -webkit-each-line', while child is '10px': +FAIL window.getComputedStyle(ancestor).getPropertyValue('text-indent') should be 10px -webkit-each-line. Was 10px. +PASS window.getComputedStyle(child).getPropertyValue('text-indent') is '10px' + +PASS successfullyParsed is true + +TEST COMPLETE + |
