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

Unified Diff: third_party/WebKit/LayoutTests/css3/images/cross-fade-svg-size-diff-expected.html

Issue 2480203002: ui: Cleanup class/struct forward declarations (Closed)
Patch Set: Sync CL to position 430550 Created 4 years, 1 month 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: third_party/WebKit/LayoutTests/css3/images/cross-fade-svg-size-diff-expected.html
diff --git a/third_party/WebKit/LayoutTests/css3/images/cross-fade-svg-size-diff-expected.html b/third_party/WebKit/LayoutTests/css3/images/cross-fade-svg-size-diff-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..7a24f8b2d8f57cb40511ff8f845ee4f51eb2f7c7
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/css3/images/cross-fade-svg-size-diff-expected.html
@@ -0,0 +1,19 @@
+<!DOCTYPE html>
+<title>Test SVG in -webkit-cross-fade image with identical but differently sized SVG elsewhere</title>
+<style>
+ div {
+ background-image: url("data:image/svg+xml,<svg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'><circle cx='50' cy='50' r='35' fill='green'/></svg>");
+ }
+ .tst {
+ width: 100px;
+ height: 100px;
+ }
+ #ref {
+ width: 300px;
+ height: 300px;
+ }
+</style>
+<p>There should be three circles below. One big and two small ones.
+<div id=ref></div>
+<div class=tst></div>
+<div class=tst></div>

Powered by Google App Engine
This is Rietveld 408576698