Bug 180075 - [GTK] WebDriver: disable XSS auditor when running WebDriver tests
Summary: [GTK] WebDriver: disable XSS auditor when running WebDriver tests
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk, InRadar
Depends on:
Blocks:
 
Reported: 2017-11-28 05:18 PST by Carlos Garcia Campos
Modified: 2017-11-28 05:25 PST (History)
5 users (show)

See Also:


Attachments
Patch (1.54 KB, patch)
2017-11-28 05:19 PST, Carlos Garcia Campos
clopez: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Garcia Campos 2017-11-28 05:18:17 PST
Some tests are now doing inline('<script>window.alert()</script>') which is rejected by the XSS auditor because the script source is part of the request URL.
Comment 1 Carlos Garcia Campos 2017-11-28 05:19:47 PST
Created attachment 327746 [details]
Patch
Comment 2 Carlos Garcia Campos 2017-11-28 05:23:49 PST
Committed r225214: <https://trac.webkit.org/changeset/225214>
Comment 3 Radar WebKit Bug Importer 2017-11-28 05:25:27 PST
<rdar://problem/35721015>