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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/quirks-mode/table-cell-width-calculation.html

Issue 2018873002: Fix testharness paths in imported/wpt/* except dom and html. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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
OLDNEW
1 <!doctype html> 1 <!doctype html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <title>The table cell width calculation quirk</title> 4 <title>The table cell width calculation quirk</title>
5 <script src="../../../resources/testharness.js"></script> 5 <script src="/resources/testharness.js"></script>
6 <script src="../../../resources/testharnessreport.js"></script> 6 <script src="/resources/testharnessreport.js"></script>
7 <style> iframe { width:200px; height:20px; } </style> 7 <style> iframe { width:200px; height:20px; } </style>
8 </head> 8 </head>
9 <body> 9 <body>
10 <div id=log></div> 10 <div id=log></div>
11 <iframe id=quirks></iframe> 11 <iframe id=quirks></iframe>
12 <iframe id=almost></iframe> 12 <iframe id=almost></iframe>
13 <iframe id=standards></iframe> 13 <iframe id=standards></iframe>
14 <script> 14 <script>
15 setup({explicit_done:true}); 15 setup({explicit_done:true});
16 16
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 } 165 }
166 }); 166 });
167 }, document.title+', '+t.desc); 167 }, document.title+', '+t.desc);
168 }); 168 });
169 169
170 done(); 170 done();
171 } 171 }
172 </script> 172 </script>
173 </body> 173 </body>
174 </html> 174 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698