diff options
author | dglazkov@chromium.org <dglazkov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-26 00:32:03 +0000 |
---|---|---|
committer | dglazkov@chromium.org <dglazkov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-26 00:32:03 +0000 |
commit | bb44d40b2e97546a7ed6ae566ee1fd2deaef1d40 (patch) | |
tree | dc7789f3db9738e02aa73c7fdca007f1d6637e17 /webkit/data | |
parent | b0e3859910a9dd8c1ea7f0a99a0448a369ed5eff (diff) | |
download | chromium_src-bb44d40b2e97546a7ed6ae566ee1fd2deaef1d40.zip chromium_src-bb44d40b2e97546a7ed6ae566ee1fd2deaef1d40.tar.gz chromium_src-bb44d40b2e97546a7ed6ae566ee1fd2deaef1d40.tar.bz2 |
Remove Chromium-specific for transitions/shorthand-border-transitions.html
TBR=tkent
TEST=none
BUG=32695
Review URL: http://codereview.chromium.org/552145
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37066 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/data')
-rw-r--r-- | webkit/data/layout_tests/platform/chromium-win/LayoutTests/transitions/shorthand-border-transitions-expected.txt | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/transitions/shorthand-border-transitions-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/transitions/shorthand-border-transitions-expected.txt deleted file mode 100644 index e173b82..0000000 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/transitions/shorthand-border-transitions-expected.txt +++ /dev/null @@ -1,14 +0,0 @@ -Tests transitions of the border shorthand properties. - -PASS - "border-top-color" property for "box" element at 0.25s saw something close to: 128,0,128 -PASS - "border-right-color" property for "box" element at 0.25s saw something close to: 128,0,128 -PASS - "border-bottom-color" property for "box" element at 0.25s saw something close to: 128,0,128 -PASS - "border-left-color" property for "box" element at 0.25s saw something close to: 128,0,128 -PASS - "border-top-width" property for "box" element at 0.25s saw something close to: 10 -PASS - "border-right-width" property for "box" element at 0.25s saw something close to: 10 -PASS - "border-bottom-width" property for "box" element at 0.25s saw something close to: 10 -PASS - "border-left-width" property for "box" element at 0.25s saw something close to: 10 -PASS - "border-top-width" property for "box1" element at 0.25s saw something close to: 10 -PASS - "border-top-color" property for "box1" element at 0.25s saw something close to: 255,0,255 -PASS - "border-top-width" property for "box2" element at 0.25s saw something close to: 10 -PASS - "border-bottom-width" property for "box2" element at 0.25s saw something close to: 20 |