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

Side by Side Diff: LayoutTests/fast/css/css-imports-2.html

Issue 7585022: Merge 91531 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/782/
Patch Set: Created 9 years, 4 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/css/css-imports-2-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 <p><style> 1 <p><style>
2 @import url('resources/css-imports.css'); 2 @import url('resources/css-imports.css');
3 </style> 3 </style>
4 <script> 4 <script>
5 if (window.layoutTestController) 5 if (window.layoutTestController)
6 layoutTestController.dumpAsText(); 6 layoutTestController.dumpAsText();
7 document.body.innerHTML = "PASS"; 7 document.body.innerHTML = "PASS";
8 </script> 8 </script>
9 9
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/css/css-imports-2-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698