| OLD | NEW |
| 1 This test verifies the position and size of the highlight rectangles overlayed o
n an inspected div. | 1 This test verifies the position and size of the highlight rectangles overlayed o
n an inspected div. |
| 2 | 2 |
| 3 inspectedElement: { | 3 inspectedElement{ |
| 4 "paths": [ | 4 "paths": [ |
| 5 { | 5 { |
| 6 "path": ["M", 30, 30, "L", 230, 30, "L", 230, 230, "L", 30, 230, "Z"], | 6 "path": [ |
| 7 "M", |
| 8 30, |
| 9 30, |
| 10 "L", |
| 11 230, |
| 12 30, |
| 13 "L", |
| 14 230, |
| 15 230, |
| 16 "L", |
| 17 30, |
| 18 230, |
| 19 "Z" |
| 20 ], |
| 7 "fillColor": "rgba(255, 0, 0, 0)", | 21 "fillColor": "rgba(255, 0, 0, 0)", |
| 8 "outlineColor": "rgba(128, 0, 0, 0)" | 22 "outlineColor": "rgba(128, 0, 0, 0)" |
| 9 }, | 23 }, |
| 10 { | 24 { |
| 11 "path": ["M", 15, 15, "L", 245, 15, "L", 245, 245, "L", 15, 245, "Z"], | 25 "path": [ |
| 26 "M", |
| 27 15, |
| 28 15, |
| 29 "L", |
| 30 245, |
| 31 15, |
| 32 "L", |
| 33 245, |
| 34 245, |
| 35 "L", |
| 36 15, |
| 37 245, |
| 38 "Z" |
| 39 ], |
| 12 "fillColor": "rgba(0, 255, 0, 0)" | 40 "fillColor": "rgba(0, 255, 0, 0)" |
| 13 }, | 41 }, |
| 14 { | 42 { |
| 15 "path": ["M", 5, 5, "L", 255, 5, "L", 255, 255, "L", 5, 255, "Z"], | 43 "path": [ |
| 44 "M", |
| 45 5, |
| 46 5, |
| 47 "L", |
| 48 255, |
| 49 5, |
| 50 "L", |
| 51 255, |
| 52 255, |
| 53 "L", |
| 54 5, |
| 55 255, |
| 56 "Z" |
| 57 ], |
| 16 "fillColor": "rgba(0, 0, 255, 0)" | 58 "fillColor": "rgba(0, 0, 255, 0)" |
| 17 }, | 59 }, |
| 18 { | 60 { |
| 19 "path": ["M", 0, 0, "L", 260, 0, "L", 260, 260, "L", 0, 260, "Z"], | 61 "path": [ |
| 62 "M", |
| 63 0, |
| 64 0, |
| 65 "L", |
| 66 260, |
| 67 0, |
| 68 "L", |
| 69 260, |
| 70 260, |
| 71 "L", |
| 72 0, |
| 73 260, |
| 74 "Z" |
| 75 ], |
| 20 "fillColor": "rgba(255, 255, 255, 0)" | 76 "fillColor": "rgba(255, 255, 255, 0)" |
| 21 } | 77 } |
| 22 ], | 78 ], |
| 23 "showRulers": true, | 79 "showRulers": true, |
| 24 "showExtensionLines": true, | 80 "showExtensionLines": true, |
| 25 "elementInfo": { | 81 "elementInfo": { |
| 26 "tagName": "div", | 82 "tagName": "div", |
| 27 "idValue": "inspectedElement", | 83 "idValue": "inspectedElement", |
| 28 "nodeWidth": "250", | 84 "nodeWidth": "250", |
| 29 "nodeHeight": "250" | 85 "nodeHeight": "250" |
| 30 } | 86 } |
| 31 } | 87 } |
| 32 | 88 |
| 33 | |
| OLD | NEW |