Status: Available Owner: ---- Labels: Type-Bug Pri-2 OS-Windows Area-WebKit LayoutTests OS-Linux
New issue 25880 by tony.chromium: LayoutTests/editing/style/remove-nested-inline-styles.html is failing on linux and win http://code.google.com/p/chromium/issues/detail?id=25880 Ryosuke added this test. Passing on Mac, but failing on linux/win. Here's the diff: --- /src/chrome/src/webkit/Debug/layout-test- results/LayoutTests/editing/style/remove-nested-inline-styles-expected.txt +++ /src/chrome/src/webkit/Debug/layout-test- results/LayoutTests/editing/style/remove-nested-inline-styles-actual.txt @@ -3,8 +3,8 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". -PASS '<span id="e">12</span>' is '<span id="e">12</span>' -PASS '<span id="e"><span id="foo">12</span></span>' is '<span id="e"><span id="foo">12</span></span>' +FAIL '<span id="e"><b>1<b><b>2</b></b></b></span>' should be <span id="e">12</span>. Was <span id="e"><b>1<b><b>2</b></b></b></span>. +FAIL '<span id="e"><b id="foo">1<b><b>2</b></b></b></span>' should be <span id="e"><span id="foo">12</span></span>. Was <span id="e"><b id="foo">1<b><b>2</b></b></b></span>. FAIL '<span id="e"><b id="foo"><b><b>1</b></b>2</b></span>' should be <span id="e"><span id="foo">12</span></span>. Was <span id="e"><b id="foo"><b><b>1</b></b>2</b></span>. PASS '<span id="e">12</span>' is '<span id="e">12</span>' PASS '<span id="e">12</span>' is '<span id="e">12</span>' -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
