RESOLVED WONTFIX 80661
fast/dom/MicroData/itemtype-attribute-test.html fails on Mac port
https://bugs.webkit.org/show_bug.cgi?id=80661
Summary fast/dom/MicroData/itemtype-attribute-test.html fails on Mac port
Ryosuke Niwa
Reported Friday, March 9, 2012 2:00:02 AM UTC
--- /Volumes/Data/webkit4/WebKitBuild/Debug/layout-test-results/fast/dom/MicroData/itemtype-attribute-test-expected.txt +++ /Volumes/Data/webkit4/WebKitBuild/Debug/layout-test-results/fast/dom/MicroData/itemtype-attribute-test-actual.txt @@ -10,7 +10,7 @@ itemType and itemType.length must be read-only. PASS element.itemType = 'http://example.com/test'; element.itemType.toString() == 'http://example.com/foo' is true PASS element.itemType.contains('http://example.com/test') is false -PASS element.itemType.length = 0; element.itemType.length == 1 is true +FAIL element.itemType.length = 0; element.itemType.length == 1 should be true. Was false. removeAttribute('itemType') must reflect correctly. PASS element.itemType.toString() is ''
Attachments
Ryosuke Niwa
Comment 1 Friday, March 9, 2012 2:15:17 AM UTC
Note: you have run fast/dom/MicroData/itemtype-add-remove-tokens.html and fast/dom/MicroData/itemtype-attribute-test.html in the respective order to reproduce this bug. Also, replacing shouldBeTrue("element.itemType.length = 0; element.itemType.length == 1") by shouldBe("element.itemType.length = 0; element.itemType.length", "1") will make it always pass :( Maybe this is a JSC bug?
Note You need to log in before you can comment on or make changes to this bug.