Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 Blocked access to external URL http://www.example.com/fonts/example | |
| 2 Blocked access to external URL http://www.example.com/fonts/example | |
|
Nate Chapin
2016/05/18 23:56:05
Due to moving willSendRequest() earlier.
| |
| 1 The test verifies the CSS outline functionality. | 3 The test verifies the CSS outline functionality. |
| 2 | 4 |
| 3 { | 5 { |
| 4 atRule : "@import url("some-url-to-load-css.css") print" | 6 atRule : "@import url("some-url-to-load-css.css") print" |
| 5 columnNumber : 0 | 7 columnNumber : 0 |
| 6 lineNumber : 1 | 8 lineNumber : 1 |
| 7 } | 9 } |
| 8 { | 10 { |
| 9 atRule : "@charset "ISO-8859-15"" | 11 atRule : "@charset "ISO-8859-15"" |
| 10 columnNumber : 0 | 12 columnNumber : 0 |
| (...skipping 352 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 363 ] | 365 ] |
| 364 selectorText : "span" | 366 selectorText : "span" |
| 365 styleRange : { | 367 styleRange : { |
| 366 endColumn : 4 | 368 endColumn : 4 |
| 367 endLine : 47 | 369 endLine : 47 |
| 368 startColumn : 10 | 370 startColumn : 10 |
| 369 startLine : 43 | 371 startLine : 43 |
| 370 } | 372 } |
| 371 } | 373 } |
| 372 | 374 |
| OLD | NEW |