Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <title>Page with some CSS</title> | |
| 3 <!-- | |
| 4 Load a bunch of stylesheets to ensure that we spent more than 5us of time | |
| 5 parsing. Timestamps are clamped to 5us in the renderer to avoid timing | |
| 6 attacks. | |
| 7 --> | |
| 8 <link rel="stylesheet" href="/dromaeo/application.css"> | |
|
Timothy Loh
2016/11/11 04:19:22
I'd expect that we only parse it once though...
Charlie Harrison
2016/11/11 16:27:10
It is odd. The reason is that application.css is u
| |
| 9 <link rel="stylesheet" href="/dromaeo/application.css"> | |
| 10 <link rel="stylesheet" href="/dromaeo/application.css"> | |
| 11 <link rel="stylesheet" href="/dromaeo/application.css"> | |
| 12 <link rel="stylesheet" href="/dromaeo/application.css"> | |
| 13 <link rel="stylesheet" href="/dromaeo/application.css"> | |
| 14 <link rel="stylesheet" href="/dromaeo/application.css"> | |
| 15 <link rel="stylesheet" href="/dromaeo/application.css"> | |
| 16 <link rel="stylesheet" href="/dromaeo/application.css"> | |
| 17 <link rel="stylesheet" href="/dromaeo/application.css"> | |
| 18 <p>Mark me up!</p> | |
| OLD | NEW |