Chromium Code Reviews| 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; |
| +} |