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

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

Issue 2463673004: [inspector_protocol] Support fall through. (Closed)
Patch Set: example domain converted Created 4 years, 1 month 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 ==== 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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 Running test: testEmptySelector 105 Running test: testEmptySelector
106 Expected protocol error: SyntaxError Selector or media 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 or media 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: NotFoundError Source range didn't match existing source range 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: Invalid request (range.startLine: integer value expecte d) 115 Expected protocol error: Invalid parameters (range.startLine: integer value expe cted)
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

Powered by Google App Engine
This is Rietveld 408576698