| OLD | NEW |
| 1 Tests that DOMNode properly tracks own and descendants' user properties. | 1 Tests that DOMNode properly tracks own and descendants' user properties. |
| 2 | 2 |
| 3 attr1 set on aNode | 3 attr1 set on aNode |
| 4 <!DOCTYPE html> | 4 <!DOCTYPE html> |
| 5 - <html> [descendantUserAttributeCounters:[attr1=1]] | 5 - <html> [subtreeMarkerCount:1] |
| 6 - <head> | 6 - <head> |
| 7 <script src="../../http/tests/inspector/inspector-test.js"></script> | 7 <script src="../../http/tests/inspector/inspector-test.js"></script> |
| 8 <script src="../../http/tests/inspector/elements-test.js"></script> | 8 <script src="../../http/tests/inspector/elements-test.js"></script> |
| 9 <script src="resources/user-properties.js"></script> | 9 <script src="resources/user-properties.js"></script> |
| 10 </head> | 10 </head> |
| 11 - <body onload="runTest()"> [descendantUserAttributeCounters:[attr1=1]] | 11 - <body onload="runTest()"> [subtreeMarkerCount:1] |
| 12 <p>\nTests that DOMNode properly tracks own and descendants' user prop
erties.\n</p> | 12 <p>\nTests that DOMNode properly tracks own and descendants' user prop
erties.\n</p> |
| 13 - <div id="container"> [descendantUserAttributeCounters:[attr1=1]] | 13 - <div id="container"> [subtreeMarkerCount:1] |
| 14 <div id="child1"></div> | 14 <div id="child1"></div> |
| 15 - <div id="child2"> [descendantUserAttributeCounters:[attr1=1]] | 15 - <div id="child2"> [subtreeMarkerCount:1] |
| 16 <a href="#" id="aNode">Third-level node</a> [userProperties:[a
ttr1=true]] | 16 <a href="#" id="aNode">Third-level node</a> [markers:[attr1=tr
ue], subtreeMarkerCount:1] |
| 17 </div> | 17 </div> |
| 18 </div> | 18 </div> |
| 19 </body> | 19 </body> |
| 20 </html> | 20 </html> |
| 21 attr2 set on child2 | 21 attr2 set on child2 |
| 22 <!DOCTYPE html> | 22 <!DOCTYPE html> |
| 23 - <html> [descendantUserAttributeCounters:[attr1=1,attr2=1]] | 23 - <html> [subtreeMarkerCount:2] |
| 24 - <head> | 24 - <head> |
| 25 <script src="../../http/tests/inspector/inspector-test.js"></script> | 25 <script src="../../http/tests/inspector/inspector-test.js"></script> |
| 26 <script src="../../http/tests/inspector/elements-test.js"></script> | 26 <script src="../../http/tests/inspector/elements-test.js"></script> |
| 27 <script src="resources/user-properties.js"></script> | 27 <script src="resources/user-properties.js"></script> |
| 28 </head> | 28 </head> |
| 29 - <body onload="runTest()"> [descendantUserAttributeCounters:[attr1=1,attr2=
1]] | 29 - <body onload="runTest()"> [subtreeMarkerCount:2] |
| 30 <p>\nTests that DOMNode properly tracks own and descendants' user prop
erties.\n</p> | 30 <p>\nTests that DOMNode properly tracks own and descendants' user prop
erties.\n</p> |
| 31 - <div id="container"> [descendantUserAttributeCounters:[attr1=1,attr2=1
]] | 31 - <div id="container"> [subtreeMarkerCount:2] |
| 32 <div id="child1"></div> | 32 <div id="child1"></div> |
| 33 - <div id="child2"> [userProperties:[attr2=value], descendantUserAtt
ributeCounters:[attr1=1]] | 33 - <div id="child2"> [markers:[attr2=value], subtreeMarkerCount:2] |
| 34 <a href="#" id="aNode">Third-level node</a> [userProperties:[a
ttr1=true]] | 34 <a href="#" id="aNode">Third-level node</a> [markers:[attr1=tr
ue], subtreeMarkerCount:1] |
| 35 </div> | 35 </div> |
| 36 </div> | 36 </div> |
| 37 </body> | 37 </body> |
| 38 </html> | 38 </html> |
| 39 attr1 set on child2 | 39 attr1 set on child2 |
| 40 <!DOCTYPE html> | 40 <!DOCTYPE html> |
| 41 - <html> [descendantUserAttributeCounters:[attr1=2,attr2=1]] | 41 - <html> [subtreeMarkerCount:3] |
| 42 - <head> | 42 - <head> |
| 43 <script src="../../http/tests/inspector/inspector-test.js"></script> | 43 <script src="../../http/tests/inspector/inspector-test.js"></script> |
| 44 <script src="../../http/tests/inspector/elements-test.js"></script> | 44 <script src="../../http/tests/inspector/elements-test.js"></script> |
| 45 <script src="resources/user-properties.js"></script> | 45 <script src="resources/user-properties.js"></script> |
| 46 </head> | 46 </head> |
| 47 - <body onload="runTest()"> [descendantUserAttributeCounters:[attr1=2,attr2=
1]] | 47 - <body onload="runTest()"> [subtreeMarkerCount:3] |
| 48 <p>\nTests that DOMNode properly tracks own and descendants' user prop
erties.\n</p> | 48 <p>\nTests that DOMNode properly tracks own and descendants' user prop
erties.\n</p> |
| 49 - <div id="container"> [descendantUserAttributeCounters:[attr1=2,attr2=1
]] | 49 - <div id="container"> [subtreeMarkerCount:3] |
| 50 <div id="child1"></div> | 50 <div id="child1"></div> |
| 51 - <div id="child2"> [userProperties:[attr2=value,attr1=true], descen
dantUserAttributeCounters:[attr1=1]] | 51 - <div id="child2"> [markers:[attr2=value,attr1=true], subtreeMarker
Count:3] |
| 52 <a href="#" id="aNode">Third-level node</a> [userProperties:[a
ttr1=true]] | 52 <a href="#" id="aNode">Third-level node</a> [markers:[attr1=tr
ue], subtreeMarkerCount:1] |
| 53 </div> | 53 </div> |
| 54 </div> | 54 </div> |
| 55 </body> | 55 </body> |
| 56 </html> | 56 </html> |
| 57 attr1 modified on aNode | 57 attr1 modified on aNode |
| 58 <!DOCTYPE html> | 58 <!DOCTYPE html> |
| 59 - <html> [descendantUserAttributeCounters:[attr1=2,attr2=1]] | 59 - <html> [subtreeMarkerCount:3] |
| 60 - <head> | 60 - <head> |
| 61 <script src="../../http/tests/inspector/inspector-test.js"></script> | 61 <script src="../../http/tests/inspector/inspector-test.js"></script> |
| 62 <script src="../../http/tests/inspector/elements-test.js"></script> | 62 <script src="../../http/tests/inspector/elements-test.js"></script> |
| 63 <script src="resources/user-properties.js"></script> | 63 <script src="resources/user-properties.js"></script> |
| 64 </head> | 64 </head> |
| 65 - <body onload="runTest()"> [descendantUserAttributeCounters:[attr1=2,attr2=
1]] | 65 - <body onload="runTest()"> [subtreeMarkerCount:3] |
| 66 <p>\nTests that DOMNode properly tracks own and descendants' user prop
erties.\n</p> | 66 <p>\nTests that DOMNode properly tracks own and descendants' user prop
erties.\n</p> |
| 67 - <div id="container"> [descendantUserAttributeCounters:[attr1=2,attr2=1
]] | 67 - <div id="container"> [subtreeMarkerCount:3] |
| 68 <div id="child1"></div> | 68 <div id="child1"></div> |
| 69 - <div id="child2"> [userProperties:[attr2=value,attr1=true], descen
dantUserAttributeCounters:[attr1=1]] | 69 - <div id="child2"> [markers:[attr2=value,attr1=true], subtreeMarker
Count:3] |
| 70 <a href="#" id="aNode">Third-level node</a> [userProperties:[a
ttr1=anotherValue]] | 70 <a href="#" id="aNode">Third-level node</a> [markers:[attr1=an
otherValue], subtreeMarkerCount:1] |
| 71 </div> | 71 </div> |
| 72 </div> | 72 </div> |
| 73 </body> | 73 </body> |
| 74 </html> | 74 </html> |
| 75 attr2 modified on child2 | 75 attr2 modified on child2 |
| 76 <!DOCTYPE html> | 76 <!DOCTYPE html> |
| 77 - <html> [descendantUserAttributeCounters:[attr1=2,attr2=1]] | 77 - <html> [subtreeMarkerCount:3] |
| 78 - <head> | 78 - <head> |
| 79 <script src="../../http/tests/inspector/inspector-test.js"></script> | 79 <script src="../../http/tests/inspector/inspector-test.js"></script> |
| 80 <script src="../../http/tests/inspector/elements-test.js"></script> | 80 <script src="../../http/tests/inspector/elements-test.js"></script> |
| 81 <script src="resources/user-properties.js"></script> | 81 <script src="resources/user-properties.js"></script> |
| 82 </head> | 82 </head> |
| 83 - <body onload="runTest()"> [descendantUserAttributeCounters:[attr1=2,attr2=
1]] | 83 - <body onload="runTest()"> [subtreeMarkerCount:3] |
| 84 <p>\nTests that DOMNode properly tracks own and descendants' user prop
erties.\n</p> | 84 <p>\nTests that DOMNode properly tracks own and descendants' user prop
erties.\n</p> |
| 85 - <div id="container"> [descendantUserAttributeCounters:[attr1=2,attr2=1
]] | 85 - <div id="container"> [subtreeMarkerCount:3] |
| 86 <div id="child1"></div> | 86 <div id="child1"></div> |
| 87 - <div id="child2"> [userProperties:[attr2=anotherValue,attr1=true],
descendantUserAttributeCounters:[attr1=1]] | 87 - <div id="child2"> [markers:[attr2=anotherValue,attr1=true], subtre
eMarkerCount:3] |
| 88 <a href="#" id="aNode">Third-level node</a> [userProperties:[a
ttr1=anotherValue]] | 88 <a href="#" id="aNode">Third-level node</a> [markers:[attr1=an
otherValue], subtreeMarkerCount:1] |
| 89 </div> | 89 </div> |
| 90 </div> | 90 </div> |
| 91 </body> | 91 </body> |
| 92 </html> | 92 </html> |
| 93 attr1 removed from aNode | 93 attr1 removed from aNode |
| 94 <!DOCTYPE html> | 94 <!DOCTYPE html> |
| 95 - <html> [descendantUserAttributeCounters:[attr1=1,attr2=1]] | 95 - <html> [subtreeMarkerCount:2] |
| 96 - <head> | 96 - <head> |
| 97 <script src="../../http/tests/inspector/inspector-test.js"></script> | 97 <script src="../../http/tests/inspector/inspector-test.js"></script> |
| 98 <script src="../../http/tests/inspector/elements-test.js"></script> | 98 <script src="../../http/tests/inspector/elements-test.js"></script> |
| 99 <script src="resources/user-properties.js"></script> | 99 <script src="resources/user-properties.js"></script> |
| 100 </head> | 100 </head> |
| 101 - <body onload="runTest()"> [descendantUserAttributeCounters:[attr1=1,attr2=
1]] | 101 - <body onload="runTest()"> [subtreeMarkerCount:2] |
| 102 <p>\nTests that DOMNode properly tracks own and descendants' user prop
erties.\n</p> | 102 <p>\nTests that DOMNode properly tracks own and descendants' user prop
erties.\n</p> |
| 103 - <div id="container"> [descendantUserAttributeCounters:[attr1=1,attr2=1
]] | 103 - <div id="container"> [subtreeMarkerCount:2] |
| 104 <div id="child1"></div> | 104 <div id="child1"></div> |
| 105 - <div id="child2"> [userProperties:[attr2=anotherValue,attr1=true]] | 105 - <div id="child2"> [markers:[attr2=anotherValue,attr1=true], subtre
eMarkerCount:2] |
| 106 <a href="#" id="aNode">Third-level node</a> | 106 <a href="#" id="aNode">Third-level node</a> |
| 107 </div> | 107 </div> |
| 108 </div> | 108 </div> |
| 109 </body> | 109 </body> |
| 110 </html> | 110 </html> |
| 111 aNode removed | 111 aNode removed |
| 112 <!DOCTYPE html> | 112 <!DOCTYPE html> |
| 113 - <html> [descendantUserAttributeCounters:[attr1=1,attr2=1]] | 113 - <html> [subtreeMarkerCount:2] |
| 114 - <head> | 114 - <head> |
| 115 <script src="../../http/tests/inspector/inspector-test.js"></script> | 115 <script src="../../http/tests/inspector/inspector-test.js"></script> |
| 116 <script src="../../http/tests/inspector/elements-test.js"></script> | 116 <script src="../../http/tests/inspector/elements-test.js"></script> |
| 117 <script src="resources/user-properties.js"></script> | 117 <script src="resources/user-properties.js"></script> |
| 118 </head> | 118 </head> |
| 119 - <body onload="runTest()"> [descendantUserAttributeCounters:[attr1=1,attr2=
1]] | 119 - <body onload="runTest()"> [subtreeMarkerCount:2] |
| 120 <p>\nTests that DOMNode properly tracks own and descendants' user prop
erties.\n</p> | 120 <p>\nTests that DOMNode properly tracks own and descendants' user prop
erties.\n</p> |
| 121 - <div id="container"> [descendantUserAttributeCounters:[attr1=1,attr2=1
]] | 121 - <div id="container"> [subtreeMarkerCount:2] |
| 122 <div id="child1"></div> | 122 <div id="child1"></div> |
| 123 <div id="child2"></div> [userProperties:[attr2=anotherValue,attr1=
true]] | 123 <div id="child2"></div> [markers:[attr2=anotherValue,attr1=true],
subtreeMarkerCount:2] |
| 124 </div> | 124 </div> |
| 125 </body> | 125 </body> |
| 126 </html> | 126 </html> |
| 127 child2 removed | 127 child2 removed |
| 128 <!DOCTYPE html> | 128 <!DOCTYPE html> |
| 129 - <html> | 129 - <html> [subtreeMarkerCount:2] |
| 130 - <head> | 130 - <head> |
| 131 <script src="../../http/tests/inspector/inspector-test.js"></script> | 131 <script src="../../http/tests/inspector/inspector-test.js"></script> |
| 132 <script src="../../http/tests/inspector/elements-test.js"></script> | 132 <script src="../../http/tests/inspector/elements-test.js"></script> |
| 133 <script src="resources/user-properties.js"></script> | 133 <script src="resources/user-properties.js"></script> |
| 134 </head> | 134 </head> |
| 135 - <body onload="runTest()"> | 135 - <body onload="runTest()"> [subtreeMarkerCount:2] |
| 136 <p>\nTests that DOMNode properly tracks own and descendants' user prop
erties.\n</p> | 136 <p>\nTests that DOMNode properly tracks own and descendants' user prop
erties.\n</p> |
| 137 - <div id="container"> | 137 - <div id="container"> |
| 138 <div id="child1"></div> | 138 <div id="child1"></div> |
| 139 </div> | 139 </div> |
| 140 </body> | 140 </body> |
| 141 </html> | 141 </html> |
| 142 | 142 |
| OLD | NEW |