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

Side by Side Diff: LayoutTests/fast/css/touch-action-delay-parsing.html

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 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 <html> 2 <html>
3 <head> 3 <head>
4 <script src="../js/resources/js-test-pre.js"></script> 4 <script src="../js/resources/js-test-pre.js"></script>
5 <style> 5 <style>
6 /* 6 /*
7 Give some rules below something to override in order to test 7 Give some rules below something to override in order to test
8 that they really are being parsed 8 that they really are being parsed
9 */ 9 */
10 .defscript { 10 .defscript {
(...skipping 21 matching lines...) Expand all
32 var style; 32 var style;
33 for (var i = 0; i < tests.length; i++) { 33 for (var i = 0; i < tests.length; i++) {
34 debug('Test case: ' + tests[i].id); 34 debug('Test case: ' + tests[i].id);
35 style = window.getComputedStyle(tests[i]); 35 style = window.getComputedStyle(tests[i]);
36 shouldBeEqualToString('style.touchActionDelay', tests[i].attributes.expe cted.value); 36 shouldBeEqualToString('style.touchActionDelay', tests[i].attributes.expe cted.value);
37 debug(''); 37 debug('');
38 } 38 }
39 39
40 successfullyParsed = true; 40 successfullyParsed = true;
41 </script> 41 </script>
42 <script src="../js/resources/js-test-post.js"></script>
43 </body> 42 </body>
44 </html> 43 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/css/test-setting-canvas-color.html ('k') | LayoutTests/fast/css/touch-action-parsing.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698