summaryrefslogtreecommitdiffstats
path: root/webkit/data/layout_tests
diff options
context:
space:
mode:
authorpfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-27 16:31:36 +0000
committerpfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-27 16:31:36 +0000
commit31e38efbd0c00865a126c6fecad527d119a5a52f (patch)
tree4b6405d25a97b09ed777bb90d58ac0207830bcf2 /webkit/data/layout_tests
parent0082d7e0d4531edc2a923ec9ca990c74397cdae2 (diff)
downloadchromium_src-31e38efbd0c00865a126c6fecad527d119a5a52f.zip
chromium_src-31e38efbd0c00865a126c6fecad527d119a5a52f.tar.gz
chromium_src-31e38efbd0c00865a126c6fecad527d119a5a52f.tar.bz2
DevTools: rebaseline timeline layout tests.
Original review: http://codereview.chromium.org/661247 TBR=loislo Review URL: http://codereview.chromium.org/661248 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40225 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/data/layout_tests')
-rw-r--r--webkit/data/layout_tests/platform/chromium-win/LayoutTests/inspector/timeline-event-dispatch-expected.txt14
-rw-r--r--webkit/data/layout_tests/platform/chromium-win/LayoutTests/inspector/timeline-mark-timeline-expected.txt11
-rw-r--r--webkit/data/layout_tests/platform/chromium-win/LayoutTests/inspector/timeline-network-resource-expected.txt33
-rw-r--r--webkit/data/layout_tests/platform/chromium-win/LayoutTests/inspector/timeline-paint-expected.txt16
-rw-r--r--webkit/data/layout_tests/platform/chromium-win/LayoutTests/inspector/timeline-parse-html-expected.txt15
5 files changed, 89 insertions, 0 deletions
diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/inspector/timeline-event-dispatch-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/inspector/timeline-event-dispatch-expected.txt
new file mode 100644
index 0000000..1afd2b9
--- /dev/null
+++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/inspector/timeline-event-dispatch-expected.txt
@@ -0,0 +1,14 @@
+Tests the Timeline API instrumentation of a DOM Dispatch (mousedown)
+
+Test Mouse Target
+EventDispatch Properties:
++ startTime : * DEFINED *
++ callerScriptName : * DEFINED *
++ callerScriptLine : * DEFINED *
++ data : {
++- type : mousedown
++ }
++ children : * DEFINED *
++ endTime : * DEFINED *
++ type : 0
+
diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/inspector/timeline-mark-timeline-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/inspector/timeline-mark-timeline-expected.txt
new file mode 100644
index 0000000..df284d8
--- /dev/null
+++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/inspector/timeline-mark-timeline-expected.txt
@@ -0,0 +1,11 @@
+Tests the Timeline API mark feature
+
+MarkTimeline Properties:
++ startTime : * DEFINED *
++ callerScriptName : * DEFINED *
++ callerScriptLine : * DEFINED *
++ data : {
++- message : MARK TIMELINE
++ }
++ type : 11
+
diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/inspector/timeline-network-resource-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/inspector/timeline-network-resource-expected.txt
new file mode 100644
index 0000000..6da7d1b
--- /dev/null
+++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/inspector/timeline-network-resource-expected.txt
@@ -0,0 +1,33 @@
+Tests the Timeline API instrumentation of a network resource load
+
+
+ResourceSendRequest Properties:
++ startTime : * DEFINED *
++ callerScriptName : * DEFINED *
++ callerScriptLine : * DEFINED *
++ data : {
++- identifier : * DEFINED *
++- url : * DEFINED *
++- requestMethod : GET
++- isMainResource : false
++ }
++ type : 12
+
+ResourceReceiveResponse Properties:
++ startTime : * DEFINED *
++ data : {
++- identifier : * DEFINED *
++- statusCode : 0
++- mimeType : application/x-javascript
++- expectedContentLength : 210
++ }
++ type : 13
+
+ResourceFinish Properties:
++ startTime : * DEFINED *
++ data : {
++- identifier : * DEFINED *
++- didFail : false
++ }
++ type : 14
+Script resource loaded
diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/inspector/timeline-paint-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/inspector/timeline-paint-expected.txt
new file mode 100644
index 0000000..202bee8
--- /dev/null
+++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/inspector/timeline-paint-expected.txt
@@ -0,0 +1,16 @@
+Tests the Timeline API instrumentation of a paint event
+
+Paint Properties:
++ startTime : * DEFINED *
++ callerScriptName : * DEFINED *
++ callerScriptLine : * DEFINED *
++ data : {
++- x : 0
++- y : 0
++- width : * DEFINED *
++- height : * DEFINED *
++ }
++ children : * DEFINED *
++ endTime : * DEFINED *
++ type : 3
+
diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/inspector/timeline-parse-html-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/inspector/timeline-parse-html-expected.txt
new file mode 100644
index 0000000..882c975
--- /dev/null
+++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/inspector/timeline-parse-html-expected.txt
@@ -0,0 +1,15 @@
+Tests the Timeline API instrumentation of ParseHTML
+
+ParseHTML Properties:
++ startTime : * DEFINED *
++ callerScriptName : * DEFINED *
++ callerScriptLine : * DEFINED *
++ data : {
++- length : 9
++- startLine : 0
++- endLine : 0
++ }
++ children : * DEFINED *
++ endTime : * DEFINED *
++ type : 4
+Test data