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

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

Issue 2951643002: [DevTools] Prepare inspector-protocol tests to new test runner (Closed)
Patch Set: css3/fonts Created 3 years, 6 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 unified diff | Download patch
OLDNEW
1 Some Text 1 Some Text
2 And More Text 2 And More Text
3 Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque sit amet e st sem. Aenean ut neque volutpat, posuere odio at, mollis nibh. Aenean sodales n ulla et ligula efficitur sollicitudin blandit sed lectus. Duis orci enim, sodale s ac lectus sed, hendrerit efficitur est. Quisque gravida facilisis viverra. 3 Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque sit amet e st sem. Aenean ut neque volutpat, posuere odio at, mollis nibh. Aenean sodales n ulla et ligula efficitur sollicitudin blandit sed lectus. Duis orci enim, sodale s ac lectus sed, hendrerit efficitur est. Quisque gravida facilisis viverra.
4 4
5 Lets have a span 5 Lets have a span
6 Rotated text! 6 Rotated text!
7 7
8 { 8 {
9 "domNodes": [ 9 "domNodes": [
10 { 10 {
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 "nodeName": "SCRIPT", 80 "nodeName": "SCRIPT",
81 "nodeValue": "", 81 "nodeValue": "",
82 "backendNodeId": 9, 82 "backendNodeId": 9,
83 "attributes": [ 83 "attributes": [
84 { 84 {
85 "name": "type", 85 "name": "type",
86 "value": "text/javascript" 86 "value": "text/javascript"
87 }, 87 },
88 { 88 {
89 "name": "src", 89 "name": "src",
90 "value": "../../http/tests/inspector-protocol/inspector-protocol-test. js" 90 "value": "../../http/tests/inspector-protocol/resources/inspector-prot ocol-test.js"
91 } 91 }
92 ] 92 ]
93 }, 93 },
94 { 94 {
95 "nodeType": 3, 95 "nodeType": 3,
96 "nodeName": "#text", 96 "nodeName": "#text",
97 "nodeValue": "\n", 97 "nodeValue": "\n",
98 "backendNodeId": 10 98 "backendNodeId": 10
99 }, 99 },
100 { 100 {
(...skipping 1794 matching lines...) Expand 10 before | Expand all | Expand 10 after
1895 }, 1895 },
1896 { 1896 {
1897 "name": "color", 1897 "name": "color",
1898 "value": "rgb(255, 0, 0)" 1898 "value": "rgb(255, 0, 0)"
1899 } 1899 }
1900 ] 1900 ]
1901 } 1901 }
1902 ] 1902 ]
1903 } 1903 }
1904 1904
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698