Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / selection / dump-as-markup-expected.txt
blobcbdf3e03d030395dd470d30076649425420bbae6
1 Tests basic dump-as-markup functionality.
2 | <!DOCTYPE html>
3 | <html>
4 |   <head>
5 |     <script>
6 |       src="../../resources/dump-as-markup.js"
7 |     "
10 |   <body>
11 |     <div>
12 |       id="bar"
13 |       "<#selection-anchor>foo"
14 |       <hr>
15 |       <#selection-focus>
16 |     "
18 |     <input>
19 |       type="text"
20 |       this.value=""
21 |       <shadow:root>
22 |         <div>
23 |           id="inner-editor"
24 |     "
26 |     <div>
27 |       contenteditable=""
28 |       id="foo"
29 |       "
30   foo"
31 |       "   bar
33 |     "
35 |     <script>
36 |       "foo.firstChild.splitText(6);"
37 |     "
39 |     <span>
40 |       "foo"
41 |     <span>
42 |       "bar"
43 |     "
45 |     <div>
46 |       <div>
47 |         <b>
48 |           "sdf"
49 |         <i>
50 |           "sdf"
51 |         "sdf"
52 |     "
54 |     <iframe>
55 |       src="data:text/html;charset=utf-8,<!DOCTYPE%20HTML%20PUBLIC%20"-//W3C//DTD%20HTML%204.0//EN">%0D%0A<html%20lang%3D"en">%0D%0A%20<head>%0D%0A%20%20<title>Test</title>%0D%0A%20%20<style%20type%3D"text/css">%0D%0A%20%20</style>%0D%0A%20</head>%0D%0A%20<body>%0D%0A%20%20<p></p>%0D%0A%20</body>%0D%0A</html>%0D%0A"
56 |     "
59 |     <script>
60 |       "
61 Markup.description("Tests basic dump-as-markup functionality.");
62 window.getSelection().selectAllChildren(bar)
64 |     "
67 FRAME 0:
68 | <head>
69 |   "
70   "
71 |   <title>
72 |     "Test"
73 |   "
74   "
75 |   <style>
76 |     type="text/css"
77 |     "
78   "
79 |   "
80  "
81 | "
82  "
83 | <body>
84 |   "
85   "
86 |   <p>
87 |   "