Issue #2976

This test-case is intended for Issue #2976 - Enhancement: Copy Style Declaration context menu option.
Jan Odvarko, odvarko@gmail.com

  1. Open Firebug and select the HTML panel.
  2. Find myElement in the panel (/html/body/span). You can use the search box.
  3. Select the element within the panel (click on it).
  4. Select the Style side panel. You should see one CSS rule: #myElement.
  5. Right click on the rule name and pick Copy Style Declaration.
  6. Check the clipboard, you should get:
    background-color: LightYellow;
    color: red;
    font-weight: bold;
    
Test Element