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

Unified Diff: LayoutTests/fast/canvas/canvas-bg.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-bg.html
diff --git a/LayoutTests/fast/canvas/canvas-bg.html b/LayoutTests/fast/canvas/canvas-bg.html
index 2022676d0222f32b1508516ac0c6a79c2f0d93e9..26a0da9bf90d9d9ce397374f970d642bb30d55e8 100644
--- a/LayoutTests/fast/canvas/canvas-bg.html
+++ b/LayoutTests/fast/canvas/canvas-bg.html
@@ -1,7 +1,7 @@
<html>
<head>
<style>
- div { background: -webkit-canvas(squares); width:600px; height:600px; border:2px solid black }
+ div { background: -webkit-canvas(squares); width:600px; height:600px; }
</style>
<script type="application/x-javascript">
@@ -19,4 +19,4 @@ function draw(w, h) {
<body onload="draw(300, 300)">
<div></div>
</body>
-</html>
+</html>

Powered by Google App Engine
This is Rietveld 408576698