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

Unified Diff: PerformanceTests/Layout/Shapes/ShapeOutsideContentBox.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
« no previous file with comments | « no previous file | PerformanceTests/Layout/Shapes/ShapeOutsideInset.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: PerformanceTests/Layout/Shapes/ShapeOutsideContentBox.html
diff --git a/PerformanceTests/Layout/Shapes/ShapeOutsideContentBox.html b/PerformanceTests/Layout/Shapes/ShapeOutsideContentBox.html
deleted file mode 100644
index 8b8970adab6c29603d5f7254dea06a199923cc2c..0000000000000000000000000000000000000000
--- a/PerformanceTests/Layout/Shapes/ShapeOutsideContentBox.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: "content-box"
- };
- PerfTestRunner.measureTime(createShapeOutsideTest(properties, 1000));
- </script>
- </body>
-</html>
« no previous file with comments | « no previous file | PerformanceTests/Layout/Shapes/ShapeOutsideInset.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698