Changeset 139243 in webkit


Ignore:
Timestamp:
Jan 9, 2013, 2:45:39 PM (13 years ago)
Author:
roger_fong@apple.com
Message:

Enable seamless iFrames for Windows DRT.
https://bugs.webkit.org/show_bug.cgi?id=106468.

Rubberstamped by Timothy Horton.

  • DumpRenderTree/win/DumpRenderTree.cpp:

(resetDefaultsToConsistentValues):

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r139242 r139243  
     12013-01-09  Roger Fong  <roger_fong@apple.com>
     2
     3        Enable seamless iFrames for Windows DRT.
     4        https://bugs.webkit.org/show_bug.cgi?id=106468.
     5
     6        Rubberstamped by Timothy Horton.
     7
     8        * DumpRenderTree/win/DumpRenderTree.cpp:
     9        (resetDefaultsToConsistentValues):
     10
    1112013-01-09  Christophe Dumez  <christophe.dumez@intel.com>
    212
  • trunk/Tools/DumpRenderTree/win/DumpRenderTree.cpp

    r136301 r139243  
    844844    preferences->setShouldPrintBackgrounds(TRUE);
    845845    preferences->setLoadsImagesAutomatically(TRUE);
     846    preferences->setSeamlessIFramesEnabled(TRUE);
    846847
    847848    if (persistentUserStyleSheetLocation) {
Note: See TracChangeset for help on using the changeset viewer.