| OLD | NEW |
| 1 <html> | 1 <html> |
| 2 <head><meta charset="utf-8"/> | 2 <head><meta charset="utf-8"/> |
| 3 <style> | 3 <style> |
| 4 html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abb
r,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strik
e,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,capti
on,tbody,tfoot,thead,tr,th,td{ | 4 html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abb
r,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strik
e,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,capti
on,tbody,tfoot,thead,tr,th,td{ |
| 5 margin:0; | 5 margin:0; |
| 6 padding:0; | 6 padding:0; |
| 7 border:0; | 7 border:0; |
| 8 outline:0; | 8 outline:0; |
| 9 font-weight:inherit; | 9 font-weight:inherit; |
| 10 font-style:inherit; | 10 font-style:inherit; |
| 11 font-size:100%; | 11 font-size:100%; |
| 12 font-family:inherit; | 12 font-family:inherit; |
| 13 vertical-align:baseline | 13 vertical-align:baseline |
| 14 } | 14 } |
| 15 p{margin-top:5px;margin-bottom:10px} | 15 p{margin-top:5px;margin-bottom:10px} |
| 16 a{color:#f33e1b;text-decoration:none} | 16 a{color:#f33e1b;text-decoration:none} |
| 17 span{padding-bottom:10px;height:53px;font-family:Helvetica;font-weight:300} | 17 span{padding-bottom:10px;height:53px;font-family:Helvetica;font-weight:300} |
| 18 a.subtle{text-decoration:none;color:inherit} | 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} | 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} | 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} | 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;c
olor:#666} | 22 .tweet_subtext{display:block;margin-top:3px;padding-bottom:4px;font-size:small;c
olor:#666} |
| 23 .tweet_subtext span.favoriteers-header{float:left;display:block;margin-top:8px;p
adding-top:8px;padding-right:5px} | 23 .tweet_subtext span.favoriteers-header{float:left;display:block;margin-top:8px;p
adding-top:8px;padding-right:5px} |
| 24 </style> | 24 </style> |
| 25 </head> | 25 </head> |
| 26 <body style="font-family: 'Helvetica'"> | 26 <body style="font-family: 'Helvetica'"> |
| 27 <p>This is the test case for bug <a href="<rdar://problem/7615758>">7615758</a><
/p> | 27 <p>This is the test case for bug <a href="<rdar://problem/7615758>">7615758</a><
/p> |
| 28 <p class="tweet_text_big"> | 28 <p class="tweet_text_big"> |
| 29 | 29 |
| 30 Guys, is it okay that I kinda hate the obsequious rhetorical questions peopl
e ask when they want to sound like a wry, world-weary populist? | 30 between a rock and a hard rock cafe |
| 31 <br> | 31 <br> |
| 32 <span class="tweet_subtext"> | 32 <span class="tweet_subtext"> |
| 33 by <a href="http://twitter.com/hotdogsladies" class="twitter_username">h
otdogsladies</a> (Merlin Mann), | 33 by <a href="http://twitter.com/rahcel" class="twitter_username">rahcel</
a> (rahcel), |
| 34 <a href="http://twitter.com/hotdogsladies/status/8639030323" class="subt
le">11 hours, 31 minutes ago</a>. | 34 <a href="http://twitter.com/rahcel/status/8639030323" class="subtle">11
hours, 31 minutes ago</a>. |
| 35 <a href="/tweet/8639030323" title="Permalink" class="very_subtle">¶</a> | 35 <a href="/tweet/8639030323" title="Permalink" class="very_subtle">¶</a> |
| 36 <br> | 36 <br> |
| 37 <span class="favoriteers-header">Favorited by</span> | 37 <span class="favoriteers-header">Favorited by</span> |
| 38 </span> | 38 </span> |
| 39 </p> | 39 </p> |
| 40 </body> | 40 </body> |
| 41 <script> | 41 <script> |
| 42 if (window.testRunner) | 42 if (window.testRunner) |
| 43 testRunner.dumpAsText(); | 43 testRunner.dumpAsText(); |
| 44 | 44 |
| 45 document.execCommand("FindString", false, "populist"); | 45 document.execCommand("FindString", false, "populist"); |
| 46 var sel = getSelection(); | 46 var sel = getSelection(); |
| 47 sel.modify("extend", "forward", "line"); | 47 sel.modify("extend", "forward", "line"); |
| 48 sel.modify("extend", "forward", "line"); | 48 sel.modify("extend", "forward", "line"); |
| 49 document.write("PASS"); | 49 document.write("PASS"); |
| 50 sel.modify("extend", "backward", "line"); | 50 sel.modify("extend", "backward", "line"); |
| 51 document.write("PASS"); | 51 document.write("PASS"); |
| 52 </script> | 52 </script> |
| 53 </html> | 53 </html> |
| OLD | NEW |