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

Unified Diff: LayoutTests/inspector/elements/highlight-svg-content-inside-iframe-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-content-inside-iframe-expected.txt
diff --git a/LayoutTests/inspector/elements/highlight-svg-content-inside-iframe-expected.txt b/LayoutTests/inspector/elements/highlight-svg-content-inside-iframe-expected.txt
index 147729f9ef0a9f718adcbf1a9ac16d6d6e9cab66..3ce00c5cf56e37ceef4881933011c7db35763da5 100644
--- a/LayoutTests/inspector/elements/highlight-svg-content-inside-iframe-expected.txt
+++ b/LayoutTests/inspector/elements/highlight-svg-content-inside-iframe-expected.txt
@@ -1,8 +1,22 @@
-svg-rect: {
+svg-rect{
"paths": [
{
- "path": ["M", 130, 270, "L", 190, 270, "L", 190, 350, "L", 130, 350, "Z"],
+ "path": [
+ "M",
+ 130,
+ 270,
+ "L",
+ 190,
+ 270,
+ "L",
+ 190,
+ 350,
+ "L",
+ 130,
+ 350,
+ "Z"
+ ],
"fillColor": "rgba(255, 0, 0, 0)",
"outlineColor": "rgba(128, 0, 0, 0)"
}
@@ -17,4 +31,3 @@ svg-rect: {
}
}
-

Powered by Google App Engine
This is Rietveld 408576698