Title: [139243] trunk/Tools
Revision
139243
Author
roger_f...@apple.com
Date
2013-01-09 14:45:39 -0800 (Wed, 09 Jan 2013)

Log 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):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (139242 => 139243)


--- trunk/Tools/ChangeLog	2013-01-09 22:36:49 UTC (rev 139242)
+++ trunk/Tools/ChangeLog	2013-01-09 22:45:39 UTC (rev 139243)
@@ -1,3 +1,13 @@
+2013-01-09  Roger Fong  <roger_f...@apple.com>
+
+        Enable seamless iFrames for Windows DRT.
+        https://bugs.webkit.org/show_bug.cgi?id=106468.
+
+        Rubberstamped by Timothy Horton.
+
+        * DumpRenderTree/win/DumpRenderTree.cpp:
+        (resetDefaultsToConsistentValues):
+
 2013-01-09  Christophe Dumez  <christophe.du...@intel.com>
 
         [WK2] Implement eventSender.scheduleAsynchronousKeyDown

Modified: trunk/Tools/DumpRenderTree/win/DumpRenderTree.cpp (139242 => 139243)


--- trunk/Tools/DumpRenderTree/win/DumpRenderTree.cpp	2013-01-09 22:36:49 UTC (rev 139242)
+++ trunk/Tools/DumpRenderTree/win/DumpRenderTree.cpp	2013-01-09 22:45:39 UTC (rev 139243)
@@ -843,6 +843,7 @@
     preferences->setTabsToLinks(FALSE);
     preferences->setShouldPrintBackgrounds(TRUE);
     preferences->setLoadsImagesAutomatically(TRUE);
+    preferences->setSeamlessIFramesEnabled(TRUE);
 
     if (persistentUserStyleSheetLocation) {
         Vector<wchar_t> urlCharacters(CFStringGetLength(persistentUserStyleSheetLocation.get()));
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to