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

Side by Side Diff: LayoutTests/inspector/documentation/document-parser-expected.txt

Issue 454873006: DevTools: Fix "documentation" module code style (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix test Created 6 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | Source/devtools/front_end/documentation/CSSArticle.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 "{{A|B={{C|D=blablabla}}}}" is parsed 1 "{{A|B={{C|D=blablabla}}}}" is parsed
2 { 2 {
3 A : { 3 A : {
4 B : { 4 B : {
5 C : { 5 C : {
6 D : "blablabla" 6 D : "blablabla"
7 } 7 }
8 } 8 }
9 } 9 }
10 } 10 }
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 { 47 {
48 pageTitle : { 48 pageTitle : {
49 } 49 }
50 remarks : { 50 remarks : {
51 Remarks : "The optional number1, number2, ..., numberN arguments are num eric expressions to be evaluated. 51 Remarks : "The optional number1, number2, ..., numberN arguments are num eric expressions to be evaluated.
52 If no arguments are provided, the return value is equal to [[javascript/Number/c onstants|Number.NEGATIVE_INFINITY]]. If any argument is '''NaN''' , the return v alue is also '''NaN'''." 52 If no arguments are provided, the return value is equal to [[javascript/Number/c onstants|Number.NEGATIVE_INFINITY]]. If any argument is '''NaN''' , the return v alue is also '''NaN'''."
53 } 53 }
54 summary : "Returns the larger of a set of supplied numeric expressions." 54 summary : "Returns the larger of a set of supplied numeric expressions."
55 } 55 }
56 { 56 {
57 CSSproperties : { 57 cssProperties : {
58 Animatable : "Yes" 58 Animatable : "Yes"
59 Applies to : "All elements" 59 Applies to : "All elements"
60 CSS object model property : "color" 60 CSS object model property : "color"
61 CSS percentages : "NA" 61 CSS percentages : "NA"
62 Computed value : "For a non-translucent color, an hexadecimal equivalent is used. Otherwise it is the RGBa equivalent" 62 Computed value : "For a non-translucent color, an hexadecimal equivalent is used. Otherwise it is the RGBa equivalent"
63 Inherited : "Yes" 63 Inherited : "Yes"
64 Initial value : "black, except in a few cases (see notes)" 64 Initial value : "black, except in a few cases (see notes)"
65 Media : "visual" 65 Media : "visual"
66 Values : { 66 Values : {
67 CSS Property Value : { 67 CSS Property Value : {
68 Data Type : "color" 68 Data Type : "color"
69 Description : "[[css/color|CSS color value]]" 69 Description : "[[css/color|CSS color value]]"
70 } 70 }
71 } 71 }
72 } 72 }
73 pageTitle : { 73 pageTitle : {
74 } 74 }
75 standardizationStatus : "W3C Recommendation" 75 standardizationStatus : "W3C Recommendation"
76 summary : "The color property sets the color of an element's foreground cont ent (usually text), accepting any standard CSS color from keywords and hex value s to RGB(a) and HSL(a)." 76 summary : "The color property sets the color of an element's foreground cont ent (usually text), accepting any standard CSS color from keywords and hex value s to RGB(a) and HSL(a)."
77 } 77 }
78 78
OLDNEW
« no previous file with comments | « no previous file | Source/devtools/front_end/documentation/CSSArticle.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698