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

Side by Side Diff: LayoutTests/fast/dom/Window/webkitConvertPoint.html

Issue 58533003: Move fast/js/resources files to resources. (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 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
2 "http://www.w3.org/TR/html4/strict.dtd"> 2 "http://www.w3.org/TR/html4/strict.dtd">
3 <html> 3 <html>
4 <head> 4 <head>
5 <meta http-equiv="Content-type" content="text/html; charset=utf-8"> 5 <meta http-equiv="Content-type" content="text/html; charset=utf-8">
6 <title>Test of webkitConvertPointFromNodeToPage function</title> 6 <title>Test of webkitConvertPointFromNodeToPage function</title>
7 <script src="../../js/resources/js-test-pre.js"></script> 7 <script src="../../../resources/js-test.js"></script>
8 <style type="text/css" media="screen"> 8 <style type="text/css" media="screen">
9 body { 9 body {
10 height: 1000px; 10 height: 1000px;
11 } 11 }
12 12
13 h1 { 13 h1 {
14 font-size: 14pt; 14 font-size: 14pt;
15 } 15 }
16 .layer { 16 .layer {
17 position: relative; 17 position: relative;
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
178 <p id="test12">Test 12 - This is a rotated and scaled paragraph with a <b class="border">nested</b> element that has a border.</p> 178 <p id="test12">Test 12 - This is a rotated and scaled paragraph with a <b class="border">nested</b> element that has a border.</p>
179 </div> 179 </div>
180 </div> 180 </div>
181 <div class="b"> 181 <div class="b">
182 <p id="test13">Test 13 - This is a paragraph with a <b class="border ">nested</b> element that has a border.</p> 182 <p id="test13">Test 13 - This is a paragraph with a <b class="border ">nested</b> element that has a border.</p>
183 </div> 183 </div>
184 <div id="description"></div> 184 <div id="description"></div>
185 <div id="console"></div> 185 <div id="console"></div>
186 </body> 186 </body>
187 </html> 187 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698