<html>
<head>
<base href="https://bugs.webkit.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - REGRESSION: Content Blocker: Blocking "a[href*=randomString]" doesn't work"
href="https://bugs.webkit.org/show_bug.cgi?id=169167#c7">Comment # 7</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - REGRESSION: Content Blocker: Blocking "a[href*=randomString]" doesn't work"
href="https://bugs.webkit.org/show_bug.cgi?id=169167">bug 169167</a>
from <span class="vcard"><a class="email" href="mailto:achristensen@apple.com" title="Alex Christensen <achristensen@apple.com>"> <span class="fn">Alex Christensen</span></a>
</span></b>
<pre>I tried to reproduce this and found everything working correctly. Here are my steps for reproduction:
1) Put this into test.json on my desktop:
[{"trigger":{"url-filter": ".*"},"action":{"selector":"a[href*=randomString]","type":"css-display-none"}}]
2) Put this into test.html on my desktop:
<body><a href="<a href="http://webkit.org/randomString">http://webkit.org/randomString</a>">This should be hidden.</a>This should not</body>
2) Compile WebKit and run Tools/Scripts/run-minibrowser
3) Open a new WebKit2 window in MiniBrowser.
4) In MiniBrowser's Debug menu, open the extensions manager.
5) Add test.json.
6) Notice that "This should be hidden." disappears.
This indicates that everything seems to be working correctly. If you find a modification to my reproduction steps that shows incorrect behavior, please elaborate.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>