Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8)

Unified Diff: third_party/WebKit/LayoutTests/inspector-protocol/dom-snapshot/dom-snapshot-getSnapshot-expected.txt

Issue 2971133002: Add input element values to DOMSnapshot command (Closed)
Patch Set: added additional fields to DomSnapshot::DOMNode Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/inspector-protocol/dom-snapshot/dom-snapshot-getSnapshot-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector-protocol/dom-snapshot/dom-snapshot-getSnapshot-expected.txt b/third_party/WebKit/LayoutTests/inspector-protocol/dom-snapshot/dom-snapshot-getSnapshot-expected.txt
index 612b2fe4b5bb16ceb4e6d9188f70f79b0d0552d2..36f96b6f4fe59297ff09e6a5351d8ac791c3f89b 100644
--- a/third_party/WebKit/LayoutTests/inspector-protocol/dom-snapshot/dom-snapshot-getSnapshot-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector-protocol/dom-snapshot/dom-snapshot-getSnapshot-expected.txt
@@ -86,9 +86,9 @@ Tests DOMSnapshot.getSnapshot method.
"childNodeIndexes": [
10,
11,
- 61,
- 62,
- 63
+ 86,
+ 87,
+ 88
],
"attributes": [
{
@@ -114,15 +114,15 @@ Tests DOMSnapshot.getSnapshot method.
13,
15,
16,
- 29,
- 30,
- 32,
- 33,
- 47,
- 48,
+ 54,
+ 55,
57,
58,
- 60
+ 72,
+ 73,
+ 82,
+ 83,
+ 85
],
"attributes": [
{
@@ -178,7 +178,23 @@ Tests DOMSnapshot.getSnapshot method.
18,
20,
21,
- 28
+ 24,
+ 25,
+ 27,
+ 28,
+ 29,
+ 30,
+ 31,
+ 32,
+ 33,
+ 34,
+ 35,
+ 36,
+ 41,
+ 42,
+ 45,
+ 46,
+ 53
],
"attributes": [
{
@@ -219,224 +235,303 @@ Tests DOMSnapshot.getSnapshot method.
},
{
"nodeType": 1,
- "nodeName": "UL",
+ "nodeName": "INPUT",
"nodeValue": "",
+ "inputValue": "InputValue",
"backendNodeId": "<number>",
"childNodeIndexes": [
- 22,
- 23,
- 24,
- 25,
- 27
+ 22
],
"attributes": [
{
- "name": "class",
- "value": "class3"
+ "name": "id",
+ "value": "TextInput"
+ },
+ {
+ "name": "value",
+ "value": "InputValue"
}
],
- "layoutNodeIndex": 10
- },
- {
- "nodeType": 3,
- "nodeName": "#text",
- "nodeValue": "\n ",
- "backendNodeId": "<number>"
+ "layoutNodeIndex": 10,
+ "isClickable": true
},
{
"nodeType": 1,
- "nodeName": "LI",
+ "nodeName": "DIV",
"nodeValue": "",
"backendNodeId": "<number>",
+ "childNodeIndexes": [
+ 23
+ ],
"attributes": [
{
- "name": "class",
- "value": "class4"
+ "name": "id",
+ "value": "inner-editor"
}
],
- "layoutNodeIndex": 11
+ "layoutNodeIndex": 11,
+ "isClickable": true
},
{
"nodeType": 3,
"nodeName": "#text",
- "nodeValue": "\n ",
- "backendNodeId": "<number>"
+ "nodeValue": "InputValue",
+ "backendNodeId": "<number>",
+ "layoutNodeIndex": 12,
+ "isClickable": true
+ },
+ {
+ "nodeType": 3,
+ "nodeName": "#text",
+ "nodeValue": "\n ",
+ "backendNodeId": "<number>",
+ "layoutNodeIndex": 13
},
{
"nodeType": 1,
- "nodeName": "SPAN",
+ "nodeName": "INPUT",
"nodeValue": "",
+ "inputValue": "ButtonValue",
"backendNodeId": "<number>",
"childNodeIndexes": [
26
],
- "layoutNodeIndex": 12
+ "attributes": [
+ {
+ "name": "id",
+ "value": "ButtonInput"
+ },
+ {
+ "name": "type",
+ "value": "button"
+ },
+ {
+ "name": "value",
+ "value": "ButtonValue"
+ }
+ ],
+ "layoutNodeIndex": 14,
+ "isClickable": true
},
{
"nodeType": 3,
"nodeName": "#text",
- "nodeValue": "Lets have a span",
+ "nodeValue": "ButtonValue",
"backendNodeId": "<number>",
- "layoutNodeIndex": 13
+ "layoutNodeIndex": 15
},
{
"nodeType": 3,
"nodeName": "#text",
"nodeValue": "\n ",
"backendNodeId": "<number>",
- "layoutNodeIndex": 14
+ "layoutNodeIndex": 16
},
{
- "nodeType": 3,
- "nodeName": "#text",
- "nodeValue": "\n ",
- "backendNodeId": "<number>"
+ "nodeType": 1,
+ "nodeName": "INPUT",
+ "nodeValue": "",
+ "inputValue": "RadioInputValue",
+ "inputChecked": true,
+ "backendNodeId": "<number>",
+ "attributes": [
+ {
+ "name": "id",
+ "value": "RadioInputChecked"
+ },
+ {
+ "name": "value",
+ "value": "RadioInputValue"
+ },
+ {
+ "name": "type",
+ "value": "radio"
+ },
+ {
+ "name": "checked",
+ "value": ""
+ }
+ ],
+ "layoutNodeIndex": 17,
+ "isClickable": true
},
{
"nodeType": 3,
"nodeName": "#text",
- "nodeValue": "\n ",
+ "nodeValue": "\n ",
"backendNodeId": "<number>",
- "layoutNodeIndex": 15
+ "layoutNodeIndex": 18
},
{
"nodeType": 1,
- "nodeName": "DIV",
+ "nodeName": "INPUT",
"nodeValue": "",
+ "inputValue": "on",
+ "inputChecked": false,
"backendNodeId": "<number>",
- "childNodeIndexes": [
- 31
- ],
"attributes": [
{
- "name": "style",
- "value": "transform: rotateZ(90deg); width: 200px"
+ "name": "id",
+ "value": "RadioInputUnchecked"
+ },
+ {
+ "name": "type",
+ "value": "radio"
}
],
- "layoutNodeIndex": 16
+ "layoutNodeIndex": 19,
+ "isClickable": true
},
{
"nodeType": 3,
"nodeName": "#text",
- "nodeValue": "Rotated text!",
+ "nodeValue": "\n ",
+ "backendNodeId": "<number>",
+ "layoutNodeIndex": 20
+ },
+ {
+ "nodeType": 1,
+ "nodeName": "INPUT",
+ "nodeValue": "",
+ "inputValue": "CheckInputValue",
+ "inputChecked": true,
"backendNodeId": "<number>",
- "layoutNodeIndex": 17
+ "attributes": [
+ {
+ "name": "id",
+ "value": "CheckboxInputChecked"
+ },
+ {
+ "name": "value",
+ "value": "CheckInputValue"
+ },
+ {
+ "name": "type",
+ "value": "checkbox"
+ },
+ {
+ "name": "checked",
+ "value": ""
+ }
+ ],
+ "layoutNodeIndex": 21,
+ "isClickable": true
},
{
"nodeType": 3,
"nodeName": "#text",
- "nodeValue": "\n ",
- "backendNodeId": "<number>"
+ "nodeValue": "\n ",
+ "backendNodeId": "<number>",
+ "layoutNodeIndex": 22
},
{
"nodeType": 1,
- "nodeName": "IFRAME",
+ "nodeName": "INPUT",
"nodeValue": "",
+ "inputChecked": false,
"backendNodeId": "<number>",
"attributes": [
{
- "name": "src",
- "value": "./simple-iframe.html"
+ "name": "id",
+ "value": "CheckboxInputUnchecked"
},
{
- "name": "width",
- "value": "400"
+ "name": "type",
+ "value": "checkbox"
},
{
- "name": "height",
- "value": "200"
+ "name": "value",
+ "value": ""
}
],
- "layoutNodeIndex": 18,
- "frameId": "<string>",
- "contentDocumentIndex": 34
+ "layoutNodeIndex": 23,
+ "isClickable": true
},
{
- "nodeType": 9,
- "nodeName": "#document",
- "nodeValue": "",
+ "nodeType": 3,
+ "nodeName": "#text",
+ "nodeValue": "\n ",
"backendNodeId": "<number>",
- "childNodeIndexes": [
- 35
- ],
- "layoutNodeIndex": 19,
- "documentURL": "<string>",
- "baseURL": "<string>"
+ "layoutNodeIndex": 24
},
{
"nodeType": 1,
- "nodeName": "HTML",
+ "nodeName": "SELECT",
"nodeValue": "",
"backendNodeId": "<number>",
"childNodeIndexes": [
- 36,
- 41,
- 42
+ 37,
+ 39
],
- "layoutNodeIndex": 20,
- "frameId": "<string>"
+ "layoutNodeIndex": 25
},
{
"nodeType": 1,
- "nodeName": "HEAD",
+ "nodeName": "OPTION",
"nodeValue": "",
+ "inputSelected": true,
"backendNodeId": "<number>",
"childNodeIndexes": [
- 37,
- 38,
- 40
+ 38
+ ],
+ "attributes": [
+ {
+ "name": "id",
+ "value": "OptionSelected"
+ }
]
},
{
"nodeType": 3,
"nodeName": "#text",
- "nodeValue": "\n",
+ "nodeValue": "Option 1",
"backendNodeId": "<number>"
},
{
"nodeType": 1,
- "nodeName": "STYLE",
+ "nodeName": "OPTION",
"nodeValue": "",
+ "inputSelected": false,
"backendNodeId": "<number>",
"childNodeIndexes": [
- 39
+ 40
+ ],
+ "attributes": [
+ {
+ "name": "id",
+ "value": "OptionNotSelected"
+ }
]
},
{
"nodeType": 3,
"nodeName": "#text",
- "nodeValue": "\n@font-face {\n font-family: 'ahem';\n src: url(../../resources/Ahem.ttf);\n}\n",
- "backendNodeId": "<number>"
- },
- {
- "nodeType": 3,
- "nodeName": "#text",
- "nodeValue": "\n",
+ "nodeValue": "Option 2",
"backendNodeId": "<number>"
},
{
"nodeType": 3,
"nodeName": "#text",
- "nodeValue": "\n",
- "backendNodeId": "<number>"
+ "nodeValue": "\n ",
+ "backendNodeId": "<number>",
+ "layoutNodeIndex": 26
},
{
"nodeType": 1,
- "nodeName": "BODY",
+ "nodeName": "TEXTAREA",
"nodeValue": "",
+ "textValue": "TextAreaValue",
"backendNodeId": "<number>",
"childNodeIndexes": [
- 43,
- 44,
- 46
+ 43
],
- "layoutNodeIndex": 21
- },
- {
- "nodeType": 3,
- "nodeName": "#text",
- "nodeValue": "\n",
- "backendNodeId": "<number>"
+ "attributes": [
+ {
+ "name": "id",
+ "value": "TextArea"
+ }
+ ],
+ "layoutNodeIndex": 27
},
{
"nodeType": 1,
@@ -444,115 +539,368 @@ Tests DOMSnapshot.getSnapshot method.
"nodeValue": "",
"backendNodeId": "<number>",
"childNodeIndexes": [
- 45
+ 44
],
"attributes": [
{
- "name": "style",
- "value": "font-family: ahem;"
+ "name": "id",
+ "value": "inner-editor"
}
],
- "layoutNodeIndex": 22
+ "layoutNodeIndex": 28,
+ "isClickable": true
},
{
"nodeType": 3,
"nodeName": "#text",
- "nodeValue": "\nHello from the iframe.\n",
+ "nodeValue": "TextAreaValue",
"backendNodeId": "<number>",
- "layoutNodeIndex": 23
- },
- {
- "nodeType": 3,
- "nodeName": "#text",
- "nodeValue": "\n\n\n",
- "backendNodeId": "<number>"
+ "layoutNodeIndex": 29,
+ "isClickable": true
},
{
"nodeType": 3,
"nodeName": "#text",
- "nodeValue": "\n ",
+ "nodeValue": "\n ",
"backendNodeId": "<number>",
- "layoutNodeIndex": 24
+ "layoutNodeIndex": 30
},
{
"nodeType": 1,
- "nodeName": "DIV",
+ "nodeName": "UL",
"nodeValue": "",
"backendNodeId": "<number>",
"childNodeIndexes": [
+ 47,
+ 48,
49,
50,
- 52,
- 53,
- 56
+ 52
],
"attributes": [
{
- "name": "id",
- "value": "shadow-host"
+ "name": "class",
+ "value": "class3"
}
],
- "layoutNodeIndex": 25
+ "layoutNodeIndex": 31
},
{
"nodeType": 3,
"nodeName": "#text",
- "nodeValue": "\n ",
+ "nodeValue": "\n ",
"backendNodeId": "<number>"
},
{
"nodeType": 1,
- "nodeName": "STYLE",
+ "nodeName": "LI",
"nodeValue": "",
"backendNodeId": "<number>",
- "childNodeIndexes": [
- 51
- ]
- },
- {
- "nodeType": 3,
- "nodeName": "#text",
- "nodeValue": "\n :host {\n color: red;\n }\n ",
- "backendNodeId": "<number>"
+ "attributes": [
+ {
+ "name": "class",
+ "value": "class4"
+ }
+ ],
+ "layoutNodeIndex": 32
},
{
"nodeType": 3,
"nodeName": "#text",
- "nodeValue": "\n ",
+ "nodeValue": "\n ",
"backendNodeId": "<number>"
},
{
"nodeType": 1,
- "nodeName": "DIV",
+ "nodeName": "SPAN",
"nodeValue": "",
"backendNodeId": "<number>",
"childNodeIndexes": [
- 54
- ],
- "attributes": [
- {
- "name": "style",
- "value": "font-family: ahem;"
- }
+ 51
],
- "layoutNodeIndex": 26
+ "layoutNodeIndex": 33
},
{
- "nodeType": 1,
- "nodeName": "H1",
+ "nodeType": 3,
+ "nodeName": "#text",
+ "nodeValue": "Lets have a span",
+ "backendNodeId": "<number>",
+ "layoutNodeIndex": 34
+ },
+ {
+ "nodeType": 3,
+ "nodeName": "#text",
+ "nodeValue": "\n ",
+ "backendNodeId": "<number>",
+ "layoutNodeIndex": 35
+ },
+ {
+ "nodeType": 3,
+ "nodeName": "#text",
+ "nodeValue": "\n ",
+ "backendNodeId": "<number>"
+ },
+ {
+ "nodeType": 3,
+ "nodeName": "#text",
+ "nodeValue": "\n ",
+ "backendNodeId": "<number>",
+ "layoutNodeIndex": 36
+ },
+ {
+ "nodeType": 1,
+ "nodeName": "DIV",
"nodeValue": "",
"backendNodeId": "<number>",
"childNodeIndexes": [
- 55
+ 56
],
- "layoutNodeIndex": 27
+ "attributes": [
+ {
+ "name": "style",
+ "value": "transform: rotateZ(90deg); width: 200px"
+ }
+ ],
+ "layoutNodeIndex": 37
+ },
+ {
+ "nodeType": 3,
+ "nodeName": "#text",
+ "nodeValue": "Rotated text!",
+ "backendNodeId": "<number>",
+ "layoutNodeIndex": 38
+ },
+ {
+ "nodeType": 3,
+ "nodeName": "#text",
+ "nodeValue": "\n ",
+ "backendNodeId": "<number>"
+ },
+ {
+ "nodeType": 1,
+ "nodeName": "IFRAME",
+ "nodeValue": "",
+ "backendNodeId": "<number>",
+ "attributes": [
+ {
+ "name": "src",
+ "value": "./simple-iframe.html"
+ },
+ {
+ "name": "width",
+ "value": "400"
+ },
+ {
+ "name": "height",
+ "value": "200"
+ }
+ ],
+ "layoutNodeIndex": 39,
+ "frameId": "<string>",
+ "contentDocumentIndex": 59
+ },
+ {
+ "nodeType": 9,
+ "nodeName": "#document",
+ "nodeValue": "",
+ "backendNodeId": "<number>",
+ "childNodeIndexes": [
+ 60
+ ],
+ "layoutNodeIndex": 40,
+ "documentURL": "<string>",
+ "baseURL": "<string>"
+ },
+ {
+ "nodeType": 1,
+ "nodeName": "HTML",
+ "nodeValue": "",
+ "backendNodeId": "<number>",
+ "childNodeIndexes": [
+ 61,
+ 66,
+ 67
+ ],
+ "layoutNodeIndex": 41,
+ "frameId": "<string>"
+ },
+ {
+ "nodeType": 1,
+ "nodeName": "HEAD",
+ "nodeValue": "",
+ "backendNodeId": "<number>",
+ "childNodeIndexes": [
+ 62,
+ 63,
+ 65
+ ]
+ },
+ {
+ "nodeType": 3,
+ "nodeName": "#text",
+ "nodeValue": "\n",
+ "backendNodeId": "<number>"
+ },
+ {
+ "nodeType": 1,
+ "nodeName": "STYLE",
+ "nodeValue": "",
+ "backendNodeId": "<number>",
+ "childNodeIndexes": [
+ 64
+ ]
+ },
+ {
+ "nodeType": 3,
+ "nodeName": "#text",
+ "nodeValue": "\n@font-face {\n font-family: 'ahem';\n src: url(../../resources/Ahem.ttf);\n}\n",
+ "backendNodeId": "<number>"
+ },
+ {
+ "nodeType": 3,
+ "nodeName": "#text",
+ "nodeValue": "\n",
+ "backendNodeId": "<number>"
+ },
+ {
+ "nodeType": 3,
+ "nodeName": "#text",
+ "nodeValue": "\n",
+ "backendNodeId": "<number>"
+ },
+ {
+ "nodeType": 1,
+ "nodeName": "BODY",
+ "nodeValue": "",
+ "backendNodeId": "<number>",
+ "childNodeIndexes": [
+ 68,
+ 69,
+ 71
+ ],
+ "layoutNodeIndex": 42
+ },
+ {
+ "nodeType": 3,
+ "nodeName": "#text",
+ "nodeValue": "\n",
+ "backendNodeId": "<number>"
+ },
+ {
+ "nodeType": 1,
+ "nodeName": "DIV",
+ "nodeValue": "",
+ "backendNodeId": "<number>",
+ "childNodeIndexes": [
+ 70
+ ],
+ "attributes": [
+ {
+ "name": "style",
+ "value": "font-family: ahem;"
+ }
+ ],
+ "layoutNodeIndex": 43
+ },
+ {
+ "nodeType": 3,
+ "nodeName": "#text",
+ "nodeValue": "\nHello from the iframe.\n",
+ "backendNodeId": "<number>",
+ "layoutNodeIndex": 44
+ },
+ {
+ "nodeType": 3,
+ "nodeName": "#text",
+ "nodeValue": "\n\n\n",
+ "backendNodeId": "<number>"
+ },
+ {
+ "nodeType": 3,
+ "nodeName": "#text",
+ "nodeValue": "\n ",
+ "backendNodeId": "<number>",
+ "layoutNodeIndex": 45
+ },
+ {
+ "nodeType": 1,
+ "nodeName": "DIV",
+ "nodeValue": "",
+ "backendNodeId": "<number>",
+ "childNodeIndexes": [
+ 74,
+ 75,
+ 77,
+ 78,
+ 81
+ ],
+ "attributes": [
+ {
+ "name": "id",
+ "value": "shadow-host"
+ }
+ ],
+ "layoutNodeIndex": 46
+ },
+ {
+ "nodeType": 3,
+ "nodeName": "#text",
+ "nodeValue": "\n ",
+ "backendNodeId": "<number>"
+ },
+ {
+ "nodeType": 1,
+ "nodeName": "STYLE",
+ "nodeValue": "",
+ "backendNodeId": "<number>",
+ "childNodeIndexes": [
+ 76
+ ]
+ },
+ {
+ "nodeType": 3,
+ "nodeName": "#text",
+ "nodeValue": "\n :host {\n color: red;\n }\n ",
+ "backendNodeId": "<number>"
+ },
+ {
+ "nodeType": 3,
+ "nodeName": "#text",
+ "nodeValue": "\n ",
+ "backendNodeId": "<number>"
+ },
+ {
+ "nodeType": 1,
+ "nodeName": "DIV",
+ "nodeValue": "",
+ "backendNodeId": "<number>",
+ "childNodeIndexes": [
+ 79
+ ],
+ "attributes": [
+ {
+ "name": "style",
+ "value": "font-family: ahem;"
+ }
+ ],
+ "layoutNodeIndex": 47
+ },
+ {
+ "nodeType": 1,
+ "nodeName": "H1",
+ "nodeValue": "",
+ "backendNodeId": "<number>",
+ "childNodeIndexes": [
+ 80
+ ],
+ "layoutNodeIndex": 48
},
{
"nodeType": 3,
"nodeName": "#text",
"nodeValue": "Hi!",
"backendNodeId": "<number>",
- "layoutNodeIndex": 28
+ "layoutNodeIndex": 49
},
{
"nodeType": 3,
@@ -572,7 +920,7 @@ Tests DOMSnapshot.getSnapshot method.
"nodeValue": "",
"backendNodeId": "<number>",
"childNodeIndexes": [
- 59
+ 84
],
"attributes": [
{
@@ -580,7 +928,7 @@ Tests DOMSnapshot.getSnapshot method.
"value": "https://www.google.com/"
}
],
- "layoutNodeIndex": 29,
+ "layoutNodeIndex": 50,
"isClickable": true
},
{
@@ -588,14 +936,14 @@ Tests DOMSnapshot.getSnapshot method.
"nodeName": "#text",
"nodeValue": "Click ME!",
"backendNodeId": "<number>",
- "layoutNodeIndex": 30
+ "layoutNodeIndex": 51
},
{
"nodeType": 3,
"nodeName": "#text",
"nodeValue": "\n",
"backendNodeId": "<number>",
- "layoutNodeIndex": 31
+ "layoutNodeIndex": 52
},
{
"nodeType": 3,
@@ -642,7 +990,7 @@ Tests DOMSnapshot.getSnapshot method.
"x": 0,
"y": 0,
"width": 785,
- "height": 935
+ "height": 1052
},
"styleIndex": 0
},
@@ -652,7 +1000,7 @@ Tests DOMSnapshot.getSnapshot method.
"x": 8,
"y": 8,
"width": 769,
- "height": 919
+ "height": 1036
},
"styleIndex": 1
},
@@ -662,7 +1010,7 @@ Tests DOMSnapshot.getSnapshot method.
"x": 8,
"y": 8,
"width": 769,
- "height": 919
+ "height": 1036
},
"styleIndex": 1
},
@@ -703,7 +1051,7 @@ Tests DOMSnapshot.getSnapshot method.
"domNodeIndex": 15,
"boundingBox": {
"x": 8,
- "y": 568,
+ "y": 685,
"width": 224,
"height": 16
},
@@ -712,7 +1060,7 @@ Tests DOMSnapshot.getSnapshot method.
{
"boundingBox": {
"x": 8,
- "y": 568,
+ "y": 685,
"width": 224,
"height": 16
},
@@ -728,7 +1076,7 @@ Tests DOMSnapshot.getSnapshot method.
"x": 232,
"y": 24,
"width": 200,
- "height": 576
+ "height": 693
},
"styleIndex": 4
},
@@ -1070,36 +1418,341 @@ Tests DOMSnapshot.getSnapshot method.
"boundingBox": {
"x": 232,
"y": 536,
- "width": 200,
- "height": 48
+ "width": 154,
+ "height": 22
},
"styleIndex": 6
},
{
- "domNodeIndex": 23,
+ "domNodeIndex": 22,
"boundingBox": {
- "x": 272,
- "y": 536,
- "width": 160,
+ "x": 234,
+ "y": 539,
+ "width": 150,
"height": 16
},
"styleIndex": 7
},
{
- "domNodeIndex": 25,
+ "domNodeIndex": 23,
"boundingBox": {
- "x": 272,
- "y": 552,
- "width": 144,
- "height": 32
+ "x": 234,
+ "y": 539,
+ "width": 61,
+ "height": 16
},
- "styleIndex": 8
- },
- {
- "domNodeIndex": 26,
+ "layoutText": "InputValue",
+ "inlineTextNodes": [
+ {
+ "boundingBox": {
+ "x": 234,
+ "y": 539,
+ "width": 61,
+ "height": 16
+ },
+ "startCharacterIndex": 0,
+ "numCharacters": 10
+ }
+ ],
+ "styleIndex": 3
+ },
+ {
+ "domNodeIndex": 24,
+ "boundingBox": {
+ "x": 0,
+ "y": 0,
+ "width": 0,
+ "height": 0
+ },
+ "layoutText": "\n ",
+ "styleIndex": 8
+ },
+ {
+ "domNodeIndex": 25,
+ "boundingBox": {
+ "x": 232,
+ "y": 558,
+ "width": 87,
+ "height": 22
+ },
+ "styleIndex": 9
+ },
+ {
+ "domNodeIndex": 26,
+ "boundingBox": {
+ "x": 240,
+ "y": 561,
+ "width": 70,
+ "height": 16
+ },
+ "layoutText": "ButtonValue",
+ "inlineTextNodes": [
+ {
+ "boundingBox": {
+ "x": 240,
+ "y": 561,
+ "width": 70,
+ "height": 16
+ },
+ "startCharacterIndex": 0,
+ "numCharacters": 11
+ }
+ ],
+ "styleIndex": 8
+ },
+ {
+ "domNodeIndex": 27,
+ "boundingBox": {
+ "x": 318,
+ "y": 561,
+ "width": 17,
+ "height": 16
+ },
+ "layoutText": "\n ",
+ "inlineTextNodes": [
+ {
+ "boundingBox": {
+ "x": 318.015625,
+ "y": 561,
+ "width": 16,
+ "height": 16
+ },
+ "startCharacterIndex": 0,
+ "numCharacters": 1
+ }
+ ],
+ "styleIndex": 8
+ },
+ {
+ "domNodeIndex": 28,
+ "boundingBox": {
+ "x": 339,
+ "y": 561,
+ "width": 14,
+ "height": 13
+ },
+ "styleIndex": 10
+ },
+ {
+ "domNodeIndex": 29,
+ "boundingBox": {
+ "x": 355,
+ "y": 561,
+ "width": 17,
+ "height": 16
+ },
+ "layoutText": "\n ",
+ "inlineTextNodes": [
+ {
+ "boundingBox": {
+ "x": 355.015625,
+ "y": 561,
+ "width": 16,
+ "height": 16
+ },
+ "startCharacterIndex": 0,
+ "numCharacters": 1
+ }
+ ],
+ "styleIndex": 8
+ },
+ {
+ "domNodeIndex": 30,
+ "boundingBox": {
+ "x": 376,
+ "y": 561,
+ "width": 14,
+ "height": 13
+ },
+ "styleIndex": 10
+ },
+ {
+ "domNodeIndex": 31,
+ "boundingBox": {
+ "x": 392,
+ "y": 561,
+ "width": 17,
+ "height": 16
+ },
+ "layoutText": "\n ",
+ "inlineTextNodes": [
+ {
+ "boundingBox": {
+ "x": 392.015625,
+ "y": 561,
+ "width": 16,
+ "height": 16
+ },
+ "startCharacterIndex": 0,
+ "numCharacters": 1
+ }
+ ],
+ "styleIndex": 8
+ },
+ {
+ "domNodeIndex": 32,
+ "boundingBox": {
+ "x": 412,
+ "y": 561,
+ "width": 14,
+ "height": 13
+ },
+ "styleIndex": 10
+ },
+ {
+ "domNodeIndex": 33,
+ "boundingBox": {
+ "x": 0,
+ "y": 0,
+ "width": 0,
+ "height": 0
+ },
+ "layoutText": "\n ",
+ "styleIndex": 8
+ },
+ {
+ "domNodeIndex": 34,
+ "boundingBox": {
+ "x": 236,
+ "y": 583,
+ "width": 13,
+ "height": 13
+ },
+ "styleIndex": 10
+ },
+ {
+ "domNodeIndex": 35,
+ "boundingBox": {
+ "x": 252,
+ "y": 583,
+ "width": 16,
+ "height": 16
+ },
+ "layoutText": "\n ",
+ "inlineTextNodes": [
+ {
+ "boundingBox": {
+ "x": 252,
+ "y": 583,
+ "width": 16,
+ "height": 16
+ },
+ "startCharacterIndex": 0,
+ "numCharacters": 1
+ }
+ ],
+ "styleIndex": 8
+ },
+ {
+ "domNodeIndex": 36,
+ "boundingBox": {
+ "x": 268,
+ "y": 581,
+ "width": 71,
+ "height": 20
+ },
+ "styleIndex": 11
+ },
+ {
+ "domNodeIndex": 41,
+ "boundingBox": {
+ "x": 0,
+ "y": 0,
+ "width": 0,
+ "height": 0
+ },
+ "layoutText": "\n ",
+ "styleIndex": 8
+ },
+ {
+ "domNodeIndex": 42,
+ "boundingBox": {
+ "x": 232,
+ "y": 601,
+ "width": 179,
+ "height": 36
+ },
+ "styleIndex": 12
+ },
+ {
+ "domNodeIndex": 43,
+ "boundingBox": {
+ "x": 235,
+ "y": 604,
+ "width": 175,
+ "height": 16
+ },
+ "styleIndex": 13
+ },
+ {
+ "domNodeIndex": 44,
+ "boundingBox": {
+ "x": 235,
+ "y": 604,
+ "width": 104,
+ "height": 16
+ },
+ "layoutText": "TextAreaValue",
+ "inlineTextNodes": [
+ {
+ "boundingBox": {
+ "x": 235,
+ "y": 604,
+ "width": 104,
+ "height": 16
+ },
+ "startCharacterIndex": 0,
+ "numCharacters": 13
+ }
+ ],
+ "styleIndex": 3
+ },
+ {
+ "domNodeIndex": 45,
+ "boundingBox": {
+ "x": 0,
+ "y": 0,
+ "width": 0,
+ "height": 0
+ },
+ "layoutText": "\n ",
+ "styleIndex": 8
+ },
+ {
+ "domNodeIndex": 46,
+ "boundingBox": {
+ "x": 232,
+ "y": 653,
+ "width": 200,
+ "height": 48
+ },
+ "styleIndex": 14
+ },
+ {
+ "domNodeIndex": 48,
+ "boundingBox": {
+ "x": 272,
+ "y": 653,
+ "width": 160,
+ "height": 16
+ },
+ "styleIndex": 15
+ },
+ {
+ "domNodeIndex": 50,
+ "boundingBox": {
+ "x": 272,
+ "y": 669,
+ "width": 144,
+ "height": 32
+ },
+ "styleIndex": 16
+ },
+ {
+ "domNodeIndex": 51,
"boundingBox": {
"x": 272,
- "y": 552,
+ "y": 669,
"width": 144,
"height": 32
},
@@ -1108,7 +1761,7 @@ Tests DOMSnapshot.getSnapshot method.
{
"boundingBox": {
"x": 272,
- "y": 552,
+ "y": 669,
"width": 144,
"height": 16
},
@@ -1118,7 +1771,7 @@ Tests DOMSnapshot.getSnapshot method.
{
"boundingBox": {
"x": 272,
- "y": 568,
+ "y": 685,
"width": 96,
"height": 16
},
@@ -1126,10 +1779,10 @@ Tests DOMSnapshot.getSnapshot method.
"numCharacters": 6
}
],
- "styleIndex": 8
+ "styleIndex": 16
},
{
- "domNodeIndex": 27,
+ "domNodeIndex": 52,
"boundingBox": {
"x": 0,
"y": 0,
@@ -1140,7 +1793,7 @@ Tests DOMSnapshot.getSnapshot method.
"styleIndex": 3
},
{
- "domNodeIndex": 29,
+ "domNodeIndex": 54,
"boundingBox": {
"x": 0,
"y": 0,
@@ -1151,20 +1804,20 @@ Tests DOMSnapshot.getSnapshot method.
"styleIndex": 3
},
{
- "domNodeIndex": 30,
+ "domNodeIndex": 55,
"boundingBox": {
"x": 92,
- "y": 516,
+ "y": 633,
"width": 32,
"height": 200
},
- "styleIndex": 9
+ "styleIndex": 17
},
{
- "domNodeIndex": 31,
+ "domNodeIndex": 56,
"boundingBox": {
"x": 92,
- "y": 516,
+ "y": 633,
"width": 32,
"height": 112
},
@@ -1173,7 +1826,7 @@ Tests DOMSnapshot.getSnapshot method.
{
"boundingBox": {
"x": 108,
- "y": 516,
+ "y": 633,
"width": 16,
"height": 112
},
@@ -1183,7 +1836,7 @@ Tests DOMSnapshot.getSnapshot method.
{
"boundingBox": {
"x": 92,
- "y": 516,
+ "y": 633,
"width": 16,
"height": 80
},
@@ -1191,20 +1844,20 @@ Tests DOMSnapshot.getSnapshot method.
"numCharacters": 5
}
],
- "styleIndex": 10
+ "styleIndex": 18
},
{
- "domNodeIndex": 33,
+ "domNodeIndex": 58,
"boundingBox": {
"x": 8,
- "y": 632,
+ "y": 749,
"width": 404,
"height": 204
},
- "styleIndex": 11
+ "styleIndex": 19
},
{
- "domNodeIndex": 34,
+ "domNodeIndex": 59,
"boundingBox": {
"x": 0,
"y": 0,
@@ -1213,37 +1866,37 @@ Tests DOMSnapshot.getSnapshot method.
}
},
{
- "domNodeIndex": 35,
+ "domNodeIndex": 60,
"boundingBox": {
"x": 10,
- "y": 634,
+ "y": 751,
"width": 400,
"height": 200
},
- "styleIndex": 12
+ "styleIndex": 20
},
{
- "domNodeIndex": 42,
+ "domNodeIndex": 67,
"boundingBox": {
"x": 18,
- "y": 642,
+ "y": 759,
"width": 384,
"height": 184
},
- "styleIndex": 13
+ "styleIndex": 21
},
{
- "domNodeIndex": 44,
+ "domNodeIndex": 69,
"boundingBox": {
"x": 18,
- "y": 642,
+ "y": 759,
"width": 384,
"height": 16
},
- "styleIndex": 14
+ "styleIndex": 22
},
{
- "domNodeIndex": 45,
+ "domNodeIndex": 70,
"boundingBox": {
"x": 8,
"y": 8,
@@ -1266,7 +1919,7 @@ Tests DOMSnapshot.getSnapshot method.
"styleIndex": 3
},
{
- "domNodeIndex": 47,
+ "domNodeIndex": 72,
"boundingBox": {
"x": 0,
"y": 0,
@@ -1277,40 +1930,40 @@ Tests DOMSnapshot.getSnapshot method.
"styleIndex": 3
},
{
- "domNodeIndex": 48,
+ "domNodeIndex": 73,
"boundingBox": {
"x": 8,
- "y": 857,
+ "y": 974,
"width": 769,
"height": 33
},
- "styleIndex": 15
+ "styleIndex": 23
},
{
- "domNodeIndex": 53,
+ "domNodeIndex": 78,
"boundingBox": {
"x": 8,
- "y": 857,
+ "y": 974,
"width": 769,
"height": 33
},
- "styleIndex": 15
+ "styleIndex": 23
},
{
- "domNodeIndex": 54,
+ "domNodeIndex": 79,
"boundingBox": {
"x": 8,
- "y": 857,
+ "y": 974,
"width": 769,
"height": 33
},
- "styleIndex": 15
+ "styleIndex": 23
},
{
- "domNodeIndex": 55,
+ "domNodeIndex": 80,
"boundingBox": {
"x": 8,
- "y": 857,
+ "y": 974,
"width": 96,
"height": 33
},
@@ -1319,7 +1972,7 @@ Tests DOMSnapshot.getSnapshot method.
{
"boundingBox": {
"x": 8,
- "y": 857.4375,
+ "y": 974.4375,
"width": 96,
"height": 32
},
@@ -1327,23 +1980,23 @@ Tests DOMSnapshot.getSnapshot method.
"numCharacters": 3
}
],
- "styleIndex": 16
+ "styleIndex": 24
},
{
- "domNodeIndex": 58,
+ "domNodeIndex": 83,
"boundingBox": {
"x": 8,
- "y": 910,
+ "y": 1027,
"width": 144,
"height": 17
},
- "styleIndex": 17
+ "styleIndex": 25
},
{
- "domNodeIndex": 59,
+ "domNodeIndex": 84,
"boundingBox": {
"x": 8,
- "y": 910,
+ "y": 1027,
"width": 144,
"height": 17
},
@@ -1352,7 +2005,7 @@ Tests DOMSnapshot.getSnapshot method.
{
"boundingBox": {
"x": 8,
- "y": 910.875,
+ "y": 1027.875,
"width": 144,
"height": 16
},
@@ -1360,10 +2013,10 @@ Tests DOMSnapshot.getSnapshot method.
"numCharacters": 9
}
],
- "styleIndex": 17
+ "styleIndex": 25
},
{
- "domNodeIndex": 60,
+ "domNodeIndex": 85,
"boundingBox": {
"x": 0,
"y": 0,
@@ -1383,11 +2036,11 @@ Tests DOMSnapshot.getSnapshot method.
},
{
"name": "transform-origin",
- "value": "392.5px 467.438px"
+ "value": "392.5px 525.938px"
},
{
"name": "height",
- "value": "934.875px"
+ "value": "1051.88px"
},
{
"name": "width",
@@ -1415,11 +2068,11 @@ Tests DOMSnapshot.getSnapshot method.
},
{
"name": "transform-origin",
- "value": "384.5px 459.438px"
+ "value": "384.5px 517.938px"
},
{
"name": "height",
- "value": "918.875px"
+ "value": "1035.88px"
},
{
"name": "width",
@@ -1511,11 +2164,11 @@ Tests DOMSnapshot.getSnapshot method.
},
{
"name": "transform-origin",
- "value": "100px 288px"
+ "value": "100px 346.5px"
},
{
"name": "height",
- "value": "576px"
+ "value": "693px"
},
{
"name": "width",
@@ -1567,6 +2220,262 @@ Tests DOMSnapshot.getSnapshot method.
}
]
},
+ {
+ "properties": [
+ {
+ "name": "transform",
+ "value": "none"
+ },
+ {
+ "name": "transform-origin",
+ "value": "77px 11px"
+ },
+ {
+ "name": "height",
+ "value": "22px"
+ },
+ {
+ "name": "width",
+ "value": "154px"
+ },
+ {
+ "name": "display",
+ "value": "inline-block"
+ },
+ {
+ "name": "outline-color",
+ "value": "rgb(0, 0, 0)"
+ },
+ {
+ "name": "color",
+ "value": "rgb(0, 0, 0)"
+ }
+ ]
+ },
+ {
+ "properties": [
+ {
+ "name": "transform",
+ "value": "none"
+ },
+ {
+ "name": "transform-origin",
+ "value": "75px 8px"
+ },
+ {
+ "name": "height",
+ "value": "16px"
+ },
+ {
+ "name": "width",
+ "value": "150px"
+ },
+ {
+ "name": "display",
+ "value": "block"
+ },
+ {
+ "name": "outline-color",
+ "value": "rgb(0, 0, 0)"
+ },
+ {
+ "name": "color",
+ "value": "rgb(0, 0, 0)"
+ }
+ ]
+ },
+ {
+ "properties": [
+ {
+ "name": "transform",
+ "value": "none"
+ },
+ {
+ "name": "transform-origin",
+ "value": "0px 0px"
+ },
+ {
+ "name": "height",
+ "value": "auto"
+ },
+ {
+ "name": "width",
+ "value": "auto"
+ },
+ {
+ "name": "display",
+ "value": "inline-block"
+ },
+ {
+ "name": "outline-color",
+ "value": "rgb(0, 0, 0)"
+ },
+ {
+ "name": "color",
+ "value": "rgb(0, 0, 0)"
+ }
+ ]
+ },
+ {
+ "properties": [
+ {
+ "name": "transform",
+ "value": "none"
+ },
+ {
+ "name": "transform-origin",
+ "value": "43px 11px"
+ },
+ {
+ "name": "height",
+ "value": "22px"
+ },
+ {
+ "name": "width",
+ "value": "86.0156px"
+ },
+ {
+ "name": "display",
+ "value": "inline-block"
+ },
+ {
+ "name": "outline-color",
+ "value": "rgb(0, 0, 0)"
+ },
+ {
+ "name": "color",
+ "value": "rgb(0, 0, 0)"
+ }
+ ]
+ },
+ {
+ "properties": [
+ {
+ "name": "transform",
+ "value": "none"
+ },
+ {
+ "name": "transform-origin",
+ "value": "6.5px 6.5px"
+ },
+ {
+ "name": "height",
+ "value": "13px"
+ },
+ {
+ "name": "width",
+ "value": "13px"
+ },
+ {
+ "name": "display",
+ "value": "inline-block"
+ },
+ {
+ "name": "outline-color",
+ "value": "rgb(0, 0, 0)"
+ },
+ {
+ "name": "color",
+ "value": "rgb(0, 0, 0)"
+ }
+ ]
+ },
+ {
+ "properties": [
+ {
+ "name": "transform",
+ "value": "none"
+ },
+ {
+ "name": "transform-origin",
+ "value": "35.5px 10px"
+ },
+ {
+ "name": "height",
+ "value": "20px"
+ },
+ {
+ "name": "width",
+ "value": "71px"
+ },
+ {
+ "name": "display",
+ "value": "inline-block"
+ },
+ {
+ "name": "outline-color",
+ "value": "rgb(0, 0, 0)"
+ },
+ {
+ "name": "color",
+ "value": "rgb(0, 0, 0)"
+ }
+ ]
+ },
+ {
+ "properties": [
+ {
+ "name": "transform",
+ "value": "none"
+ },
+ {
+ "name": "transform-origin",
+ "value": "89.5px 18px"
+ },
+ {
+ "name": "height",
+ "value": "36px"
+ },
+ {
+ "name": "width",
+ "value": "179px"
+ },
+ {
+ "name": "display",
+ "value": "inline-block"
+ },
+ {
+ "name": "outline-color",
+ "value": "rgb(0, 0, 0)"
+ },
+ {
+ "name": "color",
+ "value": "rgb(0, 0, 0)"
+ }
+ ]
+ },
+ {
+ "properties": [
+ {
+ "name": "transform",
+ "value": "none"
+ },
+ {
+ "name": "transform-origin",
+ "value": "87.5px 8px"
+ },
+ {
+ "name": "height",
+ "value": "16px"
+ },
+ {
+ "name": "width",
+ "value": "175px"
+ },
+ {
+ "name": "display",
+ "value": "block"
+ },
+ {
+ "name": "outline-color",
+ "value": "rgb(0, 0, 0)"
+ },
+ {
+ "name": "color",
+ "value": "rgb(0, 0, 0)"
+ }
+ ]
+ },
{
"properties": [
{

Powered by Google App Engine
This is Rietveld 408576698