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

Unified Diff: PerformanceTests/Layout/Shapes/ShapeOutsideSVGWithMargin.html

Issue 195633002: [CSS Shapes] Add performance tests for SVG shape with shape-margin (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove comment Created 6 years, 9 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 | PerformanceTests/Layout/Shapes/resources/shape.svg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: PerformanceTests/Layout/Shapes/ShapeOutsideSVGWithMargin.html
diff --git a/PerformanceTests/Layout/Shapes/ShapeOutsideRasterWithMargin.html b/PerformanceTests/Layout/Shapes/ShapeOutsideSVGWithMargin.html
similarity index 89%
copy from PerformanceTests/Layout/Shapes/ShapeOutsideRasterWithMargin.html
copy to PerformanceTests/Layout/Shapes/ShapeOutsideSVGWithMargin.html
index 62d72e29fe948a8d38b2c92ed56806000807d9eb..a19d4b976e7de76a98727921d492afe7d7af4bba 100644
--- a/PerformanceTests/Layout/Shapes/ShapeOutsideRasterWithMargin.html
+++ b/PerformanceTests/Layout/Shapes/ShapeOutsideSVGWithMargin.html
@@ -11,7 +11,7 @@
var properties = {
width: "200px",
height: "200px",
- webkitShapeOutside: "url(resources/shape.gif)",
+ webkitShapeOutside: "url(resources/shape.svg)",
webkitShapeMargin: "5px"
};
PerfTestRunner.measureTime(createShapeOutsideTest(properties, 1000));
« no previous file with comments | « no previous file | PerformanceTests/Layout/Shapes/resources/shape.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698