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

Unified Diff: LayoutTests/fast/canvas/canvas-before-css-expected.html

Issue 187393007: Convert some pixel tests in fast/canvas into ref tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/canvas/canvas-before-css-expected.html
diff --git a/LayoutTests/fast/canvas/canvas-before-css-expected.html b/LayoutTests/fast/canvas/canvas-before-css-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..a5af47d7c5cc6e875db8d227d7045fdbe190dc9a
--- /dev/null
+++ b/LayoutTests/fast/canvas/canvas-before-css-expected.html
@@ -0,0 +1,9 @@
+<html>
+<head>
+ <link rel="stylesheet" href="about:blank" type="text/css">
+</head>
+<body>
+ <p>If the canvas below is black, then we managed to draw before loading stylesheets. Hooray!</p>
+ <div style="width:400px; height:200px; background-color:black;"></div>
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698