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

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

Issue 1175733004: Remove ShapeOutside tests in blink_perf.layout, as the only seem to be measuring overhead. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Delete tests instead of skipping Created 5 years, 6 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
Index: PerformanceTests/Layout/Shapes/ShapeOutsideInset.html
diff --git a/PerformanceTests/Layout/Shapes/ShapeOutsideInset.html b/PerformanceTests/Layout/Shapes/ShapeOutsideInset.html
deleted file mode 100644
index 3feeb6b571145e4e9b53aa9978b76e1721bb9c84..0000000000000000000000000000000000000000
--- a/PerformanceTests/Layout/Shapes/ShapeOutsideInset.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<!DOCTYPE html>
-<html>
- <head>
- <link rel="stylesheet" href="resources/shapes.css" type="text/css"></link>
- <script src="../../resources/runner.js"></script>
- <script src="resources/shapes.js"></script>
- </head>
- <body>
- <pre id="log"></pre>
- <script>
- var properties = {
- width: "200px",
- height: "200px",
- webkitShapeOutside: "inset(10px)"
- };
- PerfTestRunner.measureTime(createShapeOutsideTest(properties, 1000));
- </script>
- </body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698