Chromium Code Reviews| Index: LayoutTests/inspector-protocol/dom-get-platform-fonts-expected.txt |
| diff --git a/LayoutTests/inspector-protocol/dom-get-platform-fonts-expected.txt b/LayoutTests/inspector-protocol/dom-get-platform-fonts-expected.txt |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..08dc00508c34e4b297ee1e268941b9e7bf0986dd |
| --- /dev/null |
| +++ b/LayoutTests/inspector-protocol/dom-get-platform-fonts-expected.txt |
| @@ -0,0 +1,4 @@ |
| +First line. |
| +Second line. |
| +{"textNodeList":[{"text":"First line.\n","fonts":["Times New Roman","Courier New","Courier New","Courier New","Courier New","Courier New","Courier New","Courier New","Courier New","Courier New","Courier New","Courier New"]},{"text":"Second line.","fonts":["Arial","Arial","Arial","Arial","Arial","Arial","Arial","Arial","Arial","Arial","Arial","Arial"]}]} |
|
pfeldman
2013/08/16 08:16:48
This will fail on other operating systems.
|
| + |