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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/canvas/canvas-before-css-expected.html

Issue 2670353002: Use testharness.js instead of js-test.js in LayoutTests/fast/canvas tests. (Closed)
Patch Set: Corrections Created 3 years, 10 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
(Empty)
1 <html>
2 <head>
3 <link rel="stylesheet" href="about:blank" type="text/css">
4 </head>
5 <body>
6 <p>If the canvas below is black, then we managed to draw before loading styl esheets. Hooray!</p>
7 <div style="width:400px; height:200px; background-color:black;"></div>
8 </body>
9 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698