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

Unified Diff: LayoutTests/inspector/styles-new-API-expected.txt

Issue 5701007: Merge 74020 - 2010-12-14 Alexander Pavlov <apavlov@chromium.org>... (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/597/
Patch Set: Created 10 years 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 | « LayoutTests/inspector/styles-new-API.html ('k') | WebCore/inspector/InspectorStyleSheet.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/inspector/styles-new-API-expected.txt
===================================================================
--- LayoutTests/inspector/styles-new-API-expected.txt (revision 74023)
+++ LayoutTests/inspector/styles-new-API-expected.txt (working copy)
@@ -55,6 +55,11 @@
['text-decoration':'none'] @[5-27] active
['badproperty':'1badvalue1' non-parsed] @[107-131] active
+rule
+body.mainpage: []
+['prop1':'val1' non-parsed] @[5-17] active
+['prop2':'val2' non-parsed] @[22-34] active
+
=== Pseudo rules for body ===
PseudoId=4
@@ -188,6 +193,11 @@
badproperty: 1badvalue1;
}
+body.mainpage {
+ prop1: val1;
+ prop2: val2;
+}
+
'
rule
@@ -195,6 +205,11 @@
['text-decoration':'none'] @[5-27] active
['badproperty':'1badvalue1' non-parsed] @[107-131] active
+rule
+body.mainpage: []
+['prop1':'val1' non-parsed] @[5-17] active
+['prop2':'val2' non-parsed] @[22-34] active
+
=== Last stylesheet patched ===
StyleSheet: 'body.mainpage { text-decoration: strikethrough; badproperty: 2badvalue2;}body { text-align: justify;}'
« no previous file with comments | « LayoutTests/inspector/styles-new-API.html ('k') | WebCore/inspector/InspectorStyleSheet.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698