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

Unified Diff: LayoutTests/inspector/elements/highlight-svg-root-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-svg-root-expected.txt
diff --git a/LayoutTests/inspector/elements/highlight-svg-root-expected.txt b/LayoutTests/inspector/elements/highlight-svg-root-expected.txt
index 74cc9b77345c2c9e6e89e23a655b9dbdc6ebbb20..0045e0b0177154046310ffa6ed5fc8ef04e667ad 100644
--- a/LayoutTests/inspector/elements/highlight-svg-root-expected.txt
+++ b/LayoutTests/inspector/elements/highlight-svg-root-expected.txt
@@ -1,22 +1,78 @@
This test verifies the position and size of the highlight rectangles overlayed on an SVG root element.
-svg-root: {
+svg-root{
"paths": [
{
- "path": ["M", 30, 30, "L", 130, 30, "L", 130, 130, "L", 30, 130, "Z"],
+ "path": [
+ "M",
+ 30,
+ 30,
+ "L",
+ 130,
+ 30,
+ "L",
+ 130,
+ 130,
+ "L",
+ 30,
+ 130,
+ "Z"
+ ],
"fillColor": "rgba(255, 0, 0, 0)",
"outlineColor": "rgba(128, 0, 0, 0)"
},
{
- "path": ["M", 15, 15, "L", 145, 15, "L", 145, 145, "L", 15, 145, "Z"],
+ "path": [
+ "M",
+ 15,
+ 15,
+ "L",
+ 145,
+ 15,
+ "L",
+ 145,
+ 145,
+ "L",
+ 15,
+ 145,
+ "Z"
+ ],
"fillColor": "rgba(0, 255, 0, 0)"
},
{
- "path": ["M", 5, 5, "L", 155, 5, "L", 155, 155, "L", 5, 155, "Z"],
+ "path": [
+ "M",
+ 5,
+ 5,
+ "L",
+ 155,
+ 5,
+ "L",
+ 155,
+ 155,
+ "L",
+ 5,
+ 155,
+ "Z"
+ ],
"fillColor": "rgba(0, 0, 255, 0)"
},
{
- "path": ["M", 0, 0, "L", 160, 0, "L", 160, 160, "L", 0, 160, "Z"],
+ "path": [
+ "M",
+ 0,
+ 0,
+ "L",
+ 160,
+ 0,
+ "L",
+ 160,
+ 160,
+ "L",
+ 0,
+ 160,
+ "Z"
+ ],
"fillColor": "rgba(255, 255, 255, 0)"
}
],
@@ -30,4 +86,3 @@ svg-root: {
}
}
-

Powered by Google App Engine
This is Rietveld 408576698