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

Unified Diff: third_party/WebKit/LayoutTests/canvas/synchronous-create-pattern-expected.html

Issue 1493883002: Add layout test canvas/synchronous-create-pattern.html back (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: better testing Created 5 years 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 | « third_party/WebKit/LayoutTests/canvas/synchronous-create-pattern.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/canvas/synchronous-create-pattern-expected.html
diff --git a/third_party/WebKit/LayoutTests/canvas/synchronous-create-pattern-expected.html b/third_party/WebKit/LayoutTests/canvas/synchronous-create-pattern-expected.html
index 973820cfaf11a5bab1416c8d96010b79c36f23e4..3536eba2d70e2e88acd8e82f2ecef003d5d4ea5d 100644
--- a/third_party/WebKit/LayoutTests/canvas/synchronous-create-pattern-expected.html
+++ b/third_party/WebKit/LayoutTests/canvas/synchronous-create-pattern-expected.html
@@ -1,11 +1,14 @@
<!DOCTYPE HTML>
<html>
<body>
- Test for crbug.com/279445: createPattern should synchronously snapshot an animating image.<br/>
- This test passes if there is a green square below.<br/>
- <svg xmlns='http://www.w3.org/2000/svg' width='100px' height='100px'>
- <rect width='100' height='100' fill='green'/>
- </svg>
+ Test for crbug.com/279445: createPattern should synchronously snapshot an animating image.<br/>
+ This test passes if there is a blue square below:<br/>
+ <svg xmlns='http://www.w3.org/2000/svg' width='100px' height='100px'>
+ <rect width='100' height='100' fill='blue'/>
+ </svg><br/>
+ And a green square below:<br/>
+ <svg xmlns='http://www.w3.org/2000/svg' width='100px' height='100px'>
+ <rect width='100' height='100' fill='green'/>
+ </svg>
</body>
</html>
-
« no previous file with comments | « third_party/WebKit/LayoutTests/canvas/synchronous-create-pattern.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698