summaryrefslogtreecommitdiffstats
path: root/webkit/data
diff options
context:
space:
mode:
authorvitalyr@chromium.org <vitalyr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-24 21:45:49 +0000
committervitalyr@chromium.org <vitalyr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-24 21:45:49 +0000
commitff7fd2275987f0fb9bb683f77bebb8d90969126a (patch)
tree5a4b0225b453096bb99862f203ddb692afa293ea /webkit/data
parent54a1e109b51a201f90dc301c848dfc2b4e822959 (diff)
downloadchromium_src-ff7fd2275987f0fb9bb683f77bebb8d90969126a.zip
chromium_src-ff7fd2275987f0fb9bb683f77bebb8d90969126a.tar.gz
chromium_src-ff7fd2275987f0fb9bb683f77bebb8d90969126a.tar.bz2
WebKit roll 55161 to 55193.
BUG=none TEST=none R=dglazkov@chromium.org Review URL: http://codereview.chromium.org/658008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39928 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/data')
-rw-r--r--webkit/data/layout_tests/platform/chromium-win/LayoutTests/editing/execCommand/insert-list-xml-expected.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/editing/execCommand/insert-list-xml-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/editing/execCommand/insert-list-xml-expected.txt
new file mode 100644
index 0000000..3516e9b
--- /dev/null
+++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/editing/execCommand/insert-list-xml-expected.txt
@@ -0,0 +1,3 @@
+.
+<div xmlns="http://www.w3.org/1999/xhtml" contenteditable="true" id="insertlisthere"><ol><li><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: 'times new roman'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; ">.</span><br /></li></ol></div>
+PASS