| Index: chrome/common/extensions/api/automation.idl
|
| diff --git a/chrome/common/extensions/api/automation.idl b/chrome/common/extensions/api/automation.idl
|
| index 56b61ba75bab85f8c6e01a2a177a147e86597aaa..4b8b0e7792422d8e37f2f64733207b8aeddb22e7 100644
|
| --- a/chrome/common/extensions/api/automation.idl
|
| +++ b/chrome/common/extensions/api/automation.idl
|
| @@ -668,6 +668,18 @@
|
| // The RGBA color of an input element whose value is a color.
|
| long? colorValue;
|
|
|
| + // Indicates node text is bold.
|
| + boolean bold;
|
| +
|
| + // Indicates node text is italic.
|
| + boolean italic;
|
| +
|
| + // Indicates node text is underline.
|
| + boolean underline;
|
| +
|
| + // Indicates node text is line through.
|
| + boolean lineThrough;
|
| +
|
| //
|
| // Walking the tree.
|
| //
|
|
|