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

Unified Diff: LayoutTests/inspector/elements/styles/styles-update-from-js-expected.txt

Issue 1002293002: DevTools: [SSP] refactor internal representations of sections (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: address comments Created 5 years, 9 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/styles/styles-update-from-js-expected.txt
diff --git a/LayoutTests/inspector/elements/styles/styles-update-from-js-expected.txt b/LayoutTests/inspector/elements/styles/styles-update-from-js-expected.txt
index 12804a72d0cf23e15858495f87bffd065201d28b..11d8e5b937a3d7872aa80d06b58793f01f963b71 100644
--- a/LayoutTests/inspector/elements/styles/styles-update-from-js-expected.txt
+++ b/LayoutTests/inspector/elements/styles/styles-update-from-js-expected.txt
@@ -27,7 +27,6 @@ div { (user agent stylesheet)
display: block;
-
Running: testSetStyleCSSText
<div id="container" style="color: rgb(192, 255, 238);">…</div>
[expanded]
@@ -39,7 +38,6 @@ div { (user agent stylesheet)
display: block;
-
Running: testSetViaParsedAttributes
<div id="container" style="color: rgb(192, 255, 238); border: 3px dashed green;">…</div>
[expanded]
@@ -64,7 +62,6 @@ div { (user agent stylesheet)
display: block;
-
Running: testSetViaAncestorClass
<div id="child"></div>
[expanded]
@@ -84,7 +81,6 @@ Style Attribute { ()
color: rgb(192, 255, 238);
-
Running: testSetViaSiblingAttr
<div id="childSibling"></div>
[expanded]
@@ -104,4 +100,3 @@ Style Attribute { ()
color: rgb(192, 255, 238);
-

Powered by Google App Engine
This is Rietveld 408576698