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

Unified Diff: third_party/WebKit/LayoutTests/inspector/elements/styles-1/css-outline-expected.txt

Issue 1515733002: DevTools: [SASS] implement CSS AST-builder. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@sass-module
Patch Set: rebaseline test Created 5 years 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/inspector/sass/sass-test.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/inspector/elements/styles-1/css-outline-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/elements/styles-1/css-outline-expected.txt b/third_party/WebKit/LayoutTests/inspector/elements/styles-1/css-outline-expected.txt
index 08d5dda7e3556ba20e18114a54b3600a330656ad..95db0618016001ce1b12cebea311c36908415083 100644
--- a/third_party/WebKit/LayoutTests/inspector/elements/styles-1/css-outline-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/elements/styles-1/css-outline-expected.txt
@@ -53,7 +53,7 @@ The test verifies the CSS outline functionality.
startColumn : 6
startLine : 19
}
- value : "red"
+ value : " red "
valueRange : {
endColumn : 17
endLine : 19
@@ -82,7 +82,7 @@ The test verifies the CSS outline functionality.
startColumn : 4
startLine : 21
}
- value : "1px solid black"
+ value : " 1px solid black"
valueRange : {
endColumn : 27
endLine : 21
@@ -104,7 +104,7 @@ The test verifies the CSS outline functionality.
startColumn : 4
startLine : 22
}
- value : "1"
+ value : " 1"
valueRange : {
endColumn : 14
endLine : 22
@@ -127,7 +127,7 @@ The test verifies the CSS outline functionality.
startColumn : 4
startLine : 23
}
- value : "rgb(1, 2, 3)"
+ value : " rgb(1, 2, 3) "
valueRange : {
endColumn : 47
endLine : 23
@@ -156,7 +156,7 @@ The test verifies the CSS outline functionality.
startColumn : 25
startLine : 25
}
- value : "ellipsis"
+ value : " ellipsis"
valueRange : {
endColumn : 48
endLine : 25
@@ -185,7 +185,7 @@ The test verifies the CSS outline functionality.
startColumn : 4
startLine : 27
}
- value : "blue"
+ value : " blue"
valueRange : {
endColumn : 22
endLine : 27
@@ -207,7 +207,8 @@ The test verifies the CSS outline functionality.
startColumn : 4
startLine : 28
}
- value : ""dogs""
+ value : " "dogs"
+"
valueRange : {
endColumn : 0
endLine : 29
@@ -241,7 +242,7 @@ The test verifies the CSS outline functionality.
startColumn : 4
startLine : 39
}
- value : "underline"
+ value : " underline"
valueRange : {
endColumn : 30
endLine : 39
@@ -276,7 +277,7 @@ The test verifies the CSS outline functionality.
startColumn : 0
startLine : 44
}
- value : "Times New Roman"
+ value : " Times New Roman"
valueRange : {
endColumn : 36
endLine : 44
@@ -298,7 +299,7 @@ The test verifies the CSS outline functionality.
startColumn : 8
startLine : 45
}
- value : "10px"
+ value : " 10px"
valueRange : {
endColumn : 35
endLine : 45
@@ -320,7 +321,8 @@ The test verifies the CSS outline functionality.
startColumn : 8
startLine : 46
}
- value : ""Example Font""
+ value : " "Example Font"
+ "
valueRange : {
endColumn : 4
endLine : 47
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/inspector/sass/sass-test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698