Bug 107936

Summary: Web Inspector: [Styles] Editing a property value containing a trimmed data: URL breaks the style
Product: WebKit Reporter: Alexander Pavlov (apavlov) <apavlov>
Component: Web Inspector (Deprecated)Assignee: Alexander Pavlov (apavlov) <apavlov>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, keishi, loislo, pfeldman, pmuellr, vsevik, web-inspector-bugs, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch yurys: review+

Description Alexander Pavlov (apavlov) 2013-01-25 04:38:44 PST
Steps to reproduce the problem:
1. Load this example: http://jsbin.com/orejoj/1/ 
2. Open up dev tools and inspect the div element with red outline
3. Change the 50% left position value to anything else

What is the expected behavior?
The background image should move accordingly

What went wrong?
The background image disappears and will only reappear when reloading the page

Upstreaming https://code.google.com/p/chromium/issues/detail?id=171933
Comment 1 Alexander Pavlov (apavlov) 2013-01-25 04:55:17 PST
Created attachment 184727 [details]
Patch
Comment 2 Alexander Pavlov (apavlov) 2013-01-25 05:08:52 PST
Committed r140817: <http://trac.webkit.org/changeset/140817>