diff options
| author | ojan@chromium.org <ojan@chromium.org@bbb929c8-8fbe-4397-9dbb-9b2b20218538> | 2013-05-14 21:42:43 +0000 |
|---|---|---|
| committer | ojan@chromium.org <ojan@chromium.org@bbb929c8-8fbe-4397-9dbb-9b2b20218538> | 2013-05-14 21:42:43 +0000 |
| commit | 24ccb043acb437a251003bae9db01b31489ec9e1 (patch) | |
| tree | 80a088c50e89cbd267f9957f6248be475d925cb2 /third_party/WebKit/LayoutTests/fast/css3-text/css3-text-indent/getComputedStyle | |
| parent | 2f35f2f65f1159d06945feb4833d24d988f78b75 (diff) | |
| download | chromium_src-24ccb043acb437a251003bae9db01b31489ec9e1.zip chromium_src-24ccb043acb437a251003bae9db01b31489ec9e1.tar.gz chromium_src-24ccb043acb437a251003bae9db01b31489ec9e1.tar.bz2 | |
Update TestExpectations entries for previously skipped tests.
If the test failed reliably and wasn't a reftest, rebaseline it. Will update TestExpectations in a followup patch once it's clear that it won't turn the bots red (e.g. due to test flakiness).
BUG=237679
R=adamk@chromium.org
Review URL: https://codereview.chromium.org/14631011
git-svn-id: svn://svn.chromium.org/blink/trunk@150365 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Diffstat (limited to 'third_party/WebKit/LayoutTests/fast/css3-text/css3-text-indent/getComputedStyle')
2 files changed, 0 insertions, 149 deletions
diff --git a/third_party/WebKit/LayoutTests/fast/css3-text/css3-text-indent/getComputedStyle/getComputedStyle-text-indent-expected.txt b/third_party/WebKit/LayoutTests/fast/css3-text/css3-text-indent/getComputedStyle/getComputedStyle-text-indent-expected.txt deleted file mode 100644 index 4d504ed..0000000 --- a/third_party/WebKit/LayoutTests/fast/css3-text/css3-text-indent/getComputedStyle/getComputedStyle-text-indent-expected.txt +++ /dev/null @@ -1,128 +0,0 @@ -This tests check that text-indent parses properly the properties from CSS3 Text. - -On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". - - -Test the initial value: -PASS computedStyle.textIndent is '0px' -PASS computedStyle.getPropertyValue('text-indent') is '0px' - -Value '10em': -PASS e.style.textIndent is '10em' -PASS e.style.getPropertyValue('text-indent') is '10em' -PASS computedStyle.textIndent is '100px' -PASS computedStyle.getPropertyValue('text-indent') is '100px' - -Value '20ex': -PASS e.style.textIndent is '20ex' -PASS e.style.getPropertyValue('text-indent') is '20ex' -PASS computedStyle.textIndent is '200px' -PASS computedStyle.getPropertyValue('text-indent') is '200px' - -Value '50%': -PASS e.style.textIndent is '50%' -PASS e.style.getPropertyValue('text-indent') is '50%' -PASS computedStyle.textIndent is '50%' -PASS computedStyle.getPropertyValue('text-indent') is '50%' - -Value 'calc(10px + 20px)': -PASS e.style.textIndent is 'calc(10px + 20px)' -PASS e.style.getPropertyValue('text-indent') is 'calc(10px + 20px)' -PASS computedStyle.textIndent is '30px' -PASS computedStyle.getPropertyValue('text-indent') is '30px' - -Value '10em -webkit-each-line': -PASS e.style.textIndent is '10em -webkit-each-line' -PASS e.style.getPropertyValue('text-indent') is '10em -webkit-each-line' -PASS computedStyle.textIndent is '100px -webkit-each-line' -PASS computedStyle.getPropertyValue('text-indent') is '100px -webkit-each-line' - -Value '-webkit-each-line 10em': -PASS e.style.textIndent is '10em -webkit-each-line' -PASS e.style.getPropertyValue('text-indent') is '10em -webkit-each-line' -PASS computedStyle.textIndent is '100px -webkit-each-line' -PASS computedStyle.getPropertyValue('text-indent') is '100px -webkit-each-line' - -Value '20ex -webkit-each-line': -PASS e.style.textIndent is '20ex -webkit-each-line' -PASS e.style.getPropertyValue('text-indent') is '20ex -webkit-each-line' -PASS computedStyle.textIndent is '200px -webkit-each-line' -PASS computedStyle.getPropertyValue('text-indent') is '200px -webkit-each-line' - -Value '-webkit-each-line 20ex': -PASS e.style.textIndent is '20ex -webkit-each-line' -PASS e.style.getPropertyValue('text-indent') is '20ex -webkit-each-line' -PASS computedStyle.textIndent is '200px -webkit-each-line' -PASS computedStyle.getPropertyValue('text-indent') is '200px -webkit-each-line' - -Value '30% -webkit-each-line': -PASS e.style.textIndent is '30% -webkit-each-line' -PASS e.style.getPropertyValue('text-indent') is '30% -webkit-each-line' -PASS computedStyle.textIndent is '30% -webkit-each-line' -PASS computedStyle.getPropertyValue('text-indent') is '30% -webkit-each-line' - -Value '-webkit-each-line 30%': -PASS e.style.textIndent is '30% -webkit-each-line' -PASS e.style.getPropertyValue('text-indent') is '30% -webkit-each-line' -PASS computedStyle.textIndent is '30% -webkit-each-line' -PASS computedStyle.getPropertyValue('text-indent') is '30% -webkit-each-line' - -Value 'calc(10px + 20px) -webkit-each-line': -PASS e.style.textIndent is 'calc(10px + 20px) -webkit-each-line' -PASS e.style.getPropertyValue('text-indent') is 'calc(10px + 20px) -webkit-each-line' -PASS computedStyle.textIndent is '30px -webkit-each-line' -PASS computedStyle.getPropertyValue('text-indent') is '30px -webkit-each-line' - -Value '-webkit-each-line calc(10px + 20px)': -PASS e.style.textIndent is 'calc(10px + 20px) -webkit-each-line' -PASS e.style.getPropertyValue('text-indent') is 'calc(10px + 20px) -webkit-each-line' -PASS computedStyle.textIndent is '30px -webkit-each-line' -PASS computedStyle.getPropertyValue('text-indent') is '30px -webkit-each-line' - - -Invalid value test - '10m': -PASS e.style.textIndent is '0px' -PASS e.style.getPropertyValue('text-indent') is '0px' -PASS computedStyle.textIndent is '0px' -PASS computedStyle.getPropertyValue('text-indent') is '0px' - -Invalid value test - '10m -webkit-each-line': -PASS e.style.textIndent is '0px' -PASS e.style.getPropertyValue('text-indent') is '0px' -PASS computedStyle.textIndent is '0px' -PASS computedStyle.getPropertyValue('text-indent') is '0px' - -Invalid value test - '-webkit-each-line 10m': -PASS e.style.textIndent is '0px' -PASS e.style.getPropertyValue('text-indent') is '0px' -PASS computedStyle.textIndent is '0px' -PASS computedStyle.getPropertyValue('text-indent') is '0px' - -Invalid value test - '10em 10em': -PASS e.style.textIndent is '0px' -PASS e.style.getPropertyValue('text-indent') is '0px' -PASS computedStyle.textIndent is '0px' -PASS computedStyle.getPropertyValue('text-indent') is '0px' - -Invalid value test - '-webkit-each-line': -PASS e.style.textIndent is '0px' -PASS e.style.getPropertyValue('text-indent') is '0px' -PASS computedStyle.textIndent is '0px' -PASS computedStyle.getPropertyValue('text-indent') is '0px' - -Invalid value test - '10em -webkit-each-line 10em': -PASS e.style.textIndent is '0px' -PASS e.style.getPropertyValue('text-indent') is '0px' -PASS computedStyle.textIndent is '0px' -PASS computedStyle.getPropertyValue('text-indent') is '0px' - -Invalid value test - '-webkit-each-line 10em -webkit-each-line': -PASS e.style.textIndent is '0px' -PASS e.style.getPropertyValue('text-indent') is '0px' -PASS computedStyle.textIndent is '0px' -PASS computedStyle.getPropertyValue('text-indent') is '0px' - -PASS successfullyParsed is true - -TEST COMPLETE - 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 deleted file mode 100644 index 4fd4e09..0000000 --- a/third_party/WebKit/LayoutTests/fast/css3-text/css3-text-indent/getComputedStyle/getComputedStyle-text-indent-inherited-expected.txt +++ /dev/null @@ -1,21 +0,0 @@ -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': -PASS window.getComputedStyle(ancestor).getPropertyValue('text-indent') is '10px -webkit-each-line' -PASS window.getComputedStyle(child).getPropertyValue('text-indent') is '10px -webkit-each-line' - -Value of ancestor is '10px -webkit-each-line', while child is '10px': -PASS window.getComputedStyle(ancestor).getPropertyValue('text-indent') is '10px -webkit-each-line' -PASS window.getComputedStyle(child).getPropertyValue('text-indent') is '10px' - -PASS successfullyParsed is true - -TEST COMPLETE - |
