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> |
- |