Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
2009-11-19 Eric Z. Ayers <zundel@google.com>
Reviewed by Pavel Feldman. Updated timeline paint test to ignore width and height. GTK+ testing uses a different top level window size than other platforms. https://bugs.webkit.org/show_bug.cgi?id=31402 * inspector/timeline-paint-expected.txt: * inspector/timeline-test.js: * platform/win/Skipped: 2009-11-19 Eric Z. Ayers <zundel@google.com> Reviewed by Pavel Feldman. Forces a WM_PAINT event on calling layoutTestController.display() in order to enable the timeline-paint.html test on Windows. ::UpdateWindow() does not force an event becaue the window is not visible. https://bugs.webkit.org/show_bug.cgi?id=31402 * DumpRenderTree/win/DumpRenderTree.cpp: (displayWebView): Canonical link: https://commits.webkit.org/42625@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@51196 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
Showing
with
33 additions
and 7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -5,8 +5,8 @@ Paint Properties: | ||
+ data : { | ||
+- x : 0 | ||
+- y : 0 | ||
+- width : * DEFINED * | ||
+- height : * DEFINED * | ||
+ } | ||
+ children : * DEFINED * | ||
+ endTime : * DEFINED * | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -4,7 +4,9 @@ var timelineAgentRecordType = {}; | ||
var timelineNonDeterministicProps = { | ||
children : 1, | ||
endTime : 1, | ||
height : 1, | ||
startTime : 1, | ||
width : 1, | ||
url : 1 | ||
}; | ||
|
||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters