Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / selection / extend-byline-withfloat.html
blobf4760e69c3b8a57a9e8bfe82927ebd0d51e6fec2
1 <html>
2 <head>
3 <style>
4 html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{
5 margin:0;
6 padding:0;
7 border:0;
8 outline:0;
9 font-weight:inherit;
10 font-style:inherit;
11 font-size:100%;
12 font-family:inherit;
13 vertical-align:baseline
15 p{margin-top:5px;margin-bottom:10px}
16 a{color:#f33e1b;text-decoration:none}
17 span{padding-bottom:10px;height:53px;font-family:Helvetica;font-weight:300}
18 a.subtle{text-decoration:none;color:inherit}
19 .twitter_username,a.twitter_username{font-size:small;font-weight:bold;color:#555; text-decoration:none}
20 .tweet_text_big a.very_subtle{visibility:hidden;text-decoration:none}
21 .tweet_text_big{width:600px;margin-bottom:5px;left:160px;float:left}
22 .tweet_subtext{display:block;margin-top:3px;padding-bottom:4px;font-size:small;color:#666}
23 .tweet_subtext span.favoriteers-header{float:left;display:block;margin-top:8px;padding-top:8px;padding-right:5px}
24 </style>
25 </head>
26 <body style="font-family: 'Helvetica'">
27 <p>This is the test case for bug <a href="<rdar://problem/7615758>">7615758</a></p>
28 <p class="tweet_text_big">
30 Guys, is it okay that I kinda hate the obsequious rhetorical questions people ask when they want to sound like a wry, world-weary populist?
31 <br>
32 <span class="tweet_subtext">
33 by <a href="http://twitter.com/hotdogsladies" class="twitter_username">hotdogsladies</a> (Merlin Mann),
34 <a href="http://twitter.com/hotdogsladies/status/8639030323" class="subtle">11 hours, 31 minutes ago</a>.
35 <a href="/tweet/8639030323" title="Permalink" class="very_subtle">ΒΆ</a>
36 <br>
37 <span class="favoriteers-header">Favorited by</span>
38 </span>
39 </p>
40 </body>
41 <script>
42 if (window.testRunner)
43 testRunner.dumpAsText();
45 document.execCommand("FindString", false, "populist");
46 var sel = getSelection();
47 sel.modify("extend", "forward", "line");
48 sel.modify("extend", "forward", "line");
49 document.write("PASS");
50 sel.modify("extend", "backward", "line");
51 document.write("PASS");
52 </script>
53 </html>