Bug 107936 - Web Inspector: [Styles] Editing a property value containing a trimmed data: URL breaks the style
Summary: Web Inspector: [Styles] Editing a property value containing a trimmed data: U...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Alexander Pavlov (apavlov)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-25 04:38 PST by Alexander Pavlov (apavlov)
Modified: 2013-01-25 05:08 PST (History)
8 users (show)

See Also:


Attachments
Patch (5.36 KB, patch)
2013-01-25 04:55 PST, Alexander Pavlov (apavlov)
yurys: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>