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

Side by Side Diff: LayoutTests/svg/custom/getBoundingClientRect.xhtml

Issue 48903019: Delete js-test-post.js. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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 | Annotate | Revision Log
OLDNEW
1 <html xmlns="http://www.w3.org/1999/xhtml"> 1 <html xmlns="http://www.w3.org/1999/xhtml">
2 <head> 2 <head>
3 </head> 3 </head>
4 <body style="margin:0; border:0; padding:0;"> 4 <body style="margin:0; border:0; padding:0;">
5 5
6 <div style="width:500px;height:100px;"> 6 <div style="width:500px;height:100px;">
7 <svg xmlns="http://www.w3.org/2000/svg" version="1.1" 7 <svg xmlns="http://www.w3.org/2000/svg" version="1.1"
8 width="100px" height="100px"> 8 width="100px" height="100px">
9 <rect id="r1" x="20" y="30" width="40" height="50" fill="blue" /> 9 <rect id="r1" x="20" y="30" width="40" height="50" fill="blue" />
10 </svg><svg xmlns="http://www.w3.org/2000/svg" version="1.1" 10 </svg><svg xmlns="http://www.w3.org/2000/svg" version="1.1"
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 shouldBe('r4.left', '300'); 61 shouldBe('r4.left', '300');
62 shouldBe('r4.top', '50'); 62 shouldBe('r4.top', '50');
63 shouldBe('r4.width', '210'); 63 shouldBe('r4.width', '210');
64 shouldBe('r4.height', '60'); 64 shouldBe('r4.height', '60');
65 shouldBe('r4.right', '510'); 65 shouldBe('r4.right', '510');
66 shouldBe('r4.bottom', '110'); 66 shouldBe('r4.bottom', '110');
67 debug(""); 67 debug("");
68 68
69 69
70 </script> 70 </script>
71 <script src="../../fast/js/resources/js-test-post.js"></script>
72 71
73 </body> 72 </body>
74 </html> 73 </html>
OLDNEW
« no previous file with comments | « LayoutTests/svg/custom/document-all-includes-svg.html ('k') | LayoutTests/svg/custom/getSubStringLength.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698