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

Unified Diff: LayoutTests/inspector/elements/styles/add-new-rule-with-style-after-body-expected.txt

Issue 201363002: DevTools: defer styles delta calculation to until the end of the task. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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/add-new-rule-with-style-after-body-expected.txt
diff --git a/LayoutTests/inspector/elements/styles/add-new-rule-with-style-after-body-expected.txt b/LayoutTests/inspector/elements/styles/add-new-rule-with-style-after-body-expected.txt
index 5c5a70d2a62016d2703736dbc7cf15356c9aca87..60c59f90d24844a161df8a5ea81530713a761f3b 100644
--- a/LayoutTests/inspector/elements/styles/add-new-rule-with-style-after-body-expected.txt
+++ b/LayoutTests/inspector/elements/styles/add-new-rule-with-style-after-body-expected.txt
@@ -1,10 +1,8 @@
Tests that adding a new rule works when there is a STYLE element after BODY. TIMEOUT SHOULD NOT OCCUR! Bug 111299
-Text
After adding new rule:
[expanded]
element.style { ()
-font-size: 12px;
[expanded] [no-affect]
inspected { (inspector-stylesheet:1 -> inspector-stylesheet:1:1)
@@ -12,8 +10,9 @@ color: maroon;
: ;
[expanded]
-div { (user agent stylesheet)
+body { (user agent stylesheet)
display: block;
+margin: 8px;

Powered by Google App Engine
This is Rietveld 408576698