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

Unified Diff: PerformanceTests/Layout/Shapes/resources/shapes.css

Issue 186783003: [CSS Shapes] Add performance tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: All perf tests without the .gif Created 6 years, 10 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/resources/shapes.css
diff --git a/PerformanceTests/Layout/Shapes/resources/shapes.css b/PerformanceTests/Layout/Shapes/resources/shapes.css
new file mode 100644
index 0000000000000000000000000000000000000000..bdee4c57ca39ae9adca962a574ff47e87f930551
--- /dev/null
+++ b/PerformanceTests/Layout/Shapes/resources/shapes.css
@@ -0,0 +1,7 @@
+.testBox {
+ width: 800px;
+}
+
+.floatingObject {
+ border: 1px solid black;
+}
« no previous file with comments | « PerformanceTests/Layout/Shapes/ShapeOutsideStackedPolygons.html ('k') | PerformanceTests/Layout/Shapes/resources/shapes.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698