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

Side by Side Diff: LayoutTests/inspector-protocol/css/css-set-rule-selector-expected.txt

Issue 1179323003: DevTools: do not use range indices outside of InspectorStyleSheet. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: review comments addressed Created 5 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 | Annotate | Revision Log
OLDNEW
1 ==== Initial style sheet text ==== 1 ==== Initial style sheet text ====
2 * { 2 * {
3 box-sizing: border-box; 3 box-sizing: border-box;
4 } 4 }
5 5
6 html, body, div, a { 6 html, body, div, a {
7 /* resetting some properties */ 7 /* resetting some properties */
8 padding: 0; 8 padding: 0;
9 margin: 0; 9 margin: 0;
10 border: 0; 10 border: 0;
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 display: flex; /* flex FTW! */ 93 display: flex; /* flex FTW! */
94 } 94 }
95 95
96 .EDITED { font-size: 200%; } .EDITED-2 { 96 .EDITED { font-size: 200%; } .EDITED-2 {
97 position: relative; 97 position: relative;
98 } 98 }
99 99
100 100
101 101
102 Running test: testInvalidSelectorText 102 Running test: testInvalidSelectorText
103 Expected protocol error: SyntaxError Selector text is not valid. 103 Expected protocol error: SyntaxError Selector or media text is not valid.
104 104
105 Running test: testEmptySelector 105 Running test: testEmptySelector
106 Expected protocol error: SyntaxError Selector text is not valid. 106 Expected protocol error: SyntaxError Selector or media text is not valid.
107 107
108 Running test: testSelectorTextWithUnclosedComment 108 Running test: testSelectorTextWithUnclosedComment
109 Expected protocol error: SyntaxError Selector text is not valid. 109 Expected protocol error: SyntaxError Selector or media text is not valid.
110 110
111 Running test: testEditSubSelector 111 Running test: testEditSubSelector
112 Expected protocol error: Source range didn't match any rule selector source rang e 112 Expected protocol error: NotFoundError Source range didn't match existing source range
113 113
114 Running test: testInvalidParameters 114 Running test: testInvalidParameters
115 Expected protocol error: range.startLine must be a non-negative integer 115 Expected protocol error: range.startLine must be a non-negative integer
116 116
117 Running test: testNegativeRangeParameters 117 Running test: testNegativeRangeParameters
118 Expected protocol error: range.startLine must be a non-negative integer 118 Expected protocol error: range.startLine must be a non-negative integer
119 119
120 Running test: testStartLineOutOfBounds 120 Running test: testStartLineOutOfBounds
121 Expected protocol error: Specified range is out of bounds 121 Expected protocol error: Specified range is out of bounds
122 122
123 Running test: testEndLineOutOfBounds 123 Running test: testEndLineOutOfBounds
124 Expected protocol error: Specified range is out of bounds 124 Expected protocol error: Specified range is out of bounds
125 125
126 Running test: testStartColumnBeyondLastLineCharacter 126 Running test: testStartColumnBeyondLastLineCharacter
127 Expected protocol error: Specified range is out of bounds 127 Expected protocol error: Specified range is out of bounds
128 128
129 Running test: testEndColumnBeyondLastLineCharacter 129 Running test: testEndColumnBeyondLastLineCharacter
130 Expected protocol error: Specified range is out of bounds 130 Expected protocol error: Specified range is out of bounds
131 131
132 Running test: testInsertBeyondLastCharacterOfLastLine 132 Running test: testInsertBeyondLastCharacterOfLastLine
133 Expected protocol error: Specified range is out of bounds 133 Expected protocol error: Specified range is out of bounds
134 134
135 Running test: testReversedRange 135 Running test: testReversedRange
136 Expected protocol error: Range start must not succeed its end 136 Expected protocol error: Range start must not succeed its end
137 137
OLDNEW
« no previous file with comments | « LayoutTests/inspector-protocol/css/css-set-media-text-expected.txt ('k') | Source/core/inspector/InspectorCSSAgent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698