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

Unified Diff: LayoutTests/svg/foreignObject/clip.html

Issue 769423008: Impl-side painting for svg/ layout tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated expectations Created 6 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
Index: LayoutTests/svg/foreignObject/clip.html
diff --git a/LayoutTests/svg/foreignObject/clip.html b/LayoutTests/svg/foreignObject/clip.html
index 782ff4d79a034af50dccd081db3f4d0f55df882b..392d139374102b821a59f3e27ae841fdeb5573bb 100644
--- a/LayoutTests/svg/foreignObject/clip.html
+++ b/LayoutTests/svg/foreignObject/clip.html
@@ -10,8 +10,8 @@
<foreignObject width="200" height="100" clip-path="url(#clip)" opacity=".5">
<html xmlns="http://www.w3.org/1999/xhtml">
<body>
- <div style="background: green; height: 50px;"></div>
- <div style="background: red; height: 50px;"></div>
+ <div style="background: #00FE00; height: 50px;"></div>
+ <div style="background: #FE0000; height: 50px;"></div>
</body>
</html>
</foreignObject>
« no previous file with comments | « LayoutTests/svg/canvas/canvas-draw-image-globalalpha-expected.html ('k') | LayoutTests/svg/foreignObject/clip-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698