Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / pasteboard / paste-text-012-expected.txt
blob06fbeacb35db421c6da4fabd8b0e9231f4e6dcc1
1 | <!DOCTYPE html>
2 | <html>
3 |   <head>
4 |     "
6 |     <script>
7 |       src="../../resources/dump-as-markup.js"
8 |     "
10 |     <style>
11 |       "
12 .editing { 
13     border: 2px solid red; 
14     padding: 12px; 
15     font-size: 24px; 
18 |     "
20 |   " 
22 |   <body>
23 |     "
25 |     <p>
26 |       "See this bug: "
27 |       <a>
28 |         href="rdar://problem/3918712"
29 |         "<rdar://problem/3918712>"
30 |       " "Paste as Quotation" in Mail just pastes (<blockquote> tag seems to be lost)."
31 |     "
33 |     <p>
34 |       "To manually test, copy everything in the first editable box and paste it in the second box.
35 You should see "foo" and a new line inside a red box."
36 |     "
38 |     <div>
39 |       contenteditable=""
40 |       id="root"
41 |       "
43 |       <div>
44 |         class="editing"
45 |         id="test"
46 |         <div>
47 |           <blockquote>
48 |             "foo"
49 |       "
51 |       <div>
52 |         class="editing"
53 |         <div>
54 |           class="editing"
55 |           id="test"
56 |           <blockquote>
57 |             "foo"
58 |           <div>
59 |             <#selection-caret>
60 |             <br>
61 |       "
63 |     "
65 |     <script>
66 |       language="JavaScript"
67 |       src="../editing.js"
68 |       type="text/JavaScript"
69 |     "
71 |     <script>
72 |       "
74 function editingTest() {
75     for (i = 0; i < 4; i++)
76         extendSelectionForwardByCharacterCommand();
77     copyCommand();
78     for (i = 0; i < 2; i++)
79         moveSelectionForwardByCharacterCommand();
80     pasteCommand();
83 if (window.testRunner)
84     runDumpAsTextEditingTest();
86 |     <ol>
87 |       <li>
88 |         "execCopyCommand: 
89 <div id="test" class="editing"><div><blockquote>foo</blockquote></div></div>
90 <div class="editing"></div>
92 |       <li>
93 |         "execPasteCommand: 
94 <div id="test" class="editing"><div><blockquote>foo</blockquote></div></div>
95 <div class="editing"><div id="test" class="editing"><blockquote>foo</blockquote><div><br></div></div></div>
97 |     "