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

Unified Diff: LayoutTests/fast/canvas/canvas-lineDash-input-sequence.html

Issue 19969004: Update toNativeArray() / toRefPtrNativeArray() do not match Web IDL specification (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Take feedback into consideration Created 7 years, 5 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
« no previous file with comments | « no previous file | LayoutTests/fast/canvas/canvas-lineDash-input-sequence-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/canvas/canvas-lineDash-input-sequence.html
diff --git a/LayoutTests/fast/canvas/canvas-fillPath-pattern-shadow.html b/LayoutTests/fast/canvas/canvas-lineDash-input-sequence.html
similarity index 55%
copy from LayoutTests/fast/canvas/canvas-fillPath-pattern-shadow.html
copy to LayoutTests/fast/canvas/canvas-lineDash-input-sequence.html
index 5ea78adf4f7c6a54ab9a502c696f3d269aecc5fb..d783dcd755de5e12e0e2d2a41a5271532af7fbcd 100644
--- a/LayoutTests/fast/canvas/canvas-fillPath-pattern-shadow.html
+++ b/LayoutTests/fast/canvas/canvas-lineDash-input-sequence.html
@@ -1,10 +1,11 @@
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
+<link rel="help" href="http://www.w3.org/TR/2013/WD-2dcontext2-20130528/#dom-context-2d-setlinedash">
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<script src="script-tests/canvas-fillPath-pattern-shadow.js"></script>
+<script src="script-tests/canvas-lineDash-input-sequence.js"></script>
arv (Not doing code reviews) 2013/07/25 18:24:41 Please do not add more html+js tests. Just put the
<script src="../js/resources/js-test-post.js"></script>
</body>
</html>
« no previous file with comments | « no previous file | LayoutTests/fast/canvas/canvas-lineDash-input-sequence-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698