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

Unified Diff: LayoutTests/inspector/elements/highlight-node-transformed-expected.txt

Issue 900903002: DevTools: do not use Internals for inspector highlight tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: review comment addressed. Created 5 years, 10 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: LayoutTests/inspector/elements/highlight-node-transformed-expected.txt
diff --git a/LayoutTests/inspector/elements/highlight-node-transformed-expected.txt b/LayoutTests/inspector/elements/highlight-node-transformed-expected.txt
index cfc51bf01d4ef0d4f8bc51fbaf29945f78e843c6..4012588322fd05d303fc85afff20a9c91ad33304 100644
--- a/LayoutTests/inspector/elements/highlight-node-transformed-expected.txt
+++ b/LayoutTests/inspector/elements/highlight-node-transformed-expected.txt
@@ -1,21 +1,77 @@
-div: {
+div{
"paths": [
{
- "path": ["M", 205, 100, "L", 205, 180, "L", 105, 180, "L", 105, 100, "Z"],
+ "path": [
+ "M",
+ 205,
+ 100,
+ "L",
+ 205,
+ 180,
+ "L",
+ 105,
+ 180,
+ "L",
+ 105,
+ 100,
+ "Z"
+ ],
"fillColor": "rgba(255, 0, 0, 0)",
"outlineColor": "rgba(128, 0, 0, 0)"
},
{
- "path": ["M", 205, 100, "L", 205, 180, "L", 105, 180, "L", 105, 100, "Z"],
+ "path": [
+ "M",
+ 205,
+ 100,
+ "L",
+ 205,
+ 180,
+ "L",
+ 105,
+ 180,
+ "L",
+ 105,
+ 100,
+ "Z"
+ ],
"fillColor": "rgba(0, 255, 0, 0)"
},
{
- "path": ["M", 205, 100, "L", 205, 180, "L", 105, 180, "L", 105, 100, "Z"],
+ "path": [
+ "M",
+ 205,
+ 100,
+ "L",
+ 205,
+ 180,
+ "L",
+ 105,
+ 180,
+ "L",
+ 105,
+ 100,
+ "Z"
+ ],
"fillColor": "rgba(0, 0, 255, 0)"
},
{
- "path": ["M", 205, 100, "L", 205, 180, "L", 105, 180, "L", 105, 100, "Z"],
+ "path": [
+ "M",
+ 205,
+ 100,
+ "L",
+ 205,
+ 180,
+ "L",
+ 105,
+ 180,
+ "L",
+ 105,
+ 100,
+ "Z"
+ ],
"fillColor": "rgba(255, 255, 255, 0)"
}
],
@@ -29,4 +85,3 @@ div: {
}
}
-

Powered by Google App Engine
This is Rietveld 408576698