diff options
| author | ojan@chromium.org <ojan@chromium.org@bbb929c8-8fbe-4397-9dbb-9b2b20218538> | 2013-07-02 01:08:14 +0000 |
|---|---|---|
| committer | ojan@chromium.org <ojan@chromium.org@bbb929c8-8fbe-4397-9dbb-9b2b20218538> | 2013-07-02 01:08:14 +0000 |
| commit | 008b6b077c6e6a26c41c722a4fb784c6b4a2ea17 (patch) | |
| tree | 87279e37abce7861c5149ddcdca5d9bb0d73f50f /third_party/WebKit/LayoutTests/fast/css3-text/css3-text-indent/getComputedStyle | |
| parent | 0ab8f81c5035d02c64c888a8f5ed9201e0f49f3c (diff) | |
| download | chromium_src-008b6b077c6e6a26c41c722a4fb784c6b4a2ea17.zip chromium_src-008b6b077c6e6a26c41c722a4fb784c6b4a2ea17.tar.gz chromium_src-008b6b077c6e6a26c41c722a4fb784c6b4a2ea17.tar.bz2 | |
Some rebaselines in the spirit of https://groups.google.com/a/chromium.org/forum/#!search/on$20layout$20tests/blink-dev/hsPset9L06E/Evii--bVNwQJ
As best I can tell, these are all non-flaky results. Also, cleaned up
a few comments here and there.
TBR=adamk@chromium.org
BUG=237679
Review URL: https://codereview.chromium.org/18445003
git-svn-id: svn://svn.chromium.org/blink/trunk@153390 bbb929c8-8fbe-4397-9dbb-9b2b20218538
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 + |
