RESOLVED FIXED 146080
Web Inspector: Fix shape-highlight layout tests
https://bugs.webkit.org/show_bug.cgi?id=146080
Summary Web Inspector: Fix shape-highlight layout tests
Devin Rousso
Reported 2015-06-17 15:04:18 PDT
Currently, the tests in LayoutTests/inspector/dom/ are failing with unknown errors. These fixes are expecting the changes in https://bugs.webkit.org/show_bug.cgi?id=145658 to be made.
Attachments
Patch (2.35 KB, patch)
2015-06-17 15:08 PDT, Devin Rousso
no flags
Patch (2.98 KB, patch)
2015-06-17 15:19 PDT, Devin Rousso
no flags
Devin Rousso
Comment 1 2015-06-17 15:08:40 PDT
Joseph Pecoraro
Comment 2 2015-06-17 15:09:44 PDT
Comment on attachment 255040 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=255040&action=review > Source/WebCore/inspector/InspectorOverlay.cpp:668 > - shapeObject->setMarginShape(shapePath.copyRef()); > + shapeObject->setMarginShape(marginShapePath.copyRef()); Yay! > LayoutTests/http/tests/inspector/dom/shapes-test.js:35 > + InspectorTest.assert(!error, "When evaluating code, received unexpected error:" + error); > + InspectorTest.assert(!error, "When evaluating code, an exception was thrown:" + wasThrown); Missing LayoutTests/ChangeLog entry for the updates to this file. r- so you can add a changelog. Otherwise the patch looks great!
Devin Rousso
Comment 3 2015-06-17 15:19:43 PDT
Joseph Pecoraro
Comment 4 2015-06-17 15:23:54 PDT
Comment on attachment 255041 [details] Patch r=me
Radar WebKit Bug Importer
Comment 5 2015-07-09 13:35:46 PDT
WebKit Commit Bot
Comment 6 2015-07-09 13:36:01 PDT
Comment on attachment 255041 [details] Patch Rejecting attachment 255041 [details] from commit-queue. drousso@apple.com does not have committer permissions according to http://trac.webkit.org/browser/trunk/Tools/Scripts/webkitpy/common/config/contributors.json. - If you do not have committer rights please read http://webkit.org/coding/contributing.html for instructions on how to use bugzilla flags. - If you have committer rights please correct the error in Tools/Scripts/webkitpy/common/config/contributors.json by adding yourself to the file (no review needed). The commit-queue restarts itself every 2 hours. After restart the commit-queue will correctly respect your committer rights.
WebKit Commit Bot
Comment 7 2015-07-09 15:08:58 PDT
Comment on attachment 255041 [details] Patch Clearing flags on attachment: 255041 Committed r186639: <http://trac.webkit.org/changeset/186639>
WebKit Commit Bot
Comment 8 2015-07-09 15:09:02 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.