~osomon/oxide/power-save-blocker

« back to all changes in this revision

Viewing changes to qt/tests/qmltests/api/tst_bug1324909_1.html

  • Committer: Chris Coulson
  • Date: 2014-06-02 15:06:30 UTC
  • Revision ID: chris.coulson@canonical.com-20140602150630-pahmaxtqonhxvmuc
Stop using WebContents::SetUserAgentOverride to set the user agent string, as this is unreliable in some circumstances. Instead, have a child-process-global user agent string

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<html><body>
2
 
  <button id="button" onclick="window.open(&quot;tst_bug1324909_2.html&quot;);">Click me!</button>
 
2
  <button id="button" onclick="window.open(&quot;tst_bug1324909_3.html&quot;);">Click me!</button>
3
3
</body></html>