| OLD | NEW |
| 1 Tests the Timeline API instrumentation of style recalc events with invalidations
. | 1 Tests the Timeline API instrumentation of style recalc events with invalidations
. |
| 2 | 2 |
| 3 PASS | 3 PASS |
| 4 PASS | 4 PASS |
| 5 PASS | 5 PASS |
| 6 | 6 |
| 7 | 7 |
| 8 Running: testLocalFrame | 8 Running: testLocalFrame |
| 9 first recalc style invalidations[ |
| 10 { |
| 11 cause : {reason: Inline CSS style declaration was mutated, stackTrace: .
../inspector/tracing/timeline-style-recalc-with-invalidations.html:10} |
| 12 changedAttribute : undefined |
| 13 changedClass : undefined |
| 14 changedId : undefined |
| 15 changedPseudo : undefined |
| 16 extraData : "" |
| 17 nodeName : "DIV id='testElementOne'" |
| 18 selectorPart : undefined |
| 19 type : "StyleRecalcInvalidationTracking" |
| 20 } |
| 21 { |
| 22 cause : {reason: Inline CSS style declaration was mutated, stackTrace: .
../inspector/tracing/timeline-style-recalc-with-invalidations.html:11} |
| 23 changedAttribute : undefined |
| 24 changedClass : undefined |
| 25 changedId : undefined |
| 26 changedPseudo : undefined |
| 27 extraData : "" |
| 28 nodeName : "DIV id='testElementTwo'" |
| 29 selectorPart : undefined |
| 30 type : "StyleRecalcInvalidationTracking" |
| 31 } |
| 32 ] |
| 9 | 33 |
| 10 Running: multipleStyleRecalcs | 34 Running: multipleStyleRecalcs |
| 35 first recalc style invalidations[ |
| 36 { |
| 37 cause : {reason: Inline CSS style declaration was mutated, stackTrace: .
../inspector/tracing/timeline-style-recalc-with-invalidations.html:25} |
| 38 changedAttribute : undefined |
| 39 changedClass : undefined |
| 40 changedId : undefined |
| 41 changedPseudo : undefined |
| 42 extraData : "" |
| 43 nodeName : "DIV id='testElementOne'" |
| 44 selectorPart : undefined |
| 45 type : "StyleRecalcInvalidationTracking" |
| 46 } |
| 47 ] |
| 48 second recalc style invalidations[ |
| 49 { |
| 50 cause : {reason: Inline CSS style declaration was mutated, stackTrace: .
../inspector/tracing/timeline-style-recalc-with-invalidations.html:27} |
| 51 changedAttribute : undefined |
| 52 changedClass : undefined |
| 53 changedId : undefined |
| 54 changedPseudo : undefined |
| 55 extraData : "" |
| 56 nodeName : "DIV id='testElementOne'" |
| 57 selectorPart : undefined |
| 58 type : "StyleRecalcInvalidationTracking" |
| 59 } |
| 60 { |
| 61 cause : {reason: Inline CSS style declaration was mutated, stackTrace: .
../inspector/tracing/timeline-style-recalc-with-invalidations.html:28} |
| 62 changedAttribute : undefined |
| 63 changedClass : undefined |
| 64 changedId : undefined |
| 65 changedPseudo : undefined |
| 66 extraData : "" |
| 67 nodeName : "DIV id='testElementTwo'" |
| 68 selectorPart : undefined |
| 69 type : "StyleRecalcInvalidationTracking" |
| 70 } |
| 71 ] |
| 72 third recalc style invalidations[ |
| 73 { |
| 74 cause : {reason: Inline CSS style declaration was mutated, stackTrace: .
../inspector/tracing/timeline-style-recalc-with-invalidations.html:30} |
| 75 changedAttribute : undefined |
| 76 changedClass : undefined |
| 77 changedId : undefined |
| 78 changedPseudo : undefined |
| 79 extraData : "" |
| 80 nodeName : "DIV id='testElementOne'" |
| 81 selectorPart : undefined |
| 82 type : "StyleRecalcInvalidationTracking" |
| 83 } |
| 84 { |
| 85 cause : {reason: Inline CSS style declaration was mutated, stackTrace: .
../inspector/tracing/timeline-style-recalc-with-invalidations.html:31} |
| 86 changedAttribute : undefined |
| 87 changedClass : undefined |
| 88 changedId : undefined |
| 89 changedPseudo : undefined |
| 90 extraData : "" |
| 91 nodeName : "DIV id='testElementTwo'" |
| 92 selectorPart : undefined |
| 93 type : "StyleRecalcInvalidationTracking" |
| 94 } |
| 95 { |
| 96 cause : {reason: Inline CSS style declaration was mutated, stackTrace: .
../inspector/tracing/timeline-style-recalc-with-invalidations.html:32} |
| 97 changedAttribute : undefined |
| 98 changedClass : undefined |
| 99 changedId : undefined |
| 100 changedPseudo : undefined |
| 101 extraData : "" |
| 102 nodeName : "DIV id='testElementThree'" |
| 103 selectorPart : undefined |
| 104 type : "StyleRecalcInvalidationTracking" |
| 105 } |
| 106 ] |
| 11 | 107 |
| 12 Running: testSubframe | 108 Running: testSubframe |
| 109 first recalc style invalidations[ |
| 110 { |
| 111 cause : {reason: Inline CSS style declaration was mutated, stackTrace: .
../inspector/tracing/timeline-style-recalc-with-invalidations.html:43} |
| 112 changedAttribute : undefined |
| 113 changedClass : undefined |
| 114 changedId : undefined |
| 115 changedPseudo : undefined |
| 116 extraData : "" |
| 117 nodeName : "BODY" |
| 118 selectorPart : undefined |
| 119 type : "StyleRecalcInvalidationTracking" |
| 120 } |
| 121 { |
| 122 cause : {reason: Inline CSS style declaration was mutated, stackTrace: .
../inspector/tracing/timeline-style-recalc-with-invalidations.html:44} |
| 123 changedAttribute : undefined |
| 124 changedClass : undefined |
| 125 changedId : undefined |
| 126 changedPseudo : undefined |
| 127 extraData : "" |
| 128 nodeName : "DIV" |
| 129 selectorPart : undefined |
| 130 type : "StyleRecalcInvalidationTracking" |
| 131 } |
| 132 ] |
| 13 | 133 |
| OLD | NEW |