This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 29390 - element.getAttribute("style") is a special case
Summary: element.getAttribute("style") is a special case
Status: RESOLVED INVALID
Alias: None
Product: Browser Test/Tools WG
Classification: Unclassified
Component: WebDriver (show other bugs)
Version: unspecified
Hardware: PC Windows NT
: P2 normal
Target Milestone: ---
Assignee: Browser Testing and Tools WG
QA Contact: Browser Testing and Tools WG
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 20860
  Show dependency treegraph
 
Reported: 2016-01-25 17:55 UTC by Alexei Barantsev
Modified: 2016-09-19 16:38 UTC (History)
2 users (show)

See Also:


Attachments

Description Alexei Barantsev 2016-01-25 17:55:25 UTC
element.getAttribute("style") is a special case, in the current atom implementation Selenium returns element.style.cssText instead of the row attribute value.