[Webkit-unassigned] [Bug 99519] Web Inspector: inspector/styles/styles-history.html is failing Text on win7

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 17 13:33:00 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=99519





--- Comment #2 from Dana Jansens <danakj at chromium.org>  2012-10-17 13:33:53 PST ---
This test is also flaky failing text on Linux: http://build.chromium.org/p/chromium.webkit/builders/WebKit%20Linux%20(dbg)/builds/208

But differently than windows.

Linux:
--- /b/build/slave/WebKit_Linux__dbg_/build/layout-test-results/inspector/styles/styles-history-expected.txt 
+++ /b/build/slave/WebKit_Linux__dbg_/build/layout-test-results/inspector/styles/styles-history-actual.txt 
@@ -23,15 +23,10 @@
 }

 Running: testSetContentViaModelMajor
-History length: 2
+History length: 1
 Item 0:
 body {
   margin: 20px;
   padding: 10px;
 }
-Item 1:
-body {
-  margin:30px;
-  padding: 10px;
-}


Windows:
--- E:\b\build\slave\WebKit_Win7__dbg__2_\build\layout-test-results\inspector/styles/styles-history-expected.txt 
+++ E:\b\build\slave\WebKit_Win7__dbg__2_\build\layout-test-results\inspector/styles/styles-history-actual.txt 
@@ -23,7 +23,7 @@
 }

 Running: testSetContentViaModelMajor
-History length: 2
+History length: 3
 Item 0:
 body {
   margin: 20px;
@@ -31,6 +31,11 @@
 }
 Item 1:
 body {
+  margin:25px;
+  padding: 10px;
+}
+Item 2:
+body {
   margin:30px;
   padding: 10px;
 }

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list