Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(526)

Side by Side Diff: LayoutTests/fast/dom/nodesFromRect-culled-inlines.html

Issue 10540108: Merge 119733 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1132/
Patch Set: Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | LayoutTests/fast/dom/nodesFromRect-culled-inlines-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <title>Document::nodesFromRect test - bug 85849</title> 3 <title>Document::nodesFromRect test - bug 85849</title>
4 <script src="../js/resources/js-test-pre.js"></script> 4 <script src="../js/resources/js-test-pre.js"></script>
5 <script src="resources/nodesFromRect.js"></script> 5 <script src="resources/nodesFromRect.js"></script>
6 <script type="application/javascript"> 6 <script type="application/javascript">
7 function runTest() 7 function runTest()
8 { 8 {
9 if (window.layoutTestController) { 9 if (window.layoutTestController) {
10 layoutTestController.dumpAsText(); 10 layoutTestController.dumpAsText();
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 <body id="body" style="padding: 0; margin: 0;"> 47 <body id="body" style="padding: 0; margin: 0;">
48 <span id="span" style="margin: 0; padding: 0; font-size:36px"> 48 <span id="span" style="margin: 0; padding: 0; font-size:36px">
49 <img id="img" width="100" height="100" style="background-color: black; margi n: 0; padding: 0;" /> 49 <img id="img" width="100" height="100" style="background-color: black; margi n: 0; padding: 0;" />
50 </span> 50 </span>
51 51
52 <span id="console" style="position: absolute; top: 150px;"></span> 52 <span id="console" style="position: absolute; top: 150px;"></span>
53 <script src="../js/resources/js-test-post.js"></script> 53 <script src="../js/resources/js-test-post.js"></script>
54 </body> 54 </body>
55 </html> 55 </html>
56 56
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/dom/nodesFromRect-culled-inlines-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698