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

Unified Diff: LayoutTests/inspector/elements/highlight/highlight-css-shapes-outside-expected.txt

Issue 1286483003: Devtools UI: Update inspect element node description label UI (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase tests Created 5 years, 4 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
« no previous file with comments | « no previous file | LayoutTests/inspector/elements/highlight/highlight-css-shapes-outside-scroll-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/inspector/elements/highlight/highlight-css-shapes-outside-expected.txt
diff --git a/LayoutTests/inspector/elements/highlight/highlight-css-shapes-outside-expected.txt b/LayoutTests/inspector/elements/highlight/highlight-css-shapes-outside-expected.txt
index c093dd5c05b123fc493c7083182d93d9a2d464d1..b4db6c104033ad275caffb62dde26e0eb3267ef6 100644
--- a/LayoutTests/inspector/elements/highlight/highlight-css-shapes-outside-expected.txt
+++ b/LayoutTests/inspector/elements/highlight/highlight-css-shapes-outside-expected.txt
@@ -184,7 +184,8 @@ circle{
"className": ".float.circle",
"nodeWidth": "128",
"nodeHeight": "128"
- }
+ },
+ "displayAsMaterial": false
}
insetSimpleRound{
"paths": [
@@ -372,7 +373,8 @@ insetSimpleRound{
"className": ".float.insetSimpleRound",
"nodeWidth": "128",
"nodeHeight": "128"
- }
+ },
+ "displayAsMaterial": false
}
insetComplexRound{
"paths": [
@@ -560,7 +562,8 @@ insetComplexRound{
"className": ".float.insetComplexRound",
"nodeWidth": "128",
"nodeHeight": "128"
- }
+ },
+ "displayAsMaterial": false
}
ellipse{
"paths": [
@@ -748,7 +751,8 @@ ellipse{
"className": ".float.ellipse",
"nodeWidth": "128",
"nodeHeight": "80"
- }
+ },
+ "displayAsMaterial": false
}
contentBox{
"paths": [
@@ -936,7 +940,8 @@ contentBox{
"className": ".float.contentBox",
"nodeWidth": "176",
"nodeHeight": "160"
- }
+ },
+ "displayAsMaterial": false
}
polygon{
"paths": [
@@ -1041,7 +1046,8 @@ polygon{
"className": ".float.polygon",
"nodeWidth": "128",
"nodeHeight": "128"
- }
+ },
+ "displayAsMaterial": false
}
raster{
"paths": [
@@ -1479,6 +1485,7 @@ raster{
"className": ".float.raster",
"nodeWidth": "128",
"nodeHeight": "128"
- }
+ },
+ "displayAsMaterial": false
}
« no previous file with comments | « no previous file | LayoutTests/inspector/elements/highlight/highlight-css-shapes-outside-scroll-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698